COLOR #9D6682

HEX: #9D6682
RGB: (157,102,130)

Color info

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

RGB color model

#9D6682 color RGB value is (157,102,130).

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

RGB channels and saturation

R 157 of 255 = 62%
G 102 of 255 = 40%
B 130 of 255 = 51%

157
102
130

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

Portions of RGB colors in percentages

R + G + B =
157 + 102 + 130 = 389 (100%)
R 157 of 389 ~ 40.36%
G 102 of 389 ~ 26.22%
B 130 of 389 ~ 33.42%

%40.36
%26.22
%33.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.03%
  • yellow value is 17.20%
  • key color value is 38.43%
CMYK:
(0,35,17,38)
C0M35Y17K38 
(0%,35%,17%,38%)
(0.00/0.35/0.17/0.38)	

CMYK percentages

%0
%35.03
%17.2
%38.43

Codes

Color #9D6682 in popluar color models

9D6682
RGB157102130
HSL329°21.91%50.78%
HSB/HSV329°35.03%61.57%
CMYK0.00%35.03%17.20%
38.43%

Color #9D6682 in popluar number systems.

HEX9D6682
Decimal157102130
Binary10011101110011010000010
Octal235146202

Shades and tints

Shades of #9D6682

#9D6682
(157,102,130)
#8F5D77
(143,93,119)
#81546C
(129,84,108)
#734B61
(115,75,97)
#654256
(101,66,86)
#57394B
(87,57,75)
#493040
(73,48,64)
#3B2735
(59,39,53)
#2D1E2A
(45,30,42)
#1F151F
(31,21,31)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #9D6682

#9D6682
(157,102,130)
#A5738D
(165,115,141)
#AD8098
(173,128,152)
#B58DA3
(181,141,163)
#BD9AAE
(189,154,174)
#C5A7B9
(197,167,185)
#CDB4C4
(205,180,196)
#D5C1CF
(213,193,207)
#DDCEDA
(221,206,218)
#E5DBE5
(229,219,229)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6682; }

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

This text font color is #9D6682.


Background Color

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

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

This div background color is #9D6682.


Border color

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

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

This div border color is #9D6682.


Opacity

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

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

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

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

This text has shadow with #9D6682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6682 on black background.


Color preview on white background

This text has color #9D6682 on white background.



Black color preview on #9D6682 background

This text has black color on #9D6682 background.


White color preview on #9D6682 background

This text has white color on #9D6682 background.