COLOR #9E9CAE

HEX: #9E9CAE
RGB: (158,156,174)

Color info

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

RGB color model

#9E9CAE color RGB value is (158,156,174).

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

RGB channels and saturation

R 158 of 255 = 62%
G 156 of 255 = 61%
B 174 of 255 = 68%

158
156
174

R + G + B ~ 64%. #9E9CAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 156 + 174 = 488 (100%)
R 158 of 488 ~ 32.38%
G 156 of 488 ~ 31.97%
B 174 of 488 ~ 35.66%

%32.38
%31.97
%35.66

CMYK color model

#9E9CAE color CMYK value is (9,10,0,32).

  • cyan value is 9.20%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(9,10,0,32)
C9M10Y0K32 
(9%,10%,0%,32%)
(0.09/0.10/0.00/0.32)	

CMYK percentages

%9.2
%10.34
%0
%31.76

Codes

Color #9E9CAE in popluar color models

9E9CAE
RGB158156174
HSL247°10.00%64.71%
HSB/HSV247°10.34%68.24%
CMYK9.20%10.34%0.00%
31.76%

Color #9E9CAE in popluar number systems.

HEX9E9CAE
Decimal158156174
Binary100111101001110010101110
Octal236234256

Shades and tints

Shades of #9E9CAE

#9E9CAE
(158,156,174)
#908E9F
(144,142,159)
#828090
(130,128,144)
#747281
(116,114,129)
#666472
(102,100,114)
#585663
(88,86,99)
#4A4854
(74,72,84)
#3C3A45
(60,58,69)
#2E2C36
(46,44,54)
#201E27
(32,30,39)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #9E9CAE

#9E9CAE
(158,156,174)
#A6A5B5
(166,165,181)
#AEAEBC
(174,174,188)
#B6B7C3
(182,183,195)
#BEC0CA
(190,192,202)
#C6C9D1
(198,201,209)
#CED2D8
(206,210,216)
#D6DBDF
(214,219,223)
#DEE4E6
(222,228,230)
#E6EDED
(230,237,237)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E9CAE; }

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

This text font color is #9E9CAE.


Background Color

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

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

This div background color is #9E9CAE.


Border color

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

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

This div border color is #9E9CAE.


Opacity

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

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

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

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

This text has shadow with #9E9CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E9CAE on black background.


Color preview on white background

This text has color #9E9CAE on white background.



Black color preview on #9E9CAE background

This text has black color on #9E9CAE background.


White color preview on #9E9CAE background

This text has white color on #9E9CAE background.