COLOR #9EDB93

HEX: #9EDB93
RGB: (158,219,147)

Color info

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

RGB color model

#9EDB93 color RGB value is (158,219,147).

  • red value is 158;
  • green value is 219;
  • blue value is 147.
RGB:
(158,219,147)
(62%,86%,58%)

RGB channels and saturation

R 158 of 255 = 62%
G 219 of 255 = 86%
B 147 of 255 = 58%

158
219
147

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

Portions of RGB colors in percentages

R + G + B =
158 + 219 + 147 = 524 (100%)
R 158 of 524 ~ 30.15%
G 219 of 524 ~ 41.79%
B 147 of 524 ~ 28.05%

%30.15
%41.79
%28.05

CMYK color model

#9EDB93 color CMYK value is (28,0,33,14).

  • cyan value is 27.85%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 14.12%
CMYK:
(28,0,33,14)
C28M0Y33K14 
(28%,0%,33%,14%)
(0.28/0.00/0.33/0.14)	

CMYK percentages

%27.85
%0
%32.88
%14.12

Codes

Color #9EDB93 in popluar color models

9EDB93
RGB158219147
HSL111°50.00%71.76%
HSB/HSV111°32.88%85.88%
CMYK27.85%0.00%32.88%
14.12%

Color #9EDB93 in popluar number systems.

HEX9EDB93
Decimal158219147
Binary100111101101101110010011
Octal236333223

Shades and tints

Shades of #9EDB93

#9EDB93
(158,219,147)
#90C886
(144,200,134)
#82B579
(130,181,121)
#74A26C
(116,162,108)
#668F5F
(102,143,95)
#587C52
(88,124,82)
#4A6945
(74,105,69)
#3C5638
(60,86,56)
#2E432B
(46,67,43)
#20301E
(32,48,30)
#121D11
(18,29,17)
#000000
(0,0,0)

Tints of #9EDB93

#9EDB93
(158,219,147)
#A6DE9C
(166,222,156)
#AEE1A5
(174,225,165)
#B6E4AE
(182,228,174)
#BEE7B7
(190,231,183)
#C6EAC0
(198,234,192)
#CEEDC9
(206,237,201)
#D6F0D2
(214,240,210)
#DEF3DB
(222,243,219)
#E6F6E4
(230,246,228)
#EEF9ED
(238,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDB93 color. Also use rgb(158,219,147) instead hex code.

Text Font Color

.myTextColor { color: #9EDB93; }

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

This text font color is #9EDB93.


Background Color

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

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

This div background color is #9EDB93.


Border color

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

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

This div border color is #9EDB93.


Opacity

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

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

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

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

This text has shadow with #9EDB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDB93 on black background.


Color preview on white background

This text has color #9EDB93 on white background.



Black color preview on #9EDB93 background

This text has black color on #9EDB93 background.


White color preview on #9EDB93 background

This text has white color on #9EDB93 background.