COLOR #9DCAB6

HEX: #9DCAB6
RGB: (157,202,182)

Color info

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

RGB color model

#9DCAB6 color RGB value is (157,202,182).

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

RGB channels and saturation

R 157 of 255 = 62%
G 202 of 255 = 79%
B 182 of 255 = 71%

157
202
182

R + G + B ~ 71%. #9DCAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 202 + 182 = 541 (100%)
R 157 of 541 ~ 29.02%
G 202 of 541 ~ 37.34%
B 182 of 541 ~ 33.64%

%29.02
%37.34
%33.64

CMYK color model

#9DCAB6 color CMYK value is (22,0,10,21).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 20.78%
CMYK:
(22,0,10,21)
C22M0Y10K21 
(22%,0%,10%,21%)
(0.22/0.00/0.10/0.21)	

CMYK percentages

%22.28
%0
%9.9
%20.78

Codes

Color #9DCAB6 in popluar color models

9DCAB6
RGB157202182
HSL153°29.80%70.39%
HSB/HSV153°22.28%79.22%
CMYK22.28%0.00%9.90%
20.78%

Color #9DCAB6 in popluar number systems.

HEX9DCAB6
Decimal157202182
Binary100111011100101010110110
Octal235312266

Shades and tints

Shades of #9DCAB6

#9DCAB6
(157,202,182)
#8FB8A6
(143,184,166)
#81A696
(129,166,150)
#739486
(115,148,134)
#658276
(101,130,118)
#577066
(87,112,102)
#495E56
(73,94,86)
#3B4C46
(59,76,70)
#2D3A36
(45,58,54)
#1F2826
(31,40,38)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #9DCAB6

#9DCAB6
(157,202,182)
#A5CEBC
(165,206,188)
#ADD2C2
(173,210,194)
#B5D6C8
(181,214,200)
#BDDACE
(189,218,206)
#C5DED4
(197,222,212)
#CDE2DA
(205,226,218)
#D5E6E0
(213,230,224)
#DDEAE6
(221,234,230)
#E5EEEC
(229,238,236)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCAB6; }

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

This text font color is #9DCAB6.


Background Color

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

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

This div background color is #9DCAB6.


Border color

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

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

This div border color is #9DCAB6.


Opacity

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

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

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

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

This text has shadow with #9DCAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCAB6 on black background.


Color preview on white background

This text has color #9DCAB6 on white background.



Black color preview on #9DCAB6 background

This text has black color on #9DCAB6 background.


White color preview on #9DCAB6 background

This text has white color on #9DCAB6 background.