COLOR #9EBB8A

HEX: #9EBB8A
RGB: (158,187,138)

Color info

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

RGB color model

#9EBB8A color RGB value is (158,187,138).

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

RGB channels and saturation

R 158 of 255 = 62%
G 187 of 255 = 73%
B 138 of 255 = 54%

158
187
138

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

Portions of RGB colors in percentages

R + G + B =
158 + 187 + 138 = 483 (100%)
R 158 of 483 ~ 32.71%
G 187 of 483 ~ 38.72%
B 138 of 483 ~ 28.57%

%32.71
%38.72
%28.57

CMYK color model

#9EBB8A color CMYK value is (16,0,26,27).

  • cyan value is 15.51%
  • magenta value is 0.00%
  • yellow value is 26.20%
  • key color value is 26.67%
CMYK:
(16,0,26,27)
C16M0Y26K27 
(16%,0%,26%,27%)
(0.16/0.00/0.26/0.27)	

CMYK percentages

%15.51
%0
%26.2
%26.67

Codes

Color #9EBB8A in popluar color models

9EBB8A
RGB158187138
HSL96°26.49%63.73%
HSB/HSV96°26.20%73.33%
CMYK15.51%0.00%26.20%
26.67%

Color #9EBB8A in popluar number systems.

HEX9EBB8A
Decimal158187138
Binary100111101011101110001010
Octal236273212

Shades and tints

Shades of #9EBB8A

#9EBB8A
(158,187,138)
#90AA7E
(144,170,126)
#829972
(130,153,114)
#748866
(116,136,102)
#66775A
(102,119,90)
#58664E
(88,102,78)
#4A5542
(74,85,66)
#3C4436
(60,68,54)
#2E332A
(46,51,42)
#20221E
(32,34,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #9EBB8A

#9EBB8A
(158,187,138)
#A6C194
(166,193,148)
#AEC79E
(174,199,158)
#B6CDA8
(182,205,168)
#BED3B2
(190,211,178)
#C6D9BC
(198,217,188)
#CEDFC6
(206,223,198)
#D6E5D0
(214,229,208)
#DEEBDA
(222,235,218)
#E6F1E4
(230,241,228)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBB8A; }

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

This text font color is #9EBB8A.


Background Color

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

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

This div background color is #9EBB8A.


Border color

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

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

This div border color is #9EBB8A.


Opacity

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

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

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

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

This text has shadow with #9EBB8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBB8A on black background.


Color preview on white background

This text has color #9EBB8A on white background.



Black color preview on #9EBB8A background

This text has black color on #9EBB8A background.


White color preview on #9EBB8A background

This text has white color on #9EBB8A background.