COLOR #9EB299

HEX: #9EB299 RGB: (158,178,153)

Color info

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

RGB color model

#9EB299 color RGB value is (158,178,153).

RGB: (158,178,153) (62%, 70%, 60%)

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 153 of 255 = 60%

158
178
153

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

Portions of RGB colors in percentages

R + G + B = 158 + 178 + 153 = 489 (100%)
R 158 of 489 ~ 32.31%
G 178 of 489 ~ 36.4%
B 153 of 489 ~ 31.29'%

%32.31
%36.4
%31.29

CMYK color model

#9EB299 color CMYK value is (11,0,14,30).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 30.20%
CMYK: (11,0,14,30) C11M0Y14K30 (11%,0%,14%,30%) (0.11/0.00/0.14/0.30) 

CMYK percentages

%11.24
%0
%14.04
%30.2

Codes

Color #9EB299 in popluar color models

9E B2 99
RGB 158 178 153
HSL 108° 13.97% 64.90%
HSB/HSV 108° 14.04% 69.80%
CMYK 11.24% 0.00% 14.04%
30.20%

Color #9EB299 in popluar number systems.

HEX 9E B2 99
Decimal 158 178 153
Binary 10011110 10110010 10011001
Octal 236 262 231

Shades and tints

Shades of #9EB299

#9EB299
(158,178,153)
#90A28C
(144,162,140)
#82927F
(130,146,127)
#748272
(116,130,114)
#667265
(102,114,101)
#586258
(88,98,88)
#4A524B
(74,82,75)
#3C423E
(60,66,62)
#2E3231
(46,50,49)
#202224
(32,34,36)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #9EB299

#9EB299
(158,178,153)
#A6B9A2
(166,185,162)
#AEC0AB
(174,192,171)
#B6C7B4
(182,199,180)
#BECEBD
(190,206,189)
#C6D5C6
(198,213,198)
#CEDCCF
(206,220,207)
#D6E3D8
(214,227,216)
#DEEAE1
(222,234,225)
#E6F1EA
(230,241,234)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB299; }

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

This text font color is #9EB299.

Background Color

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

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

This div background color is #9EB299.

Border color

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

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

This div border color is #9EB299.

Opacity

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

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

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

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

This text has shadow with #9EB299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB299.

Preview

Color preview on black background

This text has color #9EB299 on black background.


Color preview on white background

This text has color #9EB299 on white background.


Black color preview on #9EB299 background

This text has black color on #9EB299 background.


White color preview on #9EB299 background

This text has white color on #9EB299 background.


Related colors

Complementary color

Complementary color for #hex is #614D66.


I love getcolorcode.com

Triadic colors

1 #999EB2 and #B2999E with #9EB299 are triadic colors.

2 #99B29E and #B29E99 with #9EB299 are triadic colors.