COLOR #9EB999

HEX: #9EB999 RGB: (158,185,153)

Color info

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

RGB color model

#9EB999 color RGB value is (158,185,153).

RGB: (158,185,153) (62%, 73%, 60%)

RGB channels and saturation

R 158 of 255 = 62%
G 185 of 255 = 73%
B 153 of 255 = 60%

158
185
153

R + G + B ~ 65%. #9EB999 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 185 + 153 = 496 (100%)
R 158 of 496 ~ 31.85%
G 185 of 496 ~ 37.3%
B 153 of 496 ~ 30.85'%

%31.85
%37.3
%30.85

CMYK color model

#9EB999 color CMYK value is (15,0,17,27).

  • cyan value is 14.59%
  • magenta value is 0.00%
  • yellow value is 17.30%
  • key color value is 27.45%
CMYK: (15,0,17,27) C15M0Y17K27 (15%,0%,17%,27%) (0.15/0.00/0.17/0.27) 

CMYK percentages

%14.59
%0
%17.3
%27.45

Codes

Color #9EB999 in popluar color models

9E B9 99
RGB 158 185 153
HSL 111° 18.60% 66.27%
HSB/HSV 111° 17.30% 72.55%
CMYK 14.59% 0.00% 17.30%
27.45%

Color #9EB999 in popluar number systems.

HEX 9E B9 99
Decimal 158 185 153
Binary 10011110 10111001 10011001
Octal 236 271 231

Shades and tints

Shades of #9EB999

#9EB999
(158,185,153)
#90A98C
(144,169,140)
#82997F
(130,153,127)
#748972
(116,137,114)
#667965
(102,121,101)
#586958
(88,105,88)
#4A594B
(74,89,75)
#3C493E
(60,73,62)
#2E3931
(46,57,49)
#202924
(32,41,36)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #9EB999

#9EB999
(158,185,153)
#A6BFA2
(166,191,162)
#AEC5AB
(174,197,171)
#B6CBB4
(182,203,180)
#BED1BD
(190,209,189)
#C6D7C6
(198,215,198)
#CEDDCF
(206,221,207)
#D6E3D8
(214,227,216)
#DEE9E1
(222,233,225)
#E6EFEA
(230,239,234)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB999 color. Also use rgb(158,185,153) instead hex code.

Text Font Color

.myTextColor { color: #9EB999; }

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

This text font color is #9EB999.

Background Color

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

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

This div background color is #9EB999.

Border color

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

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

This div border color is #9EB999.

Opacity

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

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

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

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

This text has shadow with #9EB999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB999.

Preview

Color preview on black background

This text has color #9EB999 on black background.


Color preview on white background

This text has color #9EB999 on white background.


Black color preview on #9EB999 background

This text has black color on #9EB999 background.


White color preview on #9EB999 background

This text has white color on #9EB999 background.


Related colors

Complementary color

Complementary color for #hex is #614666.


I love getcolorcode.com

Triadic colors

1 #999EB9 and #B9999E with #9EB999 are triadic colors.

2 #99B99E and #B99E99 with #9EB999 are triadic colors.