COLOR #9EDA8D

HEX: #9EDA8D RGB: (158,218,141)

Color info

#9EDA8D contains mainly green color. Web safe color of #9EDA8D is #99CC99 (or #9C9).

RGB color model

#9EDA8D color RGB value is (158,218,141).

RGB: (158,218,141) (62%, 85%, 55%)

RGB channels and saturation

R 158 of 255 = 62%
G 218 of 255 = 85%
B 141 of 255 = 55%

158
218
141

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

Portions of RGB colors in percentages

R + G + B = 158 + 218 + 141 = 517 (100%)
R 158 of 517 ~ 30.56%
G 218 of 517 ~ 42.17%
B 141 of 517 ~ 27.27'%

%30.56
%42.17
%27.27

CMYK color model

#9EDA8D color CMYK value is (28,0,35,15).

  • cyan value is 27.52%
  • magenta value is 0.00%
  • yellow value is 35.32%
  • key color value is 14.51%

CMYK: (28,0,35,15)
C28M0Y35K15 (28%, 0%, 35%, 15%)
(0.28 / 0.00 / 0.35 / 0.15)

CMYK percentages

%27.52
%0
%35.32
%14.51

Codes

Color #9EDA8D in popluar color models

9E DA 8D
RGB 158 218 141
HSL 107° 50.99% 70.39%
HSB/HSV 107° 35.32% 85.49%
CMYK 27.52% 0.00% 35.32%
14.51%

Color #9EDA8D in popluar number systems.

HEX 9E DA 8D
Decimal 158 218 141
Binary 10011110 11011010 10001101
Octal 236 332 215

Shades and tints

Shades of #9EDA8D

#9EDA8D
(158,218,141)
#90C781
(144,199,129)
#82B475
(130,180,117)
#74A169
(116,161,105)
#668E5D
(102,142,93)
#587B51
(88,123,81)
#4A6845
(74,104,69)
#3C5539
(60,85,57)
#2E422D
(46,66,45)
#202F21
(32,47,33)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #9EDA8D

#9EDA8D
(158,218,141)
#A6DD97
(166,221,151)
#AEE0A1
(174,224,161)
#B6E3AB
(182,227,171)
#BEE6B5
(190,230,181)
#C6E9BF
(198,233,191)
#CEECC9
(206,236,201)
#D6EFD3
(214,239,211)
#DEF2DD
(222,242,221)
#E6F5E7
(230,245,231)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDA8D color. Also use rgb(158,218,141) instead hex code.

Text Font Color

.myTextColor { color: #9EDA8D; }

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

This text font color is #9EDA8D.

Background Color

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

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

This div background color is #9EDA8D.

Border color

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

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

This div border color is #9EDA8D.

Opacity

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

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

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

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

This text has shadow with #9EDA8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EDA8D.

Preview

Color preview on black background

This text has color #9EDA8D on black background.


Color preview on white background

This text has color #9EDA8D on white background.


Black color preview on #9EDA8D background

This text has black color on #9EDA8D background.


White color preview on #9EDA8D background

This text has white color on #9EDA8D background.


Related colors

Complementary color

Complementary color for #hex is #612572.


I love getcolorcode.com

Triadic colors

1 #8D9EDA and #DA8D9E with #9EDA8D are triadic colors.

2 #8DDA9E and #DA9E8D with #9EDA8D are triadic colors.