COLOR #9D7D81

HEX: #9D7D81
RGB: (157,125,129)

Color info

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

RGB color model

#9D7D81 color RGB value is (157,125,129).

  • red value is 157;
  • green value is 125;
  • blue value is 129.
RGB:
(157,125,129)
(62%,49%,51%)

RGB channels and saturation

R 157 of 255 = 62%
G 125 of 255 = 49%
B 129 of 255 = 51%

157
125
129

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

Portions of RGB colors in percentages

R + G + B =
157 + 125 + 129 = 411 (100%)
R 157 of 411 ~ 38.2%
G 125 of 411 ~ 30.41%
B 129 of 411 ~ 31.39%

%38.2
%30.41
%31.39

CMYK color model

#9D7D81 color CMYK value is (0,20,18,38).

  • cyan value is 0.00%
  • magenta value is 20.38%
  • yellow value is 17.83%
  • key color value is 38.43%
CMYK:
(0,20,18,38)
C0M20Y18K38 
(0%,20%,18%,38%)
(0.00/0.20/0.18/0.38)	

CMYK percentages

%0
%20.38
%17.83
%38.43

Codes

Color #9D7D81 in popluar color models

9D7D81
RGB157125129
HSL353°14.04%55.29%
HSB/HSV353°20.38%61.57%
CMYK0.00%20.38%17.83%
38.43%

Color #9D7D81 in popluar number systems.

HEX9D7D81
Decimal157125129
Binary10011101111110110000001
Octal235175201

Shades and tints

Shades of #9D7D81

#9D7D81
(157,125,129)
#8F7276
(143,114,118)
#81676B
(129,103,107)
#735C60
(115,92,96)
#655155
(101,81,85)
#57464A
(87,70,74)
#493B3F
(73,59,63)
#3B3034
(59,48,52)
#2D2529
(45,37,41)
#1F1A1E
(31,26,30)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #9D7D81

#9D7D81
(157,125,129)
#A5888C
(165,136,140)
#AD9397
(173,147,151)
#B59EA2
(181,158,162)
#BDA9AD
(189,169,173)
#C5B4B8
(197,180,184)
#CDBFC3
(205,191,195)
#D5CACE
(213,202,206)
#DDD5D9
(221,213,217)
#E5E0E4
(229,224,228)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7D81 color. Also use rgb(157,125,129) instead hex code.

Text Font Color

.myTextColor { color: #9D7D81; }

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

This text font color is #9D7D81.


Background Color

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

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

This div background color is #9D7D81.


Border color

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

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

This div border color is #9D7D81.


Opacity

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

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

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

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

This text has shadow with #9D7D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7D81 on black background.


Color preview on white background

This text has color #9D7D81 on white background.



Black color preview on #9D7D81 background

This text has black color on #9D7D81 background.


White color preview on #9D7D81 background

This text has white color on #9D7D81 background.