COLOR #9D6680

HEX: #9D6680
RGB: (157,102,128)

Color info

#9D6680 contains red, green and blue colors in about the same proportion. Web safe color of #9D6680 is #996666 (or #966).

RGB color model

#9D6680 color RGB value is (157,102,128).

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

RGB channels and saturation

R 157 of 255 = 62%
G 102 of 255 = 40%
B 128 of 255 = 50%

157
102
128

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

Portions of RGB colors in percentages

R + G + B =
157 + 102 + 128 = 387 (100%)
R 157 of 387 ~ 40.57%
G 102 of 387 ~ 26.36%
B 128 of 387 ~ 33.07%

%40.57
%26.36
%33.07

CMYK color model

#9D6680 color CMYK value is (0,35,18,38).

  • cyan value is 0.00%
  • magenta value is 35.03%
  • yellow value is 18.47%
  • key color value is 38.43%
CMYK:
(0,35,18,38)
C0M35Y18K38 
(0%,35%,18%,38%)
(0.00/0.35/0.18/0.38)	

CMYK percentages

%0
%35.03
%18.47
%38.43

Codes

Color #9D6680 in popluar color models

9D6680
RGB157102128
HSL332°21.91%50.78%
HSB/HSV332°35.03%61.57%
CMYK0.00%35.03%18.47%
38.43%

Color #9D6680 in popluar number systems.

HEX9D6680
Decimal157102128
Binary10011101110011010000000
Octal235146200

Shades and tints

Shades of #9D6680

#9D6680
(157,102,128)
#8F5D75
(143,93,117)
#81546A
(129,84,106)
#734B5F
(115,75,95)
#654254
(101,66,84)
#573949
(87,57,73)
#49303E
(73,48,62)
#3B2733
(59,39,51)
#2D1E28
(45,30,40)
#1F151D
(31,21,29)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #9D6680

#9D6680
(157,102,128)
#A5738B
(165,115,139)
#AD8096
(173,128,150)
#B58DA1
(181,141,161)
#BD9AAC
(189,154,172)
#C5A7B7
(197,167,183)
#CDB4C2
(205,180,194)
#D5C1CD
(213,193,205)
#DDCED8
(221,206,216)
#E5DBE3
(229,219,227)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6680; }

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

This text font color is #9D6680.


Background Color

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

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

This div background color is #9D6680.


Border color

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

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

This div border color is #9D6680.


Opacity

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

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

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

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

This text has shadow with #9D6680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6680 on black background.


Color preview on white background

This text has color #9D6680 on white background.



Black color preview on #9D6680 background

This text has black color on #9D6680 background.


White color preview on #9D6680 background

This text has white color on #9D6680 background.