COLOR #9EAEAB

HEX: #9EAEAB
RGB: (158,174,171)

Color info

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

RGB color model

#9EAEAB color RGB value is (158,174,171).

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

RGB channels and saturation

R 158 of 255 = 62%
G 174 of 255 = 68%
B 171 of 255 = 67%

158
174
171

R + G + B ~ 66%. #9EAEAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 174 + 171 = 503 (100%)
R 158 of 503 ~ 31.41%
G 174 of 503 ~ 34.59%
B 171 of 503 ~ 34%

%31.41
%34.59
%34

CMYK color model

#9EAEAB color CMYK value is (9,0,2,32).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 31.76%
CMYK:
(9,0,2,32)
C9M0Y2K32 
(9%,0%,2%,32%)
(0.09/0.00/0.02/0.32)	

CMYK percentages

%9.2
%0
%1.72
%31.76

Codes

Color #9EAEAB in popluar color models

9EAEAB
RGB158174171
HSL169°8.99%65.10%
HSB/HSV169°9.20%68.24%
CMYK9.20%0.00%1.72%
31.76%

Color #9EAEAB in popluar number systems.

HEX9EAEAB
Decimal158174171
Binary100111101010111010101011
Octal236256253

Shades and tints

Shades of #9EAEAB

#9EAEAB
(158,174,171)
#909F9C
(144,159,156)
#82908D
(130,144,141)
#74817E
(116,129,126)
#66726F
(102,114,111)
#586360
(88,99,96)
#4A5451
(74,84,81)
#3C4542
(60,69,66)
#2E3633
(46,54,51)
#202724
(32,39,36)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #9EAEAB

#9EAEAB
(158,174,171)
#A6B5B2
(166,181,178)
#AEBCB9
(174,188,185)
#B6C3C0
(182,195,192)
#BECAC7
(190,202,199)
#C6D1CE
(198,209,206)
#CED8D5
(206,216,213)
#D6DFDC
(214,223,220)
#DEE6E3
(222,230,227)
#E6EDEA
(230,237,234)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAEAB; }

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

This text font color is #9EAEAB.


Background Color

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

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

This div background color is #9EAEAB.


Border color

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

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

This div border color is #9EAEAB.


Opacity

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

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

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

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

This text has shadow with #9EAEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAEAB on black background.


Color preview on white background

This text has color #9EAEAB on white background.



Black color preview on #9EAEAB background

This text has black color on #9EAEAB background.


White color preview on #9EAEAB background

This text has white color on #9EAEAB background.