COLOR #9DCAB0

HEX: #9DCAB0
RGB: (157,202,176)

Color info

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

RGB color model

#9DCAB0 color RGB value is (157,202,176).

  • red value is 157;
  • green value is 202;
  • blue value is 176.
RGB:
(157,202,176)
(62%,79%,69%)

RGB channels and saturation

R 157 of 255 = 62%
G 202 of 255 = 79%
B 176 of 255 = 69%

157
202
176

R + G + B ~ 70%. #9DCAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 202 + 176 = 535 (100%)
R 157 of 535 ~ 29.35%
G 202 of 535 ~ 37.76%
B 176 of 535 ~ 32.9%

%29.35
%37.76
%32.9

CMYK color model

#9DCAB0 color CMYK value is (22,0,13,21).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 20.78%
CMYK:
(22,0,13,21)
C22M0Y13K21 
(22%,0%,13%,21%)
(0.22/0.00/0.13/0.21)	

CMYK percentages

%22.28
%0
%12.87
%20.78

Codes

Color #9DCAB0 in popluar color models

9DCAB0
RGB157202176
HSL145°29.80%70.39%
HSB/HSV145°22.28%79.22%
CMYK22.28%0.00%12.87%
20.78%

Color #9DCAB0 in popluar number systems.

HEX9DCAB0
Decimal157202176
Binary100111011100101010110000
Octal235312260

Shades and tints

Shades of #9DCAB0

#9DCAB0
(157,202,176)
#8FB8A0
(143,184,160)
#81A690
(129,166,144)
#739480
(115,148,128)
#658270
(101,130,112)
#577060
(87,112,96)
#495E50
(73,94,80)
#3B4C40
(59,76,64)
#2D3A30
(45,58,48)
#1F2820
(31,40,32)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #9DCAB0

#9DCAB0
(157,202,176)
#A5CEB7
(165,206,183)
#ADD2BE
(173,210,190)
#B5D6C5
(181,214,197)
#BDDACC
(189,218,204)
#C5DED3
(197,222,211)
#CDE2DA
(205,226,218)
#D5E6E1
(213,230,225)
#DDEAE8
(221,234,232)
#E5EEEF
(229,238,239)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCAB0; }

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

This text font color is #9DCAB0.


Background Color

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

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

This div background color is #9DCAB0.


Border color

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

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

This div border color is #9DCAB0.


Opacity

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

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

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

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

This text has shadow with #9DCAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCAB0 on black background.


Color preview on white background

This text has color #9DCAB0 on white background.



Black color preview on #9DCAB0 background

This text has black color on #9DCAB0 background.


White color preview on #9DCAB0 background

This text has white color on #9DCAB0 background.