COLOR #9EA69C

HEX: #9EA69C
RGB: (158,166,156)

Color info

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

RGB color model

#9EA69C color RGB value is (158,166,156).

  • red value is 158;
  • green value is 166;
  • blue value is 156.
RGB:
(158,166,156)
(62%,65%,61%)

RGB channels and saturation

R 158 of 255 = 62%
G 166 of 255 = 65%
B 156 of 255 = 61%

158
166
156

R + G + B ~ 63%. #9EA69C is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 166 + 156 = 480 (100%)
R 158 of 480 ~ 32.92%
G 166 of 480 ~ 34.58%
B 156 of 480 ~ 32.5%

%32.92
%34.58
%32.5

CMYK color model

#9EA69C color CMYK value is (5,0,6,35).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 34.90%
CMYK:
(5,0,6,35)
C5M0Y6K35 
(5%,0%,6%,35%)
(0.05/0.00/0.06/0.35)	

CMYK percentages

%4.82
%0
%6.02
%34.9

Codes

Color #9EA69C in popluar color models

9EA69C
RGB158166156
HSL108°5.32%63.14%
HSB/HSV108°6.02%65.10%
CMYK4.82%0.00%6.02%
34.90%

Color #9EA69C in popluar number systems.

HEX9EA69C
Decimal158166156
Binary100111101010011010011100
Octal236246234

Shades and tints

Shades of #9EA69C

#9EA69C
(158,166,156)
#90978E
(144,151,142)
#828880
(130,136,128)
#747972
(116,121,114)
#666A64
(102,106,100)
#585B56
(88,91,86)
#4A4C48
(74,76,72)
#3C3D3A
(60,61,58)
#2E2E2C
(46,46,44)
#201F1E
(32,31,30)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #9EA69C

#9EA69C
(158,166,156)
#A6AEA5
(166,174,165)
#AEB6AE
(174,182,174)
#B6BEB7
(182,190,183)
#BEC6C0
(190,198,192)
#C6CEC9
(198,206,201)
#CED6D2
(206,214,210)
#D6DEDB
(214,222,219)
#DEE6E4
(222,230,228)
#E6EEED
(230,238,237)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EA69C color. Also use rgb(158,166,156) instead hex code.

Text Font Color

.myTextColor { color: #9EA69C; }

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

This text font color is #9EA69C.


Background Color

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

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

This div background color is #9EA69C.


Border color

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

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

This div border color is #9EA69C.


Opacity

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

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

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

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

This text has shadow with #9EA69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA69C on black background.


Color preview on white background

This text has color #9EA69C on white background.



Black color preview on #9EA69C background

This text has black color on #9EA69C background.


White color preview on #9EA69C background

This text has white color on #9EA69C background.