COLOR #9D8BAA

HEX: #9D8BAA
RGB: (157,139,170)

Color info

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

RGB color model

#9D8BAA color RGB value is (157,139,170).

  • red value is 157;
  • green value is 139;
  • blue value is 170.
RGB:
(157,139,170)
(62%,55%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 139 of 255 = 55%
B 170 of 255 = 67%

157
139
170

R + G + B ~ 61%. #9D8BAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 139 + 170 = 466 (100%)
R 157 of 466 ~ 33.69%
G 139 of 466 ~ 29.83%
B 170 of 466 ~ 36.48%

%33.69
%29.83
%36.48

CMYK color model

#9D8BAA color CMYK value is (8,18,0,33).

  • cyan value is 7.65%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(8,18,0,33)
C8M18Y0K33 
(8%,18%,0%,33%)
(0.08/0.18/0.00/0.33)	

CMYK percentages

%7.65
%18.24
%0
%33.33

Codes

Color #9D8BAA in popluar color models

9D8BAA
RGB157139170
HSL275°15.42%60.59%
HSB/HSV275°18.24%66.67%
CMYK7.65%18.24%0.00%
33.33%

Color #9D8BAA in popluar number systems.

HEX9D8BAA
Decimal157139170
Binary100111011000101110101010
Octal235213252

Shades and tints

Shades of #9D8BAA

#9D8BAA
(157,139,170)
#8F7F9B
(143,127,155)
#81738C
(129,115,140)
#73677D
(115,103,125)
#655B6E
(101,91,110)
#574F5F
(87,79,95)
#494350
(73,67,80)
#3B3741
(59,55,65)
#2D2B32
(45,43,50)
#1F1F23
(31,31,35)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #9D8BAA

#9D8BAA
(157,139,170)
#A595B1
(165,149,177)
#AD9FB8
(173,159,184)
#B5A9BF
(181,169,191)
#BDB3C6
(189,179,198)
#C5BDCD
(197,189,205)
#CDC7D4
(205,199,212)
#D5D1DB
(213,209,219)
#DDDBE2
(221,219,226)
#E5E5E9
(229,229,233)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8BAA color. Also use rgb(157,139,170) instead hex code.

Text Font Color

.myTextColor { color: #9D8BAA; }

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

This text font color is #9D8BAA.


Background Color

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

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

This div background color is #9D8BAA.


Border color

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

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

This div border color is #9D8BAA.


Opacity

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

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

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

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

This text has shadow with #9D8BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8BAA on black background.


Color preview on white background

This text has color #9D8BAA on white background.



Black color preview on #9D8BAA background

This text has black color on #9D8BAA background.


White color preview on #9D8BAA background

This text has white color on #9D8BAA background.