COLOR #9EAFA0

HEX: #9EAFA0
RGB: (158,175,160)

Color info

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

RGB color model

#9EAFA0 color RGB value is (158,175,160).

  • red value is 158;
  • green value is 175;
  • blue value is 160.
RGB:
(158,175,160)
(62%,69%,63%)

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 160 of 255 = 63%

158
175
160

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

Portions of RGB colors in percentages

R + G + B =
158 + 175 + 160 = 493 (100%)
R 158 of 493 ~ 32.05%
G 175 of 493 ~ 35.5%
B 160 of 493 ~ 32.45%

%32.05
%35.5
%32.45

CMYK color model

#9EAFA0 color CMYK value is (10,0,9,31).

  • cyan value is 9.71%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 31.37%
CMYK:
(10,0,9,31)
C10M0Y9K31 
(10%,0%,9%,31%)
(0.10/0.00/0.09/0.31)	

CMYK percentages

%9.71
%0
%8.57
%31.37

Codes

Color #9EAFA0 in popluar color models

9EAFA0
RGB158175160
HSL127°9.60%65.29%
HSB/HSV127°9.71%68.63%
CMYK9.71%0.00%8.57%
31.37%

Color #9EAFA0 in popluar number systems.

HEX9EAFA0
Decimal158175160
Binary100111101010111110100000
Octal236257240

Shades and tints

Shades of #9EAFA0

#9EAFA0
(158,175,160)
#90A092
(144,160,146)
#829184
(130,145,132)
#748276
(116,130,118)
#667368
(102,115,104)
#58645A
(88,100,90)
#4A554C
(74,85,76)
#3C463E
(60,70,62)
#2E3730
(46,55,48)
#202822
(32,40,34)
#121914
(18,25,20)
#000000
(0,0,0)

Tints of #9EAFA0

#9EAFA0
(158,175,160)
#A6B6A8
(166,182,168)
#AEBDB0
(174,189,176)
#B6C4B8
(182,196,184)
#BECBC0
(190,203,192)
#C6D2C8
(198,210,200)
#CED9D0
(206,217,208)
#D6E0D8
(214,224,216)
#DEE7E0
(222,231,224)
#E6EEE8
(230,238,232)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EAFA0 color. Also use rgb(158,175,160) instead hex code.

Text Font Color

.myTextColor { color: #9EAFA0; }

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

This text font color is #9EAFA0.


Background Color

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

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

This div background color is #9EAFA0.


Border color

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

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

This div border color is #9EAFA0.


Opacity

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

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

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

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

This text has shadow with #9EAFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAFA0 on black background.


Color preview on white background

This text has color #9EAFA0 on white background.



Black color preview on #9EAFA0 background

This text has black color on #9EAFA0 background.


White color preview on #9EAFA0 background

This text has white color on #9EAFA0 background.