COLOR #9ECA99

HEX: #9ECA99 RGB: (158,202,153)

Color info

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

RGB color model

#9ECA99 color RGB value is (158,202,153).

RGB: (158,202,153) (62%, 79%, 60%)

RGB channels and saturation

R 158 of 255 = 62%
G 202 of 255 = 79%
B 153 of 255 = 60%

158
202
153

R + G + B ~ 67%. #9ECA99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 202 + 153 = 513 (100%)
R 158 of 513 ~ 30.8%
G 202 of 513 ~ 39.38%
B 153 of 513 ~ 29.82'%

%30.8
%39.38
%29.82

CMYK color model

#9ECA99 color CMYK value is (22,0,24,21).

  • cyan value is 21.78%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 20.78%

CMYK: (22,0,24,21)
C22M0Y24K21 (22%, 0%, 24%, 21%)
(0.22 / 0.00 / 0.24 / 0.21)

CMYK percentages

%21.78
%0
%24.26
%20.78

Codes

Color #9ECA99 in popluar color models

9E CA 99
RGB 158 202 153
HSL 114° 31.61% 69.61%
HSB/HSV 114° 24.26% 79.22%
CMYK 21.78% 0.00% 24.26%
20.78%

Color #9ECA99 in popluar number systems.

HEX 9E CA 99
Decimal 158 202 153
Binary 10011110 11001010 10011001
Octal 236 312 231

Shades and tints

Shades of #9ECA99

#9ECA99
(158,202,153)
#90B88C
(144,184,140)
#82A67F
(130,166,127)
#749472
(116,148,114)
#668265
(102,130,101)
#587058
(88,112,88)
#4A5E4B
(74,94,75)
#3C4C3E
(60,76,62)
#2E3A31
(46,58,49)
#202824
(32,40,36)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #9ECA99

#9ECA99
(158,202,153)
#A6CEA2
(166,206,162)
#AED2AB
(174,210,171)
#B6D6B4
(182,214,180)
#BEDABD
(190,218,189)
#C6DEC6
(198,222,198)
#CEE2CF
(206,226,207)
#D6E6D8
(214,230,216)
#DEEAE1
(222,234,225)
#E6EEEA
(230,238,234)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECA99 color. Also use rgb(158,202,153) instead hex code.

Text Font Color

.myTextColor { color: #9ECA99; }

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

This text font color is #9ECA99.

Background Color

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

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

This div background color is #9ECA99.

Border color

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

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

This div border color is #9ECA99.

Opacity

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

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

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

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

This text has shadow with #9ECA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ECA99.

Preview

Color preview on black background

This text has color #9ECA99 on black background.


Color preview on white background

This text has color #9ECA99 on white background.


Black color preview on #9ECA99 background

This text has black color on #9ECA99 background.


White color preview on #9ECA99 background

This text has white color on #9ECA99 background.


Related colors

Complementary color

Complementary color for #hex is #613566.


I love getcolorcode.com

Triadic colors

1 #999ECA and #CA999E with #9ECA99 are triadic colors.

2 #99CA9E and #CA9E99 with #9ECA99 are triadic colors.