COLOR #9D6282

HEX: #9D6282
RGB: (157,98,130)

Color info

#9D6282 contains red, green and blue colors in about the same proportion. Web safe color of #9D6282 is #996699 (or #969).

RGB color model

#9D6282 color RGB value is (157,98,130).

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

RGB channels and saturation

R 157 of 255 = 62%
G 98 of 255 = 38%
B 130 of 255 = 51%

157
98
130

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

Portions of RGB colors in percentages

R + G + B =
157 + 98 + 130 = 385 (100%)
R 157 of 385 ~ 40.78%
G 98 of 385 ~ 25.45%
B 130 of 385 ~ 33.77%

%40.78
%25.45
%33.77

CMYK color model

#9D6282 color CMYK value is (0,38,17,38).

  • cyan value is 0.00%
  • magenta value is 37.58%
  • yellow value is 17.20%
  • key color value is 38.43%
CMYK:
(0,38,17,38)
C0M38Y17K38 
(0%,38%,17%,38%)
(0.00/0.38/0.17/0.38)	

CMYK percentages

%0
%37.58
%17.2
%38.43

Codes

Color #9D6282 in popluar color models

9D6282
RGB15798130
HSL327°23.14%50.00%
HSB/HSV327°37.58%61.57%
CMYK0.00%37.58%17.20%
38.43%

Color #9D6282 in popluar number systems.

HEX9D6282
Decimal15798130
Binary10011101110001010000010
Octal235142202

Shades and tints

Shades of #9D6282

#9D6282
(157,98,130)
#8F5A77
(143,90,119)
#81526C
(129,82,108)
#734A61
(115,74,97)
#654256
(101,66,86)
#573A4B
(87,58,75)
#493240
(73,50,64)
#3B2A35
(59,42,53)
#2D222A
(45,34,42)
#1F1A1F
(31,26,31)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #9D6282

#9D6282
(157,98,130)
#A5708D
(165,112,141)
#AD7E98
(173,126,152)
#B58CA3
(181,140,163)
#BD9AAE
(189,154,174)
#C5A8B9
(197,168,185)
#CDB6C4
(205,182,196)
#D5C4CF
(213,196,207)
#DDD2DA
(221,210,218)
#E5E0E5
(229,224,229)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6282; }

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

This text font color is #9D6282.


Background Color

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

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

This div background color is #9D6282.


Border color

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

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

This div border color is #9D6282.


Opacity

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

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

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

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

This text has shadow with #9D6282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6282 on black background.


Color preview on white background

This text has color #9D6282 on white background.



Black color preview on #9D6282 background

This text has black color on #9D6282 background.


White color preview on #9D6282 background

This text has white color on #9D6282 background.