COLOR #9EB088

HEX: #9EB088
RGB: (158,176,136)

Color info

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

RGB color model

#9EB088 color RGB value is (158,176,136).

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

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 136 of 255 = 53%

158
176
136

R + G + B ~ 61%. #9EB088 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 176 + 136 = 470 (100%)
R 158 of 470 ~ 33.62%
G 176 of 470 ~ 37.45%
B 136 of 470 ~ 28.94%

%33.62
%37.45
%28.94

CMYK color model

#9EB088 color CMYK value is (10,0,23,31).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 30.98%
CMYK:
(10,0,23,31)
C10M0Y23K31 
(10%,0%,23%,31%)
(0.10/0.00/0.23/0.31)	

CMYK percentages

%10.23
%0
%22.73
%30.98

Codes

Color #9EB088 in popluar color models

9EB088
RGB158176136
HSL87°20.20%61.18%
HSB/HSV87°22.73%69.02%
CMYK10.23%0.00%22.73%
30.98%

Color #9EB088 in popluar number systems.

HEX9EB088
Decimal158176136
Binary100111101011000010001000
Octal236260210

Shades and tints

Shades of #9EB088

#9EB088
(158,176,136)
#90A07C
(144,160,124)
#829070
(130,144,112)
#748064
(116,128,100)
#667058
(102,112,88)
#58604C
(88,96,76)
#4A5040
(74,80,64)
#3C4034
(60,64,52)
#2E3028
(46,48,40)
#20201C
(32,32,28)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #9EB088

#9EB088
(158,176,136)
#A6B792
(166,183,146)
#AEBE9C
(174,190,156)
#B6C5A6
(182,197,166)
#BECCB0
(190,204,176)
#C6D3BA
(198,211,186)
#CEDAC4
(206,218,196)
#D6E1CE
(214,225,206)
#DEE8D8
(222,232,216)
#E6EFE2
(230,239,226)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB088; }

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

This text font color is #9EB088.


Background Color

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

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

This div background color is #9EB088.


Border color

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

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

This div border color is #9EB088.


Opacity

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

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

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

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

This text has shadow with #9EB088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB088 on black background.


Color preview on white background

This text has color #9EB088 on white background.



Black color preview on #9EB088 background

This text has black color on #9EB088 background.


White color preview on #9EB088 background

This text has white color on #9EB088 background.