COLOR #9EB098

HEX: #9EB098
RGB: (158,176,152)

Color info

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

RGB color model

#9EB098 color RGB value is (158,176,152).

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

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 152 of 255 = 60%

158
176
152

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

Portions of RGB colors in percentages

R + G + B =
158 + 176 + 152 = 486 (100%)
R 158 of 486 ~ 32.51%
G 176 of 486 ~ 36.21%
B 152 of 486 ~ 31.28%

%32.51
%36.21
%31.28

CMYK color model

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

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • 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
%13.64
%30.98

Codes

Color #9EB098 in popluar color models

9EB098
RGB158176152
HSL105°13.19%64.31%
HSB/HSV105°13.64%69.02%
CMYK10.23%0.00%13.64%
30.98%

Color #9EB098 in popluar number systems.

HEX9EB098
Decimal158176152
Binary100111101011000010011000
Octal236260230

Shades and tints

Shades of #9EB098

#9EB098
(158,176,152)
#90A08B
(144,160,139)
#82907E
(130,144,126)
#748071
(116,128,113)
#667064
(102,112,100)
#586057
(88,96,87)
#4A504A
(74,80,74)
#3C403D
(60,64,61)
#2E3030
(46,48,48)
#202023
(32,32,35)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #9EB098

#9EB098
(158,176,152)
#A6B7A1
(166,183,161)
#AEBEAA
(174,190,170)
#B6C5B3
(182,197,179)
#BECCBC
(190,204,188)
#C6D3C5
(198,211,197)
#CEDACE
(206,218,206)
#D6E1D7
(214,225,215)
#DEE8E0
(222,232,224)
#E6EFE9
(230,239,233)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB098; }

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

This text font color is #9EB098.


Background Color

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

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

This div background color is #9EB098.


Border color

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

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

This div border color is #9EB098.


Opacity

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

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

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

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

This text has shadow with #9EB098 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB098 on black background.


Color preview on white background

This text has color #9EB098 on white background.



Black color preview on #9EB098 background

This text has black color on #9EB098 background.


White color preview on #9EB098 background

This text has white color on #9EB098 background.