Html Css Color HEX #9DB1AF Conch

📋 copy color: '#9DB1AF'

red 157 ◦ green 177 ◦ blue 175

#9DB1AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conch #9DB1AF

Tints of Conch #9DB1AF

RGB

 RED value IS 157 (61.72% from 255) = 30.84%

 GREEN value IS 177 (69.53% from 255) = 34.77%

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 30.84%
G = 34.77%
B = 34.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9DB1AF (or 0x9DB1AF) is known color: Conch. HEX triplet: 9D, B1 and AF. RGB value is (157,177,175). Sum of RGB (Red+Green+Blue) = 157+177+175=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB1AF is #624E50. Grayscale: #AAAAAA. Windows color (decimal): -6442577 or 11514269. OLE color: 11514269.

HSL color Cylindrical-coordinate representation of color #9DB1AF: hue angle of 174º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DB1AF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 177 175 -
CMYK 0.11 0 0.01 0.31
HSL 174º 0.11% 0.65% -
HSV(B) 174º 0.11% 0.69% -
XYZ 37.36 41.71 46.64 -
YUV 170.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 157 177 175 0.11 0 0.01 0.31 174 0.11 0.65
Hex 9D B1 AF B 0 1 1F AE B 41
Octal 235 261 257 13 0 1 37 256 13 101
Binary 10011101 10110001 10101111 1011 0 1 11111 10101110 1011 1000001

Color Harmonies of #9DB1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB1AF

Black with #9DB1AF

Text Example


Text Example

White with #9DB1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DB1AF; }

 p { color: rgb(157,177,175); }

 H1.HeaderClassName
 {
   color: #9DB1AF;
 }
 .AnyTagClassName
 {
   color: #9DB1AF;
 }
</style>

background-color css

<style>
 a { background-color: #9DB1AF; }

 a { background-color: rgb(157,177,175); }

 div.DivClassName
 {
   background-color: #9DB1AF;
 }
 .BgClassName
 {
   background-color: #9DB1AF;
 }
</style>

border-color css

<style>
 span { border-color: #9DB1AF; }

 span { border-color: rgb(157,177,175); }

 td.TdClassName
 {
   border-color: #9DB1AF;
 }
 .TagClassName
 {
   border-color: #9DB1AF;
 }
</style>