COLOR #9EAFA5

HEX: #9EAFA5
RGB: (158,175,165)

Color info

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

RGB color model

#9EAFA5 color RGB value is (158,175,165).

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

RGB channels and saturation

R 158 of 255 = 62%
G 175 of 255 = 69%
B 165 of 255 = 65%

158
175
165

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

Portions of RGB colors in percentages

R + G + B =
158 + 175 + 165 = 498 (100%)
R 158 of 498 ~ 31.73%
G 175 of 498 ~ 35.14%
B 165 of 498 ~ 33.13%

%31.73
%35.14
%33.13

CMYK color model

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

  • cyan value is 9.71%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 31.37%
CMYK:
(10,0,6,31)
C10M0Y6K31 
(10%,0%,6%,31%)
(0.10/0.00/0.06/0.31)	

CMYK percentages

%9.71
%0
%5.71
%31.37

Codes

Color #9EAFA5 in popluar color models

9EAFA5
RGB158175165
HSL145°9.60%65.29%
HSB/HSV145°9.71%68.63%
CMYK9.71%0.00%5.71%
31.37%

Color #9EAFA5 in popluar number systems.

HEX9EAFA5
Decimal158175165
Binary100111101010111110100101
Octal236257245

Shades and tints

Shades of #9EAFA5

#9EAFA5
(158,175,165)
#90A096
(144,160,150)
#829187
(130,145,135)
#748278
(116,130,120)
#667369
(102,115,105)
#58645A
(88,100,90)
#4A554B
(74,85,75)
#3C463C
(60,70,60)
#2E372D
(46,55,45)
#20281E
(32,40,30)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #9EAFA5

#9EAFA5
(158,175,165)
#A6B6AD
(166,182,173)
#AEBDB5
(174,189,181)
#B6C4BD
(182,196,189)
#BECBC5
(190,203,197)
#C6D2CD
(198,210,205)
#CED9D5
(206,217,213)
#D6E0DD
(214,224,221)
#DEE7E5
(222,231,229)
#E6EEED
(230,238,237)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAFA5; }

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

This text font color is #9EAFA5.


Background Color

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

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

This div background color is #9EAFA5.


Border color

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

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

This div border color is #9EAFA5.


Opacity

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

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

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

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

This text has shadow with #9EAFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAFA5 on black background.


Color preview on white background

This text has color #9EAFA5 on white background.



Black color preview on #9EAFA5 background

This text has black color on #9EAFA5 background.


White color preview on #9EAFA5 background

This text has white color on #9EAFA5 background.