COLOR #9CDEA2

HEX: #9CDEA2
RGB: (156,222,162)

Color info

#9CDEA2 contains mainly green color. Web safe color of #9CDEA2 is #99CC99 (or #9C9).

RGB color model

#9CDEA2 color RGB value is (156,222,162).

  • red value is 156;
  • green value is 222;
  • blue value is 162.
RGB:
(156,222,162)
(61%,87%,64%)

RGB channels and saturation

R 156 of 255 = 61%
G 222 of 255 = 87%
B 162 of 255 = 64%

156
222
162

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

Portions of RGB colors in percentages

R + G + B =
156 + 222 + 162 = 540 (100%)
R 156 of 540 ~ 28.89%
G 222 of 540 ~ 41.11%
B 162 of 540 ~ 30%

%28.89
%41.11
%30

CMYK color model

#9CDEA2 color CMYK value is (30,0,27,13).

  • cyan value is 29.73%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 12.94%
CMYK:
(30,0,27,13)
C30M0Y27K13 
(30%,0%,27%,13%)
(0.30/0.00/0.27/0.13)	

CMYK percentages

%29.73
%0
%27.03
%12.94

Codes

Color #9CDEA2 in popluar color models

9CDEA2
RGB156222162
HSL125°50.00%74.12%
HSB/HSV125°29.73%87.06%
CMYK29.73%0.00%27.03%
12.94%

Color #9CDEA2 in popluar number systems.

HEX9CDEA2
Decimal156222162
Binary100111001101111010100010
Octal234336242

Shades and tints

Shades of #9CDEA2

#9CDEA2
(156,222,162)
#8ECA94
(142,202,148)
#80B686
(128,182,134)
#72A278
(114,162,120)
#648E6A
(100,142,106)
#567A5C
(86,122,92)
#48664E
(72,102,78)
#3A5240
(58,82,64)
#2C3E32
(44,62,50)
#1E2A24
(30,42,36)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #9CDEA2

#9CDEA2
(156,222,162)
#A5E1AA
(165,225,170)
#AEE4B2
(174,228,178)
#B7E7BA
(183,231,186)
#C0EAC2
(192,234,194)
#C9EDCA
(201,237,202)
#D2F0D2
(210,240,210)
#DBF3DA
(219,243,218)
#E4F6E2
(228,246,226)
#EDF9EA
(237,249,234)
#F6FCF2
(246,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CDEA2 color. Also use rgb(156,222,162) instead hex code.

Text Font Color

.myTextColor { color: #9CDEA2; }

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

This text font color is #9CDEA2.


Background Color

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

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

This div background color is #9CDEA2.


Border color

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

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

This div border color is #9CDEA2.


Opacity

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

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

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

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

This text has shadow with #9CDEA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CDEA2 on black background.


Color preview on white background

This text has color #9CDEA2 on white background.



Black color preview on #9CDEA2 background

This text has black color on #9CDEA2 background.


White color preview on #9CDEA2 background

This text has white color on #9CDEA2 background.