COLOR #9DCCB5

HEX: #9DCCB5
RGB: (157,204,181)

Color info

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

RGB color model

#9DCCB5 color RGB value is (157,204,181).

  • red value is 157;
  • green value is 204;
  • blue value is 181.
RGB:
(157,204,181)
(62%,80%,71%)

RGB channels and saturation

R 157 of 255 = 62%
G 204 of 255 = 80%
B 181 of 255 = 71%

157
204
181

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

Portions of RGB colors in percentages

R + G + B =
157 + 204 + 181 = 542 (100%)
R 157 of 542 ~ 28.97%
G 204 of 542 ~ 37.64%
B 181 of 542 ~ 33.39%

%28.97
%37.64
%33.39

CMYK color model

#9DCCB5 color CMYK value is (23,0,11,20).

  • cyan value is 23.04%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 20.00%
CMYK:
(23,0,11,20)
C23M0Y11K20 
(23%,0%,11%,20%)
(0.23/0.00/0.11/0.20)	

CMYK percentages

%23.04
%0
%11.27
%20

Codes

Color #9DCCB5 in popluar color models

9DCCB5
RGB157204181
HSL151°31.54%70.78%
HSB/HSV151°23.04%80.00%
CMYK23.04%0.00%11.27%
20.00%

Color #9DCCB5 in popluar number systems.

HEX9DCCB5
Decimal157204181
Binary100111011100110010110101
Octal235314265

Shades and tints

Shades of #9DCCB5

#9DCCB5
(157,204,181)
#8FBAA5
(143,186,165)
#81A895
(129,168,149)
#739685
(115,150,133)
#658475
(101,132,117)
#577265
(87,114,101)
#496055
(73,96,85)
#3B4E45
(59,78,69)
#2D3C35
(45,60,53)
#1F2A25
(31,42,37)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #9DCCB5

#9DCCB5
(157,204,181)
#A5D0BB
(165,208,187)
#ADD4C1
(173,212,193)
#B5D8C7
(181,216,199)
#BDDCCD
(189,220,205)
#C5E0D3
(197,224,211)
#CDE4D9
(205,228,217)
#D5E8DF
(213,232,223)
#DDECE5
(221,236,229)
#E5F0EB
(229,240,235)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCCB5 color. Also use rgb(157,204,181) instead hex code.

Text Font Color

.myTextColor { color: #9DCCB5; }

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

This text font color is #9DCCB5.


Background Color

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

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

This div background color is #9DCCB5.


Border color

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

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

This div border color is #9DCCB5.


Opacity

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

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

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

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

This text has shadow with #9DCCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCCB5 on black background.


Color preview on white background

This text has color #9DCCB5 on white background.



Black color preview on #9DCCB5 background

This text has black color on #9DCCB5 background.


White color preview on #9DCCB5 background

This text has white color on #9DCCB5 background.