COLOR #9D82AB

HEX: #9D82AB
RGB: (157,130,171)

Color info

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

RGB color model

#9D82AB color RGB value is (157,130,171).

  • red value is 157;
  • green value is 130;
  • blue value is 171.
RGB:
(157,130,171)
(62%,51%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 130 of 255 = 51%
B 171 of 255 = 67%

157
130
171

R + G + B ~ 60%. #9D82AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 130 + 171 = 458 (100%)
R 157 of 458 ~ 34.28%
G 130 of 458 ~ 28.38%
B 171 of 458 ~ 37.34%

%34.28
%28.38
%37.34

CMYK color model

#9D82AB color CMYK value is (8,24,0,33).

  • cyan value is 8.19%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(8,24,0,33)
C8M24Y0K33 
(8%,24%,0%,33%)
(0.08/0.24/0.00/0.33)	

CMYK percentages

%8.19
%23.98
%0
%32.94

Codes

Color #9D82AB in popluar color models

9D82AB
RGB157130171
HSL280°19.62%59.02%
HSB/HSV280°23.98%67.06%
CMYK8.19%23.98%0.00%
32.94%

Color #9D82AB in popluar number systems.

HEX9D82AB
Decimal157130171
Binary100111011000001010101011
Octal235202253

Shades and tints

Shades of #9D82AB

#9D82AB
(157,130,171)
#8F779C
(143,119,156)
#816C8D
(129,108,141)
#73617E
(115,97,126)
#65566F
(101,86,111)
#574B60
(87,75,96)
#494051
(73,64,81)
#3B3542
(59,53,66)
#2D2A33
(45,42,51)
#1F1F24
(31,31,36)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #9D82AB

#9D82AB
(157,130,171)
#A58DB2
(165,141,178)
#AD98B9
(173,152,185)
#B5A3C0
(181,163,192)
#BDAEC7
(189,174,199)
#C5B9CE
(197,185,206)
#CDC4D5
(205,196,213)
#D5CFDC
(213,207,220)
#DDDAE3
(221,218,227)
#E5E5EA
(229,229,234)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D82AB color. Also use rgb(157,130,171) instead hex code.

Text Font Color

.myTextColor { color: #9D82AB; }

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

This text font color is #9D82AB.


Background Color

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

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

This div background color is #9D82AB.


Border color

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

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

This div border color is #9D82AB.


Opacity

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

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

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

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

This text has shadow with #9D82AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D82AB on black background.


Color preview on white background

This text has color #9D82AB on white background.



Black color preview on #9D82AB background

This text has black color on #9D82AB background.


White color preview on #9D82AB background

This text has white color on #9D82AB background.