Html Css Color HEX #9DB3AF Conch

📋 copy color: '#9DB3AF'

red 157 ◦ green 179 ◦ blue 175

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

Shades of Conch #9DB3AF

Tints of Conch #9DB3AF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.03%

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

R = 30.72%
G = 35.03%
B = 34.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#9DB3AF (or 0x9DB3AF) is known color: Conch. HEX triplet: 9D, B3 and AF. RGB value is (157,179,175). Sum of RGB (Red+Green+Blue) = 157+179+175=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB3AF is #624C50. Grayscale: #ABABAB. Windows color (decimal): -6442065 or 11514781. OLE color: 11514781.

HSL color Cylindrical-coordinate representation of color #9DB3AF: hue angle of 169.09º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9DB3AF is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 179 175 -
CMYK 0.12 0 0.02 0.30
HSL 169.09º 0.13% 0.66% -
HSV(B) 169.09º 0.12% 0.7% -
XYZ 37.76 42.5 46.77 -
YUV 171.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 157 179 175 0.12 0 0.02 0.30 169.09 0.13 0.66
Hex 9D B3 AF C 0 2 1E A9 D 42
Octal 235 263 257 14 0 2 36 251 15 102
Binary 10011101 10110011 10101111 1100 0 10 11110 10101001 1101 1000010

Color Harmonies of #9DB3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB3AF

Black with #9DB3AF

Text Example


Text Example

White with #9DB3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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