COLOR #9EB097

HEX: #9EB097
RGB: (158,176,151)

Color info

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

RGB color model

#9EB097 color RGB value is (158,176,151).

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

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 151 of 255 = 59%

158
176
151

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

Portions of RGB colors in percentages

R + G + B =
158 + 176 + 151 = 485 (100%)
R 158 of 485 ~ 32.58%
G 176 of 485 ~ 36.29%
B 151 of 485 ~ 31.13%

%32.58
%36.29
%31.13

CMYK color model

#9EB097 color CMYK value is (10,0,14,31).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 30.98%
CMYK:
(10,0,14,31)
C10M0Y14K31 
(10%,0%,14%,31%)
(0.10/0.00/0.14/0.31)	

CMYK percentages

%10.23
%0
%14.2
%30.98

Codes

Color #9EB097 in popluar color models

9EB097
RGB158176151
HSL103°13.66%64.12%
HSB/HSV103°14.20%69.02%
CMYK10.23%0.00%14.20%
30.98%

Color #9EB097 in popluar number systems.

HEX9EB097
Decimal158176151
Binary100111101011000010010111
Octal236260227

Shades and tints

Shades of #9EB097

#9EB097
(158,176,151)
#90A08A
(144,160,138)
#82907D
(130,144,125)
#748070
(116,128,112)
#667063
(102,112,99)
#586056
(88,96,86)
#4A5049
(74,80,73)
#3C403C
(60,64,60)
#2E302F
(46,48,47)
#202022
(32,32,34)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #9EB097

#9EB097
(158,176,151)
#A6B7A0
(166,183,160)
#AEBEA9
(174,190,169)
#B6C5B2
(182,197,178)
#BECCBB
(190,204,187)
#C6D3C4
(198,211,196)
#CEDACD
(206,218,205)
#D6E1D6
(214,225,214)
#DEE8DF
(222,232,223)
#E6EFE8
(230,239,232)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB097; }

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

This text font color is #9EB097.


Background Color

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

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

This div background color is #9EB097.


Border color

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

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

This div border color is #9EB097.


Opacity

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

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

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

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

This text has shadow with #9EB097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB097 on black background.


Color preview on white background

This text has color #9EB097 on white background.



Black color preview on #9EB097 background

This text has black color on #9EB097 background.


White color preview on #9EB097 background

This text has white color on #9EB097 background.