COLOR #9D8EAD

HEX: #9D8EAD
RGB: (157,142,173)

Color info

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

RGB color model

#9D8EAD color RGB value is (157,142,173).

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

RGB channels and saturation

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

157
142
173

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

Portions of RGB colors in percentages

R + G + B =
157 + 142 + 173 = 472 (100%)
R 157 of 472 ~ 33.26%
G 142 of 472 ~ 30.08%
B 173 of 472 ~ 36.65%

%33.26
%30.08
%36.65

CMYK color model

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

  • cyan value is 9.25%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(9,18,0,32)
C9M18Y0K32 
(9%,18%,0%,32%)
(0.09/0.18/0.00/0.32)	

CMYK percentages

%9.25
%17.92
%0
%32.16

Codes

Color #9D8EAD in popluar color models

9D8EAD
RGB157142173
HSL269°15.90%61.76%
HSB/HSV269°17.92%67.84%
CMYK9.25%17.92%0.00%
32.16%

Color #9D8EAD in popluar number systems.

HEX9D8EAD
Decimal157142173
Binary100111011000111010101101
Octal235216255

Shades and tints

Shades of #9D8EAD

#9D8EAD
(157,142,173)
#8F829E
(143,130,158)
#81768F
(129,118,143)
#736A80
(115,106,128)
#655E71
(101,94,113)
#575262
(87,82,98)
#494653
(73,70,83)
#3B3A44
(59,58,68)
#2D2E35
(45,46,53)
#1F2226
(31,34,38)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #9D8EAD

#9D8EAD
(157,142,173)
#A598B4
(165,152,180)
#ADA2BB
(173,162,187)
#B5ACC2
(181,172,194)
#BDB6C9
(189,182,201)
#C5C0D0
(197,192,208)
#CDCAD7
(205,202,215)
#D5D4DE
(213,212,222)
#DDDEE5
(221,222,229)
#E5E8EC
(229,232,236)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8EAD; }

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

This text font color is #9D8EAD.


Background Color

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

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

This div background color is #9D8EAD.


Border color

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

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

This div border color is #9D8EAD.


Opacity

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

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

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

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

This text has shadow with #9D8EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8EAD on black background.


Color preview on white background

This text has color #9D8EAD on white background.



Black color preview on #9D8EAD background

This text has black color on #9D8EAD background.


White color preview on #9D8EAD background

This text has white color on #9D8EAD background.