COLOR #9EB19E

HEX: #9EB19E
RGB: (158,177,158)

Color info

#9EB19E contains red, green and blue colors in about the same proportion. Web safe color of #9EB19E is #999999 (or #999).

RGB color model

#9EB19E color RGB value is (158,177,158).

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

RGB channels and saturation

R 158 of 255 = 62%
G 177 of 255 = 69%
B 158 of 255 = 62%

158
177
158

R + G + B ~ 64%. #9EB19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 177 + 158 = 493 (100%)
R 158 of 493 ~ 32.05%
G 177 of 493 ~ 35.9%
B 158 of 493 ~ 32.05%

%32.05
%35.9
%32.05

CMYK color model

#9EB19E color CMYK value is (11,0,11,31).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 30.59%
CMYK:
(11,0,11,31)
C11M0Y11K31 
(11%,0%,11%,31%)
(0.11/0.00/0.11/0.31)	

CMYK percentages

%10.73
%0
%10.73
%30.59

Codes

Color #9EB19E in popluar color models

9EB19E
RGB158177158
HSL120°10.86%65.69%
HSB/HSV120°10.73%69.41%
CMYK10.73%0.00%10.73%
30.59%

Color #9EB19E in popluar number systems.

HEX9EB19E
Decimal158177158
Binary100111101011000110011110
Octal236261236

Shades and tints

Shades of #9EB19E

#9EB19E
(158,177,158)
#90A190
(144,161,144)
#829182
(130,145,130)
#748174
(116,129,116)
#667166
(102,113,102)
#586158
(88,97,88)
#4A514A
(74,81,74)
#3C413C
(60,65,60)
#2E312E
(46,49,46)
#202120
(32,33,32)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #9EB19E

#9EB19E
(158,177,158)
#A6B8A6
(166,184,166)
#AEBFAE
(174,191,174)
#B6C6B6
(182,198,182)
#BECDBE
(190,205,190)
#C6D4C6
(198,212,198)
#CEDBCE
(206,219,206)
#D6E2D6
(214,226,214)
#DEE9DE
(222,233,222)
#E6F0E6
(230,240,230)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB19E; }

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

This text font color is #9EB19E.


Background Color

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

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

This div background color is #9EB19E.


Border color

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

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

This div border color is #9EB19E.


Opacity

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

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

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

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

This text has shadow with #9EB19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB19E on black background.


Color preview on white background

This text has color #9EB19E on white background.



Black color preview on #9EB19E background

This text has black color on #9EB19E background.


White color preview on #9EB19E background

This text has white color on #9EB19E background.