COLOR #9EB28E

HEX: #9EB28E
RGB: (158,178,142)

Color info

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

RGB color model

#9EB28E color RGB value is (158,178,142).

  • red value is 158;
  • green value is 178;
  • blue value is 142.
RGB:
(158,178,142)
(62%,70%,56%)

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 142 of 255 = 56%

158
178
142

R + G + B ~ 63%. #9EB28E is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 178 + 142 = 478 (100%)
R 158 of 478 ~ 33.05%
G 178 of 478 ~ 37.24%
B 142 of 478 ~ 29.71%

%33.05
%37.24
%29.71

CMYK color model

#9EB28E color CMYK value is (11,0,20,30).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 20.22%
  • key color value is 30.20%
CMYK:
(11,0,20,30)
C11M0Y20K30 
(11%,0%,20%,30%)
(0.11/0.00/0.20/0.30)	

CMYK percentages

%11.24
%0
%20.22
%30.2

Codes

Color #9EB28E in popluar color models

9EB28E
RGB158178142
HSL93°18.95%62.75%
HSB/HSV93°20.22%69.80%
CMYK11.24%0.00%20.22%
30.20%

Color #9EB28E in popluar number systems.

HEX9EB28E
Decimal158178142
Binary100111101011001010001110
Octal236262216

Shades and tints

Shades of #9EB28E

#9EB28E
(158,178,142)
#90A282
(144,162,130)
#829276
(130,146,118)
#74826A
(116,130,106)
#66725E
(102,114,94)
#586252
(88,98,82)
#4A5246
(74,82,70)
#3C423A
(60,66,58)
#2E322E
(46,50,46)
#202222
(32,34,34)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #9EB28E

#9EB28E
(158,178,142)
#A6B998
(166,185,152)
#AEC0A2
(174,192,162)
#B6C7AC
(182,199,172)
#BECEB6
(190,206,182)
#C6D5C0
(198,213,192)
#CEDCCA
(206,220,202)
#D6E3D4
(214,227,212)
#DEEADE
(222,234,222)
#E6F1E8
(230,241,232)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB28E; }

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

This text font color is #9EB28E.


Background Color

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

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

This div background color is #9EB28E.


Border color

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

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

This div border color is #9EB28E.


Opacity

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

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

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

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

This text has shadow with #9EB28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB28E on black background.


Color preview on white background

This text has color #9EB28E on white background.



Black color preview on #9EB28E background

This text has black color on #9EB28E background.


White color preview on #9EB28E background

This text has white color on #9EB28E background.