COLOR #9D6E82

HEX: #9D6E82
RGB: (157,110,130)

Color info

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

RGB color model

#9D6E82 color RGB value is (157,110,130).

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

RGB channels and saturation

R 157 of 255 = 62%
G 110 of 255 = 43%
B 130 of 255 = 51%

157
110
130

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

Portions of RGB colors in percentages

R + G + B =
157 + 110 + 130 = 397 (100%)
R 157 of 397 ~ 39.55%
G 110 of 397 ~ 27.71%
B 130 of 397 ~ 32.75%

%39.55
%27.71
%32.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 17.20%
  • key color value is 38.43%
CMYK:
(0,30,17,38)
C0M30Y17K38 
(0%,30%,17%,38%)
(0.00/0.30/0.17/0.38)	

CMYK percentages

%0
%29.94
%17.2
%38.43

Codes

Color #9D6E82 in popluar color models

9D6E82
RGB157110130
HSL334°19.34%52.35%
HSB/HSV334°29.94%61.57%
CMYK0.00%29.94%17.20%
38.43%

Color #9D6E82 in popluar number systems.

HEX9D6E82
Decimal157110130
Binary10011101110111010000010
Octal235156202

Shades and tints

Shades of #9D6E82

#9D6E82
(157,110,130)
#8F6477
(143,100,119)
#815A6C
(129,90,108)
#735061
(115,80,97)
#654656
(101,70,86)
#573C4B
(87,60,75)
#493240
(73,50,64)
#3B2835
(59,40,53)
#2D1E2A
(45,30,42)
#1F141F
(31,20,31)
#110A14
(17,10,20)
#000000
(0,0,0)

Tints of #9D6E82

#9D6E82
(157,110,130)
#A57B8D
(165,123,141)
#AD8898
(173,136,152)
#B595A3
(181,149,163)
#BDA2AE
(189,162,174)
#C5AFB9
(197,175,185)
#CDBCC4
(205,188,196)
#D5C9CF
(213,201,207)
#DDD6DA
(221,214,218)
#E5E3E5
(229,227,229)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6E82; }

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

This text font color is #9D6E82.


Background Color

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

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

This div background color is #9D6E82.


Border color

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

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

This div border color is #9D6E82.


Opacity

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

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

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

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

This text has shadow with #9D6E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6E82 on black background.


Color preview on white background

This text has color #9D6E82 on white background.



Black color preview on #9D6E82 background

This text has black color on #9D6E82 background.


White color preview on #9D6E82 background

This text has white color on #9D6E82 background.