COLOR #9EBC93

HEX: #9EBC93
RGB: (158,188,147)

Color info

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

RGB color model

#9EBC93 color RGB value is (158,188,147).

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

RGB channels and saturation

R 158 of 255 = 62%
G 188 of 255 = 74%
B 147 of 255 = 58%

158
188
147

R + G + B ~ 65%. #9EBC93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 188 + 147 = 493 (100%)
R 158 of 493 ~ 32.05%
G 188 of 493 ~ 38.13%
B 147 of 493 ~ 29.82%

%32.05
%38.13
%29.82

CMYK color model

#9EBC93 color CMYK value is (16,0,22,26).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 21.81%
  • key color value is 26.27%
CMYK:
(16,0,22,26)
C16M0Y22K26 
(16%,0%,22%,26%)
(0.16/0.00/0.22/0.26)	

CMYK percentages

%15.96
%0
%21.81
%26.27

Codes

Color #9EBC93 in popluar color models

9EBC93
RGB158188147
HSL104°23.43%65.69%
HSB/HSV104°21.81%73.73%
CMYK15.96%0.00%21.81%
26.27%

Color #9EBC93 in popluar number systems.

HEX9EBC93
Decimal158188147
Binary100111101011110010010011
Octal236274223

Shades and tints

Shades of #9EBC93

#9EBC93
(158,188,147)
#90AB86
(144,171,134)
#829A79
(130,154,121)
#74896C
(116,137,108)
#66785F
(102,120,95)
#586752
(88,103,82)
#4A5645
(74,86,69)
#3C4538
(60,69,56)
#2E342B
(46,52,43)
#20231E
(32,35,30)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #9EBC93

#9EBC93
(158,188,147)
#A6C29C
(166,194,156)
#AEC8A5
(174,200,165)
#B6CEAE
(182,206,174)
#BED4B7
(190,212,183)
#C6DAC0
(198,218,192)
#CEE0C9
(206,224,201)
#D6E6D2
(214,230,210)
#DEECDB
(222,236,219)
#E6F2E4
(230,242,228)
#EEF8ED
(238,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBC93; }

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

This text font color is #9EBC93.


Background Color

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

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

This div background color is #9EBC93.


Border color

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

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

This div border color is #9EBC93.


Opacity

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

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

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

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

This text has shadow with #9EBC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBC93 on black background.


Color preview on white background

This text has color #9EBC93 on white background.



Black color preview on #9EBC93 background

This text has black color on #9EBC93 background.


White color preview on #9EBC93 background

This text has white color on #9EBC93 background.