COLOR #9ECCAA

HEX: #9ECCAA
RGB: (158,204,170)

Color info

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

RGB color model

#9ECCAA color RGB value is (158,204,170).

  • red value is 158;
  • green value is 204;
  • blue value is 170.
RGB:
(158,204,170)
(62%,80%,67%)

RGB channels and saturation

R 158 of 255 = 62%
G 204 of 255 = 80%
B 170 of 255 = 67%

158
204
170

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

Portions of RGB colors in percentages

R + G + B =
158 + 204 + 170 = 532 (100%)
R 158 of 532 ~ 29.7%
G 204 of 532 ~ 38.35%
B 170 of 532 ~ 31.95%

%29.7
%38.35
%31.95

CMYK color model

#9ECCAA color CMYK value is (23,0,17,20).

  • cyan value is 22.55%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 20.00%
CMYK:
(23,0,17,20)
C23M0Y17K20 
(23%,0%,17%,20%)
(0.23/0.00/0.17/0.20)	

CMYK percentages

%22.55
%0
%16.67
%20

Codes

Color #9ECCAA in popluar color models

9ECCAA
RGB158204170
HSL136°31.08%70.98%
HSB/HSV136°22.55%80.00%
CMYK22.55%0.00%16.67%
20.00%

Color #9ECCAA in popluar number systems.

HEX9ECCAA
Decimal158204170
Binary100111101100110010101010
Octal236314252

Shades and tints

Shades of #9ECCAA

#9ECCAA
(158,204,170)
#90BA9B
(144,186,155)
#82A88C
(130,168,140)
#74967D
(116,150,125)
#66846E
(102,132,110)
#58725F
(88,114,95)
#4A6050
(74,96,80)
#3C4E41
(60,78,65)
#2E3C32
(46,60,50)
#202A23
(32,42,35)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #9ECCAA

#9ECCAA
(158,204,170)
#A6D0B1
(166,208,177)
#AED4B8
(174,212,184)
#B6D8BF
(182,216,191)
#BEDCC6
(190,220,198)
#C6E0CD
(198,224,205)
#CEE4D4
(206,228,212)
#D6E8DB
(214,232,219)
#DEECE2
(222,236,226)
#E6F0E9
(230,240,233)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECCAA color. Also use rgb(158,204,170) instead hex code.

Text Font Color

.myTextColor { color: #9ECCAA; }

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

This text font color is #9ECCAA.


Background Color

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

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

This div background color is #9ECCAA.


Border color

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

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

This div border color is #9ECCAA.


Opacity

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

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

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

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

This text has shadow with #9ECCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ECCAA on black background.


Color preview on white background

This text has color #9ECCAA on white background.



Black color preview on #9ECCAA background

This text has black color on #9ECCAA background.


White color preview on #9ECCAA background

This text has white color on #9ECCAA background.