COLOR #9EB29A

HEX: #9EB29A RGB: (158,178,154)

Color info

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

RGB color model

#9EB29A color RGB value is (158,178,154).

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

RGB channels and saturation

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

158
178
154

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

Portions of RGB colors in percentages

R + G + B = 158 + 178 + 154 = 490 (100%)
R 158 of 490 ~ 32.24%
G 178 of 490 ~ 36.33%
B 154 of 490 ~ 31.43'%

%32.24
%36.33
%31.43

CMYK color model

#9EB29A color CMYK value is (11,0,13,30).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 30.20%

CMYK: (11,0,13,30)
C11M0Y13K30 (11%, 0%, 13%, 30%)
(0.11 / 0.00 / 0.13 / 0.30)

CMYK percentages

%11.24
%0
%13.48
%30.2

Codes

Color #9EB29A in popluar color models

9E B2 9A
RGB 158 178 154
HSL 110° 13.48% 65.10%
HSB/HSV 110° 13.48% 69.80%
CMYK 11.24% 0.00% 13.48%
30.20%

Color #9EB29A in popluar number systems.

HEX 9E B2 9A
Decimal 158 178 154
Binary 10011110 10110010 10011010
Octal 236 262 232

Shades and tints

Shades of #9EB29A

#9EB29A
(158,178,154)
#90A28C
(144,162,140)
#82927E
(130,146,126)
#748270
(116,130,112)
#667262
(102,114,98)
#586254
(88,98,84)
#4A5246
(74,82,70)
#3C4238
(60,66,56)
#2E322A
(46,50,42)
#20221C
(32,34,28)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #9EB29A

#9EB29A
(158,178,154)
#A6B9A3
(166,185,163)
#AEC0AC
(174,192,172)
#B6C7B5
(182,199,181)
#BECEBE
(190,206,190)
#C6D5C7
(198,213,199)
#CEDCD0
(206,220,208)
#D6E3D9
(214,227,217)
#DEEAE2
(222,234,226)
#E6F1EB
(230,241,235)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EB29A; }

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

This text font color is #9EB29A.

Background Color

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

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

This div background color is #9EB29A.

Border color

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

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

This div border color is #9EB29A.

Opacity

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

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

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

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

This text has shadow with #9EB29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB29A.

Preview

Color preview on black background

This text has color #9EB29A on black background.


Color preview on white background

This text has color #9EB29A on white background.


Black color preview on #9EB29A background

This text has black color on #9EB29A background.


White color preview on #9EB29A background

This text has white color on #9EB29A background.


Related colors

Complementary color

Complementary color for #hex is #614D65.


I love getcolorcode.com

Triadic colors

1 #9A9EB2 and #B29A9E with #9EB29A are triadic colors.

2 #9AB29E and #B29E9A with #9EB29A are triadic colors.