COLOR #9CDDB5

HEX: #9CDDB5
RGB: (156,221,181)

Color info

#9CDDB5 contains mainly green and blue colors. Web safe color of #9CDDB5 is #99CCCC (or #9CC).

RGB color model

#9CDDB5 color RGB value is (156,221,181).

  • red value is 156;
  • green value is 221;
  • blue value is 181.
RGB:
(156,221,181)
(61%,87%,71%)

RGB channels and saturation

R 156 of 255 = 61%
G 221 of 255 = 87%
B 181 of 255 = 71%

156
221
181

R + G + B ~ 73%. #9CDDB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 221 + 181 = 558 (100%)
R 156 of 558 ~ 27.96%
G 221 of 558 ~ 39.61%
B 181 of 558 ~ 32.44%

%27.96
%39.61
%32.44

CMYK color model

#9CDDB5 color CMYK value is (29,0,18,13).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 13.33%
CMYK:
(29,0,18,13)
C29M0Y18K13 
(29%,0%,18%,13%)
(0.29/0.00/0.18/0.13)	

CMYK percentages

%29.41
%0
%18.1
%13.33

Codes

Color #9CDDB5 in popluar color models

9CDDB5
RGB156221181
HSL143°48.87%73.92%
HSB/HSV143°29.41%86.67%
CMYK29.41%0.00%18.10%
13.33%

Color #9CDDB5 in popluar number systems.

HEX9CDDB5
Decimal156221181
Binary100111001101110110110101
Octal234335265

Shades and tints

Shades of #9CDDB5

#9CDDB5
(156,221,181)
#8EC9A5
(142,201,165)
#80B595
(128,181,149)
#72A185
(114,161,133)
#648D75
(100,141,117)
#567965
(86,121,101)
#486555
(72,101,85)
#3A5145
(58,81,69)
#2C3D35
(44,61,53)
#1E2925
(30,41,37)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #9CDDB5

#9CDDB5
(156,221,181)
#A5E0BB
(165,224,187)
#AEE3C1
(174,227,193)
#B7E6C7
(183,230,199)
#C0E9CD
(192,233,205)
#C9ECD3
(201,236,211)
#D2EFD9
(210,239,217)
#DBF2DF
(219,242,223)
#E4F5E5
(228,245,229)
#EDF8EB
(237,248,235)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CDDB5 color. Also use rgb(156,221,181) instead hex code.

Text Font Color

.myTextColor { color: #9CDDB5; }

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

This text font color is #9CDDB5.


Background Color

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

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

This div background color is #9CDDB5.


Border color

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

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

This div border color is #9CDDB5.


Opacity

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

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

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

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

This text has shadow with #9CDDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CDDB5 on black background.


Color preview on white background

This text has color #9CDDB5 on white background.



Black color preview on #9CDDB5 background

This text has black color on #9CDDB5 background.


White color preview on #9CDDB5 background

This text has white color on #9CDDB5 background.