COLOR #9DB3BC

HEX: #9DB3BC RGB: (157,179,188)

Color info

#9DB3BC contains red, green and blue colors in about the same proportion. Web safe color of #9DB3BC is #9999CC (or #99C).

RGB color model

#9DB3BC color RGB value is (157,179,188).

RGB: (157,179,188) (62%, 70%, 74%)

RGB channels and saturation

R 157 of 255 = 62%
G 179 of 255 = 70%
B 188 of 255 = 74%

157
179
188

R + G + B ~ 69%. #9DB3BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 179 + 188 = 524 (100%)
R 157 of 524 ~ 29.96%
G 179 of 524 ~ 34.16%
B 188 of 524 ~ 35.88'%

%29.96
%34.16
%35.88

CMYK color model

#9DB3BC color CMYK value is (16,5,0,26).

  • cyan value is 16.49%
  • magenta value is 4.79%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (16,5,0,26)
C16M5Y0K26 (16%, 5%, 0%, 26%)
(0.16 / 0.05 / 0.00 / 0.26)

CMYK percentages

%16.49
%4.79
%0
%26.27

Codes

Color #9DB3BC in popluar color models

9D B3 BC
RGB 157 179 188
HSL 197° 18.79% 67.65%
HSB/HSV 197° 16.49% 73.73%
CMYK 16.49% 4.79% 0.00%
26.27%

Color #9DB3BC in popluar number systems.

HEX 9D B3 BC
Decimal 157 179 188
Binary 10011101 10110011 10111100
Octal 235 263 274

Shades and tints

Shades of #9DB3BC

#9DB3BC
(157,179,188)
#8FA3AB
(143,163,171)
#81939A
(129,147,154)
#738389
(115,131,137)
#657378
(101,115,120)
#576367
(87,99,103)
#495356
(73,83,86)
#3B4345
(59,67,69)
#2D3334
(45,51,52)
#1F2323
(31,35,35)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #9DB3BC

#9DB3BC
(157,179,188)
#A5B9C2
(165,185,194)
#ADBFC8
(173,191,200)
#B5C5CE
(181,197,206)
#BDCBD4
(189,203,212)
#C5D1DA
(197,209,218)
#CDD7E0
(205,215,224)
#D5DDE6
(213,221,230)
#DDE3EC
(221,227,236)
#E5E9F2
(229,233,242)
#EDEFF8
(237,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB3BC color. Also use rgb(157,179,188) instead hex code.

Text Font Color

.myTextColor { color: #9DB3BC; }

<p style="color:#9DB3BC">This sample text font color is #9DB3BC.</p>

This text font color is #9DB3BC.

Background Color

.myBgColor { background-color: #9DB3BC; }

<div style="background-color:#9DB3BC">Inner text</div>

This div background color is #9DB3BC.

Border color

.myBorderColor { border: 1px solid #9DB3BC; }

<div style="border:3px solid #9DB3BC">Div</div>

This div border color is #9DB3BC.

Opacity

.myOpacity80 { color: #9DB3BC; opacity: 0.8; }

<p style="color:#9DB3BC;opacity:0.8;">80%</p>

Text with #9DB3BC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9DB3BC;}

<p style="text-shadow: 3px 3px 1px #9DB3BC">Text here.</p>

This text has shadow with #9DB3BC color.


.textShadow {text-shadow: 3px 3px 1px #9DB3BC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9DB3BC, 5px 5px 20px red">Text here.</p>

This text has shadow with #9DB3BC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9DB3BC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9DB3BC, Direction=45, Strength=4)">Text</p>

This text has shadow with #9DB3BC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9DB3BC;
-webkit-box-shadow: 1px 1px 3px 2px #9DB3BC;
box-shadow: 1px 1px 3px 2px #9DB3BC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9DB3BC; -webkit-box-shadow: 1px 1px 3px 2px #9DB3BC; box-shadow:1px 1px 3px 2px #9DB3BC;">
Div content here
</div>

This div box has shadow with color #9DB3BC.

Preview

Color preview on black background

This text has color #9DB3BC on black background.


Color preview on white background

This text has color #9DB3BC on white background.


Black color preview on #9DB3BC background

This text has black color on #9DB3BC background.


White color preview on #9DB3BC background

This text has white color on #9DB3BC background.


Related colors

Complementary color

Complementary color for #hex is #624C43.


I love getcolorcode.com

Triadic colors

1 #BC9DB3 and #B3BC9D with #9DB3BC are triadic colors.

2 #BCB39D and #B39DBC with #9DB3BC are triadic colors.