COLOR #9EA692

HEX: #9EA692
RGB: (158,166,146)

Color info

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

RGB color model

#9EA692 color RGB value is (158,166,146).

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

RGB channels and saturation

R 158 of 255 = 62%
G 166 of 255 = 65%
B 146 of 255 = 57%

158
166
146

R + G + B ~ 61%. #9EA692 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 166 + 146 = 470 (100%)
R 158 of 470 ~ 33.62%
G 166 of 470 ~ 35.32%
B 146 of 470 ~ 31.06%

%33.62
%35.32
%31.06

CMYK color model

#9EA692 color CMYK value is (5,0,12,35).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 34.90%
CMYK:
(5,0,12,35)
C5M0Y12K35 
(5%,0%,12%,35%)
(0.05/0.00/0.12/0.35)	

CMYK percentages

%4.82
%0
%12.05
%34.9

Codes

Color #9EA692 in popluar color models

9EA692
RGB158166146
HSL84°10.10%61.18%
HSB/HSV84°12.05%65.10%
CMYK4.82%0.00%12.05%
34.90%

Color #9EA692 in popluar number systems.

HEX9EA692
Decimal158166146
Binary100111101010011010010010
Octal236246222

Shades and tints

Shades of #9EA692

#9EA692
(158,166,146)
#909785
(144,151,133)
#828878
(130,136,120)
#74796B
(116,121,107)
#666A5E
(102,106,94)
#585B51
(88,91,81)
#4A4C44
(74,76,68)
#3C3D37
(60,61,55)
#2E2E2A
(46,46,42)
#201F1D
(32,31,29)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #9EA692

#9EA692
(158,166,146)
#A6AE9B
(166,174,155)
#AEB6A4
(174,182,164)
#B6BEAD
(182,190,173)
#BEC6B6
(190,198,182)
#C6CEBF
(198,206,191)
#CED6C8
(206,214,200)
#D6DED1
(214,222,209)
#DEE6DA
(222,230,218)
#E6EEE3
(230,238,227)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EA692; }

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

This text font color is #9EA692.


Background Color

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

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

This div background color is #9EA692.


Border color

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

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

This div border color is #9EA692.


Opacity

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

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

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

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

This text has shadow with #9EA692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EA692 on black background.


Color preview on white background

This text has color #9EA692 on white background.



Black color preview on #9EA692 background

This text has black color on #9EA692 background.


White color preview on #9EA692 background

This text has white color on #9EA692 background.