COLOR #9D6E80

HEX: #9D6E80
RGB: (157,110,128)

Color info

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

RGB color model

#9D6E80 color RGB value is (157,110,128).

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

RGB channels and saturation

R 157 of 255 = 62%
G 110 of 255 = 43%
B 128 of 255 = 50%

157
110
128

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

Portions of RGB colors in percentages

R + G + B =
157 + 110 + 128 = 395 (100%)
R 157 of 395 ~ 39.75%
G 110 of 395 ~ 27.85%
B 128 of 395 ~ 32.41%

%39.75
%27.85
%32.41

CMYK color model

#9D6E80 color CMYK value is (0,30,18,38).

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 18.47%
  • key color value is 38.43%
CMYK:
(0,30,18,38)
C0M30Y18K38 
(0%,30%,18%,38%)
(0.00/0.30/0.18/0.38)	

CMYK percentages

%0
%29.94
%18.47
%38.43

Codes

Color #9D6E80 in popluar color models

9D6E80
RGB157110128
HSL337°19.34%52.35%
HSB/HSV337°29.94%61.57%
CMYK0.00%29.94%18.47%
38.43%

Color #9D6E80 in popluar number systems.

HEX9D6E80
Decimal157110128
Binary10011101110111010000000
Octal235156200

Shades and tints

Shades of #9D6E80

#9D6E80
(157,110,128)
#8F6475
(143,100,117)
#815A6A
(129,90,106)
#73505F
(115,80,95)
#654654
(101,70,84)
#573C49
(87,60,73)
#49323E
(73,50,62)
#3B2833
(59,40,51)
#2D1E28
(45,30,40)
#1F141D
(31,20,29)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #9D6E80

#9D6E80
(157,110,128)
#A57B8B
(165,123,139)
#AD8896
(173,136,150)
#B595A1
(181,149,161)
#BDA2AC
(189,162,172)
#C5AFB7
(197,175,183)
#CDBCC2
(205,188,194)
#D5C9CD
(213,201,205)
#DDD6D8
(221,214,216)
#E5E3E3
(229,227,227)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6E80; }

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

This text font color is #9D6E80.


Background Color

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

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

This div background color is #9D6E80.


Border color

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

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

This div border color is #9D6E80.


Opacity

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

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

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

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

This text has shadow with #9D6E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6E80 on black background.


Color preview on white background

This text has color #9D6E80 on white background.



Black color preview on #9D6E80 background

This text has black color on #9D6E80 background.


White color preview on #9D6E80 background

This text has white color on #9D6E80 background.