COLOR #9DBCB0

HEX: #9DBCB0 RGB: (157,188,176)

Color info

#9DBCB0 contains red, green and blue colors in about the same proportion. Web safe color of #9DBCB0 is #99CC99 (or #9C9).

RGB color model

#9DBCB0 color RGB value is (157,188,176).

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

RGB channels and saturation

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

157
188
176

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

Portions of RGB colors in percentages

R + G + B = 157 + 188 + 176 = 521 (100%)
R 157 of 521 ~ 30.13%
G 188 of 521 ~ 36.08%
B 176 of 521 ~ 33.78'%

%30.13
%36.08
%33.78

CMYK color model

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

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

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

CMYK percentages

%16.49
%0
%6.38
%26.27

Codes

Color #9DBCB0 in popluar color models

9D BC B0
RGB 157 188 176
HSL 157° 18.79% 67.65%
HSB/HSV 157° 16.49% 73.73%
CMYK 16.49% 0.00% 6.38%
26.27%

Color #9DBCB0 in popluar number systems.

HEX 9D BC B0
Decimal 157 188 176
Binary 10011101 10111100 10110000
Octal 235 274 260

Shades and tints

Shades of #9DBCB0

#9DBCB0
(157,188,176)
#8FABA0
(143,171,160)
#819A90
(129,154,144)
#738980
(115,137,128)
#657870
(101,120,112)
#576760
(87,103,96)
#495650
(73,86,80)
#3B4540
(59,69,64)
#2D3430
(45,52,48)
#1F2320
(31,35,32)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #9DBCB0

#9DBCB0
(157,188,176)
#A5C2B7
(165,194,183)
#ADC8BE
(173,200,190)
#B5CEC5
(181,206,197)
#BDD4CC
(189,212,204)
#C5DAD3
(197,218,211)
#CDE0DA
(205,224,218)
#D5E6E1
(213,230,225)
#DDECE8
(221,236,232)
#E5F2EF
(229,242,239)
#EDF8F6
(237,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBCB0; }

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

This text font color is #9DBCB0.

Background Color

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

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

This div background color is #9DBCB0.

Border color

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

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

This div border color is #9DBCB0.

Opacity

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

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

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

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

This text has shadow with #9DBCB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DBCB0.

Preview

Color preview on black background

This text has color #9DBCB0 on black background.


Color preview on white background

This text has color #9DBCB0 on white background.


Black color preview on #9DBCB0 background

This text has black color on #9DBCB0 background.


White color preview on #9DBCB0 background

This text has white color on #9DBCB0 background.


Related colors

Complementary color

Complementary color for #hex is #62434F.


I love getcolorcode.com

Triadic colors

1 #B09DBC and #BCB09D with #9DBCB0 are triadic colors.

2 #B0BC9D and #BC9DB0 with #9DBCB0 are triadic colors.