COLOR #9ECD97

HEX: #9ECD97 RGB: (158,205,151)

Color info

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

RGB color model

#9ECD97 color RGB value is (158,205,151).

RGB: (158,205,151) (62%, 80%, 59%)

RGB channels and saturation

R 158 of 255 = 62%
G 205 of 255 = 80%
B 151 of 255 = 59%

158
205
151

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

Portions of RGB colors in percentages

R + G + B = 158 + 205 + 151 = 514 (100%)
R 158 of 514 ~ 30.74%
G 205 of 514 ~ 39.88%
B 151 of 514 ~ 29.38'%

%30.74
%39.88
%29.38

CMYK color model

#9ECD97 color CMYK value is (23,0,26,20).

  • cyan value is 22.93%
  • magenta value is 0.00%
  • yellow value is 26.34%
  • key color value is 19.61%

CMYK: (23,0,26,20)
C23M0Y26K20 (23%, 0%, 26%, 20%)
(0.23 / 0.00 / 0.26 / 0.20)

CMYK percentages

%22.93
%0
%26.34
%19.61

Codes

Color #9ECD97 in popluar color models

9E CD 97
RGB 158 205 151
HSL 112° 35.06% 69.80%
HSB/HSV 112° 26.34% 80.39%
CMYK 22.93% 0.00% 26.34%
19.61%

Color #9ECD97 in popluar number systems.

HEX 9E CD 97
Decimal 158 205 151
Binary 10011110 11001101 10010111
Octal 236 315 227

Shades and tints

Shades of #9ECD97

#9ECD97
(158,205,151)
#90BB8A
(144,187,138)
#82A97D
(130,169,125)
#749770
(116,151,112)
#668563
(102,133,99)
#587356
(88,115,86)
#4A6149
(74,97,73)
#3C4F3C
(60,79,60)
#2E3D2F
(46,61,47)
#202B22
(32,43,34)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #9ECD97

#9ECD97
(158,205,151)
#A6D1A0
(166,209,160)
#AED5A9
(174,213,169)
#B6D9B2
(182,217,178)
#BEDDBB
(190,221,187)
#C6E1C4
(198,225,196)
#CEE5CD
(206,229,205)
#D6E9D6
(214,233,214)
#DEEDDF
(222,237,223)
#E6F1E8
(230,241,232)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ECD97 color. Also use rgb(158,205,151) instead hex code.

Text Font Color

.myTextColor { color: #9ECD97; }

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

This text font color is #9ECD97.

Background Color

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

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

This div background color is #9ECD97.

Border color

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

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

This div border color is #9ECD97.

Opacity

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

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

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

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

This text has shadow with #9ECD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ECD97.

Preview

Color preview on black background

This text has color #9ECD97 on black background.


Color preview on white background

This text has color #9ECD97 on white background.


Black color preview on #9ECD97 background

This text has black color on #9ECD97 background.


White color preview on #9ECD97 background

This text has white color on #9ECD97 background.


Related colors

Complementary color

Complementary color for #hex is #613268.


I love getcolorcode.com

Triadic colors

1 #979ECD and #CD979E with #9ECD97 are triadic colors.

2 #97CD9E and #CD9E97 with #9ECD97 are triadic colors.