COLOR #9EAEA4

HEX: #9EAEA4
RGB: (158,174,164)

Color info

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

RGB color model

#9EAEA4 color RGB value is (158,174,164).

  • red value is 158;
  • green value is 174;
  • blue value is 164.
RGB:
(158,174,164)
(62%,68%,64%)

RGB channels and saturation

R 158 of 255 = 62%
G 174 of 255 = 68%
B 164 of 255 = 64%

158
174
164

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

Portions of RGB colors in percentages

R + G + B =
158 + 174 + 164 = 496 (100%)
R 158 of 496 ~ 31.85%
G 174 of 496 ~ 35.08%
B 164 of 496 ~ 33.06%

%31.85
%35.08
%33.06

CMYK color model

#9EAEA4 color CMYK value is (9,0,6,32).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 31.76%
CMYK:
(9,0,6,32)
C9M0Y6K32 
(9%,0%,6%,32%)
(0.09/0.00/0.06/0.32)	

CMYK percentages

%9.2
%0
%5.75
%31.76

Codes

Color #9EAEA4 in popluar color models

9EAEA4
RGB158174164
HSL143°8.99%65.10%
HSB/HSV143°9.20%68.24%
CMYK9.20%0.00%5.75%
31.76%

Color #9EAEA4 in popluar number systems.

HEX9EAEA4
Decimal158174164
Binary100111101010111010100100
Octal236256244

Shades and tints

Shades of #9EAEA4

#9EAEA4
(158,174,164)
#909F96
(144,159,150)
#829088
(130,144,136)
#74817A
(116,129,122)
#66726C
(102,114,108)
#58635E
(88,99,94)
#4A5450
(74,84,80)
#3C4542
(60,69,66)
#2E3634
(46,54,52)
#202726
(32,39,38)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #9EAEA4

#9EAEA4
(158,174,164)
#A6B5AC
(166,181,172)
#AEBCB4
(174,188,180)
#B6C3BC
(182,195,188)
#BECAC4
(190,202,196)
#C6D1CC
(198,209,204)
#CED8D4
(206,216,212)
#D6DFDC
(214,223,220)
#DEE6E4
(222,230,228)
#E6EDEC
(230,237,236)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAEA4 color. Also use rgb(158,174,164) instead hex code.

Text Font Color

.myTextColor { color: #9EAEA4; }

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

This text font color is #9EAEA4.


Background Color

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

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

This div background color is #9EAEA4.


Border color

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

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

This div border color is #9EAEA4.


Opacity

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

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

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

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

This text has shadow with #9EAEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAEA4 on black background.


Color preview on white background

This text has color #9EAEA4 on white background.



Black color preview on #9EAEA4 background

This text has black color on #9EAEA4 background.


White color preview on #9EAEA4 background

This text has white color on #9EAEA4 background.