COLOR #9D8EAE

HEX: #9D8EAE
RGB: (157,142,174)

Color info

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

RGB color model

#9D8EAE color RGB value is (157,142,174).

  • red value is 157;
  • green value is 142;
  • blue value is 174.
RGB:
(157,142,174)
(62%,56%,68%)

RGB channels and saturation

R 157 of 255 = 62%
G 142 of 255 = 56%
B 174 of 255 = 68%

157
142
174

R + G + B ~ 62%. #9D8EAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 142 + 174 = 473 (100%)
R 157 of 473 ~ 33.19%
G 142 of 473 ~ 30.02%
B 174 of 473 ~ 36.79%

%33.19
%30.02
%36.79

CMYK color model

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

  • cyan value is 9.77%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(10,18,0,32)
C10M18Y0K32 
(10%,18%,0%,32%)
(0.10/0.18/0.00/0.32)	

CMYK percentages

%9.77
%18.39
%0
%31.76

Codes

Color #9D8EAE in popluar color models

9D8EAE
RGB157142174
HSL268°16.49%61.96%
HSB/HSV268°18.39%68.24%
CMYK9.77%18.39%0.00%
31.76%

Color #9D8EAE in popluar number systems.

HEX9D8EAE
Decimal157142174
Binary100111011000111010101110
Octal235216256

Shades and tints

Shades of #9D8EAE

#9D8EAE
(157,142,174)
#8F829F
(143,130,159)
#817690
(129,118,144)
#736A81
(115,106,129)
#655E72
(101,94,114)
#575263
(87,82,99)
#494654
(73,70,84)
#3B3A45
(59,58,69)
#2D2E36
(45,46,54)
#1F2227
(31,34,39)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #9D8EAE

#9D8EAE
(157,142,174)
#A598B5
(165,152,181)
#ADA2BC
(173,162,188)
#B5ACC3
(181,172,195)
#BDB6CA
(189,182,202)
#C5C0D1
(197,192,209)
#CDCAD8
(205,202,216)
#D5D4DF
(213,212,223)
#DDDEE6
(221,222,230)
#E5E8ED
(229,232,237)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8EAE color. Also use rgb(157,142,174) instead hex code.

Text Font Color

.myTextColor { color: #9D8EAE; }

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

This text font color is #9D8EAE.


Background Color

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

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

This div background color is #9D8EAE.


Border color

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

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

This div border color is #9D8EAE.


Opacity

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

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

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

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

This text has shadow with #9D8EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8EAE on black background.


Color preview on white background

This text has color #9D8EAE on white background.



Black color preview on #9D8EAE background

This text has black color on #9D8EAE background.


White color preview on #9D8EAE background

This text has white color on #9D8EAE background.