COLOR #9D6A82

HEX: #9D6A82
RGB: (157,106,130)

Color info

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

RGB color model

#9D6A82 color RGB value is (157,106,130).

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

RGB channels and saturation

R 157 of 255 = 62%
G 106 of 255 = 42%
B 130 of 255 = 51%

157
106
130

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

Portions of RGB colors in percentages

R + G + B =
157 + 106 + 130 = 393 (100%)
R 157 of 393 ~ 39.95%
G 106 of 393 ~ 26.97%
B 130 of 393 ~ 33.08%

%39.95
%26.97
%33.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 17.20%
  • key color value is 38.43%
CMYK:
(0,32,17,38)
C0M32Y17K38 
(0%,32%,17%,38%)
(0.00/0.32/0.17/0.38)	

CMYK percentages

%0
%32.48
%17.2
%38.43

Codes

Color #9D6A82 in popluar color models

9D6A82
RGB157106130
HSL332°20.65%51.57%
HSB/HSV332°32.48%61.57%
CMYK0.00%32.48%17.20%
38.43%

Color #9D6A82 in popluar number systems.

HEX9D6A82
Decimal157106130
Binary10011101110101010000010
Octal235152202

Shades and tints

Shades of #9D6A82

#9D6A82
(157,106,130)
#8F6177
(143,97,119)
#81586C
(129,88,108)
#734F61
(115,79,97)
#654656
(101,70,86)
#573D4B
(87,61,75)
#493440
(73,52,64)
#3B2B35
(59,43,53)
#2D222A
(45,34,42)
#1F191F
(31,25,31)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #9D6A82

#9D6A82
(157,106,130)
#A5778D
(165,119,141)
#AD8498
(173,132,152)
#B591A3
(181,145,163)
#BD9EAE
(189,158,174)
#C5ABB9
(197,171,185)
#CDB8C4
(205,184,196)
#D5C5CF
(213,197,207)
#DDD2DA
(221,210,218)
#E5DFE5
(229,223,229)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6A82; }

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

This text font color is #9D6A82.


Background Color

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

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

This div background color is #9D6A82.


Border color

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

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

This div border color is #9D6A82.


Opacity

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

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

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

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

This text has shadow with #9D6A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6A82 on black background.


Color preview on white background

This text has color #9D6A82 on white background.



Black color preview on #9D6A82 background

This text has black color on #9D6A82 background.


White color preview on #9D6A82 background

This text has white color on #9D6A82 background.