COLOR #9ECDA9

HEX: #9ECDA9 RGB: (158,205,169)

Color info

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

RGB color model

#9ECDA9 color RGB value is (158,205,169).

RGB: (158,205,169) (62%, 80%, 66%)

RGB channels and saturation

R 158 of 255 = 62%
G 205 of 255 = 80%
B 169 of 255 = 66%

158
205
169

R + G + B ~ 69%. #9ECDA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 205 + 169 = 532 (100%)
R 158 of 532 ~ 29.7%
G 205 of 532 ~ 38.53%
B 169 of 532 ~ 31.77'%

%29.7
%38.53
%31.77

CMYK color model

#9ECDA9 color CMYK value is (23,0,18,20).

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

CMYK: (23,0,18,20)
C23M0Y18K20 (23%, 0%, 18%, 20%)
(0.23 / 0.00 / 0.18 / 0.20)

CMYK percentages

%22.93
%0
%17.56
%19.61

Codes

Color #9ECDA9 in popluar color models

9E CD A9
RGB 158 205 169
HSL 134° 31.97% 71.18%
HSB/HSV 134° 22.93% 80.39%
CMYK 22.93% 0.00% 17.56%
19.61%

Color #9ECDA9 in popluar number systems.

HEX 9E CD A9
Decimal 158 205 169
Binary 10011110 11001101 10101001
Octal 236 315 251

Shades and tints

Shades of #9ECDA9

#9ECDA9
(158,205,169)
#90BB9A
(144,187,154)
#82A98B
(130,169,139)
#74977C
(116,151,124)
#66856D
(102,133,109)
#58735E
(88,115,94)
#4A614F
(74,97,79)
#3C4F40
(60,79,64)
#2E3D31
(46,61,49)
#202B22
(32,43,34)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #9ECDA9

#9ECDA9
(158,205,169)
#A6D1B0
(166,209,176)
#AED5B7
(174,213,183)
#B6D9BE
(182,217,190)
#BEDDC5
(190,221,197)
#C6E1CC
(198,225,204)
#CEE5D3
(206,229,211)
#D6E9DA
(214,233,218)
#DEEDE1
(222,237,225)
#E6F1E8
(230,241,232)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ECDA9; }

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

This text font color is #9ECDA9.

Background Color

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

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

This div background color is #9ECDA9.

Border color

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

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

This div border color is #9ECDA9.

Opacity

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

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

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

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

This text has shadow with #9ECDA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ECDA9.

Preview

Color preview on black background

This text has color #9ECDA9 on black background.


Color preview on white background

This text has color #9ECDA9 on white background.


Black color preview on #9ECDA9 background

This text has black color on #9ECDA9 background.


White color preview on #9ECDA9 background

This text has white color on #9ECDA9 background.


Related colors

Complementary color

Complementary color for #hex is #613256.


I love getcolorcode.com

Triadic colors

1 #A99ECD and #CDA99E with #9ECDA9 are triadic colors.

2 #A9CD9E and #CD9EA9 with #9ECDA9 are triadic colors.