COLOR #9DB1BC

HEX: #9DB1BC RGB: (157,177,188)

Color info

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

RGB color model

#9DB1BC color RGB value is (157,177,188).

RGB: (157,177,188) (62%, 69%, 74%)

RGB channels and saturation

R 157 of 255 = 62%
G 177 of 255 = 69%
B 188 of 255 = 74%

157
177
188

R + G + B ~ 68%. #9DB1BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 177 + 188 = 522 (100%)
R 157 of 522 ~ 30.08%
G 177 of 522 ~ 33.91%
B 188 of 522 ~ 36.02'%

%30.08
%33.91
%36.02

CMYK color model

#9DB1BC color CMYK value is (16,6,0,26).

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

CMYK: (16,6,0,26)
C16M6Y0K26 (16%, 6%, 0%, 26%)
(0.16 / 0.06 / 0.00 / 0.26)

CMYK percentages

%16.49
%5.85
%0
%26.27

Codes

Color #9DB1BC in popluar color models

9D B1 BC
RGB 157 177 188
HSL 201° 18.79% 67.65%
HSB/HSV 201° 16.49% 73.73%
CMYK 16.49% 5.85% 0.00%
26.27%

Color #9DB1BC in popluar number systems.

HEX 9D B1 BC
Decimal 157 177 188
Binary 10011101 10110001 10111100
Octal 235 261 274

Shades and tints

Shades of #9DB1BC

#9DB1BC
(157,177,188)
#8FA1AB
(143,161,171)
#81919A
(129,145,154)
#738189
(115,129,137)
#657178
(101,113,120)
#576167
(87,97,103)
#495156
(73,81,86)
#3B4145
(59,65,69)
#2D3134
(45,49,52)
#1F2123
(31,33,35)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #9DB1BC

#9DB1BC
(157,177,188)
#A5B8C2
(165,184,194)
#ADBFC8
(173,191,200)
#B5C6CE
(181,198,206)
#BDCDD4
(189,205,212)
#C5D4DA
(197,212,218)
#CDDBE0
(205,219,224)
#D5E2E6
(213,226,230)
#DDE9EC
(221,233,236)
#E5F0F2
(229,240,242)
#EDF7F8
(237,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB1BC; }

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

This text font color is #9DB1BC.

Background Color

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

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

This div background color is #9DB1BC.

Border color

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

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

This div border color is #9DB1BC.

Opacity

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

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

Text with #9DB1BC 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 #9DB1BC;}

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

This text has shadow with #9DB1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB1BC.

Preview

Color preview on black background

This text has color #9DB1BC on black background.


Color preview on white background

This text has color #9DB1BC on white background.


Black color preview on #9DB1BC background

This text has black color on #9DB1BC background.


White color preview on #9DB1BC background

This text has white color on #9DB1BC background.


Related colors

Complementary color

Complementary color for #hex is #624E43.


I love getcolorcode.com

Triadic colors

1 #BC9DB1 and #B1BC9D with #9DB1BC are triadic colors.

2 #BCB19D and #B19DBC with #9DB1BC are triadic colors.