COLOR #9EB09B

HEX: #9EB09B RGB: (158,176,155)

Color info

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

RGB color model

#9EB09B color RGB value is (158,176,155).

RGB: (158,176,155) (62%, 69%, 61%)

RGB channels and saturation

R 158 of 255 = 62%
G 176 of 255 = 69%
B 155 of 255 = 61%

158
176
155

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

Portions of RGB colors in percentages

R + G + B = 158 + 176 + 155 = 489 (100%)
R 158 of 489 ~ 32.31%
G 176 of 489 ~ 35.99%
B 155 of 489 ~ 31.7'%

%32.31
%35.99
%31.7

CMYK color model

#9EB09B color CMYK value is (10,0,12,31).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 30.98%
CMYK: (10,0,12,31) C10M0Y12K31 (10%,0%,12%,31%) (0.10/0.00/0.12/0.31) 

CMYK percentages

%10.23
%0
%11.93
%30.98

Codes

Color #9EB09B in popluar color models

9E B0 9B
RGB 158 176 155
HSL 111° 11.73% 64.90%
HSB/HSV 111° 11.93% 69.02%
CMYK 10.23% 0.00% 11.93%
30.98%

Color #9EB09B in popluar number systems.

HEX 9E B0 9B
Decimal 158 176 155
Binary 10011110 10110000 10011011
Octal 236 260 233

Shades and tints

Shades of #9EB09B

#9EB09B
(158,176,155)
#90A08D
(144,160,141)
#82907F
(130,144,127)
#748071
(116,128,113)
#667063
(102,112,99)
#586055
(88,96,85)
#4A5047
(74,80,71)
#3C4039
(60,64,57)
#2E302B
(46,48,43)
#20201D
(32,32,29)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #9EB09B

#9EB09B
(158,176,155)
#A6B7A4
(166,183,164)
#AEBEAD
(174,190,173)
#B6C5B6
(182,197,182)
#BECCBF
(190,204,191)
#C6D3C8
(198,211,200)
#CEDAD1
(206,218,209)
#D6E1DA
(214,225,218)
#DEE8E3
(222,232,227)
#E6EFEC
(230,239,236)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB09B; }

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

This text font color is #9EB09B.

Background Color

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

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

This div background color is #9EB09B.

Border color

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

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

This div border color is #9EB09B.

Opacity

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

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

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

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

This text has shadow with #9EB09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB09B.

Preview

Color preview on black background

This text has color #9EB09B on black background.


Color preview on white background

This text has color #9EB09B on white background.


Black color preview on #9EB09B background

This text has black color on #9EB09B background.


White color preview on #9EB09B background

This text has white color on #9EB09B background.


Related colors

Complementary color

Complementary color for #hex is #614F64.


I love getcolorcode.com

Triadic colors

1 #9B9EB0 and #B09B9E with #9EB09B are triadic colors.

2 #9BB09E and #B09E9B with #9EB09B are triadic colors.