COLOR #9D82AD

HEX: #9D82AD
RGB: (157,130,173)

Color info

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

RGB color model

#9D82AD color RGB value is (157,130,173).

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

RGB channels and saturation

R 157 of 255 = 62%
G 130 of 255 = 51%
B 173 of 255 = 68%

157
130
173

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

Portions of RGB colors in percentages

R + G + B =
157 + 130 + 173 = 460 (100%)
R 157 of 460 ~ 34.13%
G 130 of 460 ~ 28.26%
B 173 of 460 ~ 37.61%

%34.13
%28.26
%37.61

CMYK color model

#9D82AD color CMYK value is (9,25,0,32).

  • cyan value is 9.25%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(9,25,0,32)
C9M25Y0K32 
(9%,25%,0%,32%)
(0.09/0.25/0.00/0.32)	

CMYK percentages

%9.25
%24.86
%0
%32.16

Codes

Color #9D82AD in popluar color models

9D82AD
RGB157130173
HSL278°20.77%59.41%
HSB/HSV278°24.86%67.84%
CMYK9.25%24.86%0.00%
32.16%

Color #9D82AD in popluar number systems.

HEX9D82AD
Decimal157130173
Binary100111011000001010101101
Octal235202255

Shades and tints

Shades of #9D82AD

#9D82AD
(157,130,173)
#8F779E
(143,119,158)
#816C8F
(129,108,143)
#736180
(115,97,128)
#655671
(101,86,113)
#574B62
(87,75,98)
#494053
(73,64,83)
#3B3544
(59,53,68)
#2D2A35
(45,42,53)
#1F1F26
(31,31,38)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #9D82AD

#9D82AD
(157,130,173)
#A58DB4
(165,141,180)
#AD98BB
(173,152,187)
#B5A3C2
(181,163,194)
#BDAEC9
(189,174,201)
#C5B9D0
(197,185,208)
#CDC4D7
(205,196,215)
#D5CFDE
(213,207,222)
#DDDAE5
(221,218,229)
#E5E5EC
(229,229,236)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D82AD; }

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

This text font color is #9D82AD.


Background Color

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

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

This div background color is #9D82AD.


Border color

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

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

This div border color is #9D82AD.


Opacity

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

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

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

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

This text has shadow with #9D82AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D82AD on black background.


Color preview on white background

This text has color #9D82AD on white background.



Black color preview on #9D82AD background

This text has black color on #9D82AD background.


White color preview on #9D82AD background

This text has white color on #9D82AD background.