COLOR #9D82B5

HEX: #9D82B5
RGB: (157,130,181)

Color info

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

RGB color model

#9D82B5 color RGB value is (157,130,181).

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

RGB channels and saturation

R 157 of 255 = 62%
G 130 of 255 = 51%
B 181 of 255 = 71%

157
130
181

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

Portions of RGB colors in percentages

R + G + B =
157 + 130 + 181 = 468 (100%)
R 157 of 468 ~ 33.55%
G 130 of 468 ~ 27.78%
B 181 of 468 ~ 38.68%

%33.55
%27.78
%38.68

CMYK color model

#9D82B5 color CMYK value is (13,28,0,29).

  • cyan value is 13.26%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(13,28,0,29)
C13M28Y0K29 
(13%,28%,0%,29%)
(0.13/0.28/0.00/0.29)	

CMYK percentages

%13.26
%28.18
%0
%29.02

Codes

Color #9D82B5 in popluar color models

9D82B5
RGB157130181
HSL272°25.63%60.98%
HSB/HSV272°28.18%70.98%
CMYK13.26%28.18%0.00%
29.02%

Color #9D82B5 in popluar number systems.

HEX9D82B5
Decimal157130181
Binary100111011000001010110101
Octal235202265

Shades and tints

Shades of #9D82B5

#9D82B5
(157,130,181)
#8F77A5
(143,119,165)
#816C95
(129,108,149)
#736185
(115,97,133)
#655675
(101,86,117)
#574B65
(87,75,101)
#494055
(73,64,85)
#3B3545
(59,53,69)
#2D2A35
(45,42,53)
#1F1F25
(31,31,37)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #9D82B5

#9D82B5
(157,130,181)
#A58DBB
(165,141,187)
#AD98C1
(173,152,193)
#B5A3C7
(181,163,199)
#BDAECD
(189,174,205)
#C5B9D3
(197,185,211)
#CDC4D9
(205,196,217)
#D5CFDF
(213,207,223)
#DDDAE5
(221,218,229)
#E5E5EB
(229,229,235)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D82B5; }

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

This text font color is #9D82B5.


Background Color

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

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

This div background color is #9D82B5.


Border color

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

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

This div border color is #9D82B5.


Opacity

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

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

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

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

This text has shadow with #9D82B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D82B5 on black background.


Color preview on white background

This text has color #9D82B5 on white background.



Black color preview on #9D82B5 background

This text has black color on #9D82B5 background.


White color preview on #9D82B5 background

This text has white color on #9D82B5 background.