COLOR #9EB99E

HEX: #9EB99E
RGB: (158,185,158)

Color info

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

RGB color model

#9EB99E color RGB value is (158,185,158).

  • red value is 158;
  • green value is 185;
  • blue value is 158.
RGB:
(158,185,158)
(62%,73%,62%)

RGB channels and saturation

R 158 of 255 = 62%
G 185 of 255 = 73%
B 158 of 255 = 62%

158
185
158

R + G + B ~ 66%. #9EB99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 185 + 158 = 501 (100%)
R 158 of 501 ~ 31.54%
G 185 of 501 ~ 36.93%
B 158 of 501 ~ 31.54%

%31.54
%36.93
%31.54

CMYK color model

#9EB99E color CMYK value is (15,0,15,27).

  • cyan value is 14.59%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 27.45%
CMYK:
(15,0,15,27)
C15M0Y15K27 
(15%,0%,15%,27%)
(0.15/0.00/0.15/0.27)	

CMYK percentages

%14.59
%0
%14.59
%27.45

Codes

Color #9EB99E in popluar color models

9EB99E
RGB158185158
HSL120°16.17%67.25%
HSB/HSV120°14.59%72.55%
CMYK14.59%0.00%14.59%
27.45%

Color #9EB99E in popluar number systems.

HEX9EB99E
Decimal158185158
Binary100111101011100110011110
Octal236271236

Shades and tints

Shades of #9EB99E

#9EB99E
(158,185,158)
#90A990
(144,169,144)
#829982
(130,153,130)
#748974
(116,137,116)
#667966
(102,121,102)
#586958
(88,105,88)
#4A594A
(74,89,74)
#3C493C
(60,73,60)
#2E392E
(46,57,46)
#202920
(32,41,32)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #9EB99E

#9EB99E
(158,185,158)
#A6BFA6
(166,191,166)
#AEC5AE
(174,197,174)
#B6CBB6
(182,203,182)
#BED1BE
(190,209,190)
#C6D7C6
(198,215,198)
#CEDDCE
(206,221,206)
#D6E3D6
(214,227,214)
#DEE9DE
(222,233,222)
#E6EFE6
(230,239,230)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB99E; }

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

This text font color is #9EB99E.


Background Color

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

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

This div background color is #9EB99E.


Border color

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

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

This div border color is #9EB99E.


Opacity

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

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

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

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

This text has shadow with #9EB99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB99E on black background.


Color preview on white background

This text has color #9EB99E on white background.



Black color preview on #9EB99E background

This text has black color on #9EB99E background.


White color preview on #9EB99E background

This text has white color on #9EB99E background.