COLOR #9EB297

HEX: #9EB297
RGB: (158,178,151)

Color info

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

RGB color model

#9EB297 color RGB value is (158,178,151).

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

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 151 of 255 = 59%

158
178
151

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

Portions of RGB colors in percentages

R + G + B =
158 + 178 + 151 = 487 (100%)
R 158 of 487 ~ 32.44%
G 178 of 487 ~ 36.55%
B 151 of 487 ~ 31.01%

%32.44
%36.55
%31.01

CMYK color model

#9EB297 color CMYK value is (11,0,15,30).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 15.17%
  • key color value is 30.20%
CMYK:
(11,0,15,30)
C11M0Y15K30 
(11%,0%,15%,30%)
(0.11/0.00/0.15/0.30)	

CMYK percentages

%11.24
%0
%15.17
%30.2

Codes

Color #9EB297 in popluar color models

9EB297
RGB158178151
HSL104°14.92%64.51%
HSB/HSV104°15.17%69.80%
CMYK11.24%0.00%15.17%
30.20%

Color #9EB297 in popluar number systems.

HEX9EB297
Decimal158178151
Binary100111101011001010010111
Octal236262227

Shades and tints

Shades of #9EB297

#9EB297
(158,178,151)
#90A28A
(144,162,138)
#82927D
(130,146,125)
#748270
(116,130,112)
#667263
(102,114,99)
#586256
(88,98,86)
#4A5249
(74,82,73)
#3C423C
(60,66,60)
#2E322F
(46,50,47)
#202222
(32,34,34)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #9EB297

#9EB297
(158,178,151)
#A6B9A0
(166,185,160)
#AEC0A9
(174,192,169)
#B6C7B2
(182,199,178)
#BECEBB
(190,206,187)
#C6D5C4
(198,213,196)
#CEDCCD
(206,220,205)
#D6E3D6
(214,227,214)
#DEEADF
(222,234,223)
#E6F1E8
(230,241,232)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB297; }

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

This text font color is #9EB297.


Background Color

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

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

This div background color is #9EB297.


Border color

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

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

This div border color is #9EB297.


Opacity

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

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

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

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

This text has shadow with #9EB297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB297 on black background.


Color preview on white background

This text has color #9EB297 on white background.



Black color preview on #9EB297 background

This text has black color on #9EB297 background.


White color preview on #9EB297 background

This text has white color on #9EB297 background.