COLOR #9D8EB6

HEX: #9D8EB6
RGB: (157,142,182)

Color info

#9D8EB6 contains red, green and blue colors in about the same proportion. Web safe color of #9D8EB6 is #9999CC (or #99C).

RGB color model

#9D8EB6 color RGB value is (157,142,182).

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

RGB channels and saturation

R 157 of 255 = 62%
G 142 of 255 = 56%
B 182 of 255 = 71%

157
142
182

R + G + B ~ 63%. #9D8EB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 142 + 182 = 481 (100%)
R 157 of 481 ~ 32.64%
G 142 of 481 ~ 29.52%
B 182 of 481 ~ 37.84%

%32.64
%29.52
%37.84

CMYK color model

#9D8EB6 color CMYK value is (14,22,0,29).

  • cyan value is 13.74%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(14,22,0,29)
C14M22Y0K29 
(14%,22%,0%,29%)
(0.14/0.22/0.00/0.29)	

CMYK percentages

%13.74
%21.98
%0
%28.63

Codes

Color #9D8EB6 in popluar color models

9D8EB6
RGB157142182
HSL263°21.51%63.53%
HSB/HSV263°21.98%71.37%
CMYK13.74%21.98%0.00%
28.63%

Color #9D8EB6 in popluar number systems.

HEX9D8EB6
Decimal157142182
Binary100111011000111010110110
Octal235216266

Shades and tints

Shades of #9D8EB6

#9D8EB6
(157,142,182)
#8F82A6
(143,130,166)
#817696
(129,118,150)
#736A86
(115,106,134)
#655E76
(101,94,118)
#575266
(87,82,102)
#494656
(73,70,86)
#3B3A46
(59,58,70)
#2D2E36
(45,46,54)
#1F2226
(31,34,38)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #9D8EB6

#9D8EB6
(157,142,182)
#A598BC
(165,152,188)
#ADA2C2
(173,162,194)
#B5ACC8
(181,172,200)
#BDB6CE
(189,182,206)
#C5C0D4
(197,192,212)
#CDCADA
(205,202,218)
#D5D4E0
(213,212,224)
#DDDEE6
(221,222,230)
#E5E8EC
(229,232,236)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8EB6; }

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

This text font color is #9D8EB6.


Background Color

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

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

This div background color is #9D8EB6.


Border color

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

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

This div border color is #9D8EB6.


Opacity

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

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

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

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

This text has shadow with #9D8EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8EB6 on black background.


Color preview on white background

This text has color #9D8EB6 on white background.



Black color preview on #9D8EB6 background

This text has black color on #9D8EB6 background.


White color preview on #9D8EB6 background

This text has white color on #9D8EB6 background.