COLOR #9EDDA7

HEX: #9EDDA7 RGB: (158,221,167)

Color info

#9EDDA7 contains mainly green and blue colors. Web safe color of #9EDDA7 is #99CC99 (or #9C9).

RGB color model

#9EDDA7 color RGB value is (158,221,167).

RGB: (158,221,167) (62%, 87%, 65%)

RGB channels and saturation

R 158 of 255 = 62%
G 221 of 255 = 87%
B 167 of 255 = 65%

158
221
167

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

Portions of RGB colors in percentages

R + G + B = 158 + 221 + 167 = 546 (100%)
R 158 of 546 ~ 28.94%
G 221 of 546 ~ 40.48%
B 167 of 546 ~ 30.59'%

%28.94
%40.48
%30.59

CMYK color model

#9EDDA7 color CMYK value is (29,0,24,13).

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 24.43%
  • key color value is 13.33%

CMYK: (29,0,24,13)
C29M0Y24K13 (29%, 0%, 24%, 13%)
(0.29 / 0.00 / 0.24 / 0.13)

CMYK percentages

%28.51
%0
%24.43
%13.33

Codes

Color #9EDDA7 in popluar color models

9E DD A7
RGB 158 221 167
HSL 129° 48.09% 74.31%
HSB/HSV 129° 28.51% 86.67%
CMYK 28.51% 0.00% 24.43%
13.33%

Color #9EDDA7 in popluar number systems.

HEX 9E DD A7
Decimal 158 221 167
Binary 10011110 11011101 10100111
Octal 236 335 247

Shades and tints

Shades of #9EDDA7

#9EDDA7
(158,221,167)
#90C998
(144,201,152)
#82B589
(130,181,137)
#74A17A
(116,161,122)
#668D6B
(102,141,107)
#58795C
(88,121,92)
#4A654D
(74,101,77)
#3C513E
(60,81,62)
#2E3D2F
(46,61,47)
#202920
(32,41,32)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #9EDDA7

#9EDDA7
(158,221,167)
#A6E0AF
(166,224,175)
#AEE3B7
(174,227,183)
#B6E6BF
(182,230,191)
#BEE9C7
(190,233,199)
#C6ECCF
(198,236,207)
#CEEFD7
(206,239,215)
#D6F2DF
(214,242,223)
#DEF5E7
(222,245,231)
#E6F8EF
(230,248,239)
#EEFBF7
(238,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDDA7 color. Also use rgb(158,221,167) instead hex code.

Text Font Color

.myTextColor { color: #9EDDA7; }

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

This text font color is #9EDDA7.

Background Color

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

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

This div background color is #9EDDA7.

Border color

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

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

This div border color is #9EDDA7.

Opacity

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

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

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

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

This text has shadow with #9EDDA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDDA7.

Preview

Color preview on black background

This text has color #9EDDA7 on black background.


Color preview on white background

This text has color #9EDDA7 on white background.


Black color preview on #9EDDA7 background

This text has black color on #9EDDA7 background.


White color preview on #9EDDA7 background

This text has white color on #9EDDA7 background.


Related colors

Complementary color

Complementary color for #hex is #612258.


I love getcolorcode.com

Triadic colors

1 #A79EDD and #DDA79E with #9EDDA7 are triadic colors.

2 #A7DD9E and #DD9EA7 with #9EDDA7 are triadic colors.