COLOR #9EAEAC

HEX: #9EAEAC
RGB: (158,174,172)

Color info

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

RGB color model

#9EAEAC color RGB value is (158,174,172).

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

RGB channels and saturation

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

158
174
172

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

Portions of RGB colors in percentages

R + G + B =
158 + 174 + 172 = 504 (100%)
R 158 of 504 ~ 31.35%
G 174 of 504 ~ 34.52%
B 172 of 504 ~ 34.13%

%31.35
%34.52
%34.13

CMYK color model

#9EAEAC color CMYK value is (9,0,1,32).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 1.15%
  • key color value is 31.76%
CMYK:
(9,0,1,32)
C9M0Y1K32 
(9%,0%,1%,32%)
(0.09/0.00/0.01/0.32)	

CMYK percentages

%9.2
%0
%1.15
%31.76

Codes

Color #9EAEAC in popluar color models

9EAEAC
RGB158174172
HSL173°8.99%65.10%
HSB/HSV173°9.20%68.24%
CMYK9.20%0.00%1.15%
31.76%

Color #9EAEAC in popluar number systems.

HEX9EAEAC
Decimal158174172
Binary100111101010111010101100
Octal236256254

Shades and tints

Shades of #9EAEAC

#9EAEAC
(158,174,172)
#909F9D
(144,159,157)
#82908E
(130,144,142)
#74817F
(116,129,127)
#667270
(102,114,112)
#586361
(88,99,97)
#4A5452
(74,84,82)
#3C4543
(60,69,67)
#2E3634
(46,54,52)
#202725
(32,39,37)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #9EAEAC

#9EAEAC
(158,174,172)
#A6B5B3
(166,181,179)
#AEBCBA
(174,188,186)
#B6C3C1
(182,195,193)
#BECAC8
(190,202,200)
#C6D1CF
(198,209,207)
#CED8D6
(206,216,214)
#D6DFDD
(214,223,221)
#DEE6E4
(222,230,228)
#E6EDEB
(230,237,235)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EAEAC; }

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

This text font color is #9EAEAC.


Background Color

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

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

This div background color is #9EAEAC.


Border color

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

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

This div border color is #9EAEAC.


Opacity

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

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

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

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

This text has shadow with #9EAEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EAEAC on black background.


Color preview on white background

This text has color #9EAEAC on white background.



Black color preview on #9EAEAC background

This text has black color on #9EAEAC background.


White color preview on #9EAEAC background

This text has white color on #9EAEAC background.