COLOR #9EBA88

HEX: #9EBA88
RGB: (158,186,136)

Color info

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

RGB color model

#9EBA88 color RGB value is (158,186,136).

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

RGB channels and saturation

R 158 of 255 = 62%
G 186 of 255 = 73%
B 136 of 255 = 53%

158
186
136

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

Portions of RGB colors in percentages

R + G + B =
158 + 186 + 136 = 480 (100%)
R 158 of 480 ~ 32.92%
G 186 of 480 ~ 38.75%
B 136 of 480 ~ 28.33%

%32.92
%38.75
%28.33

CMYK color model

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

  • cyan value is 15.05%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 27.06%
CMYK:
(15,0,27,27)
C15M0Y27K27 
(15%,0%,27%,27%)
(0.15/0.00/0.27/0.27)	

CMYK percentages

%15.05
%0
%26.88
%27.06

Codes

Color #9EBA88 in popluar color models

9EBA88
RGB158186136
HSL94°26.60%63.14%
HSB/HSV94°26.88%72.94%
CMYK15.05%0.00%26.88%
27.06%

Color #9EBA88 in popluar number systems.

HEX9EBA88
Decimal158186136
Binary100111101011101010001000
Octal236272210

Shades and tints

Shades of #9EBA88

#9EBA88
(158,186,136)
#90AA7C
(144,170,124)
#829A70
(130,154,112)
#748A64
(116,138,100)
#667A58
(102,122,88)
#586A4C
(88,106,76)
#4A5A40
(74,90,64)
#3C4A34
(60,74,52)
#2E3A28
(46,58,40)
#202A1C
(32,42,28)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #9EBA88

#9EBA88
(158,186,136)
#A6C092
(166,192,146)
#AEC69C
(174,198,156)
#B6CCA6
(182,204,166)
#BED2B0
(190,210,176)
#C6D8BA
(198,216,186)
#CEDEC4
(206,222,196)
#D6E4CE
(214,228,206)
#DEEAD8
(222,234,216)
#E6F0E2
(230,240,226)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBA88; }

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

This text font color is #9EBA88.


Background Color

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

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

This div background color is #9EBA88.


Border color

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

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

This div border color is #9EBA88.


Opacity

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

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

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

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

This text has shadow with #9EBA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBA88 on black background.


Color preview on white background

This text has color #9EBA88 on white background.



Black color preview on #9EBA88 background

This text has black color on #9EBA88 background.


White color preview on #9EBA88 background

This text has white color on #9EBA88 background.