COLOR #9D8084

HEX: #9D8084
RGB: (157,128,132)

Color info

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

RGB color model

#9D8084 color RGB value is (157,128,132).

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

RGB channels and saturation

R 157 of 255 = 62%
G 128 of 255 = 50%
B 132 of 255 = 52%

157
128
132

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

Portions of RGB colors in percentages

R + G + B =
157 + 128 + 132 = 417 (100%)
R 157 of 417 ~ 37.65%
G 128 of 417 ~ 30.7%
B 132 of 417 ~ 31.65%

%37.65
%30.7
%31.65

CMYK color model

#9D8084 color CMYK value is (0,18,16,38).

  • cyan value is 0.00%
  • magenta value is 18.47%
  • yellow value is 15.92%
  • key color value is 38.43%
CMYK:
(0,18,16,38)
C0M18Y16K38 
(0%,18%,16%,38%)
(0.00/0.18/0.16/0.38)	

CMYK percentages

%0
%18.47
%15.92
%38.43

Codes

Color #9D8084 in popluar color models

9D8084
RGB157128132
HSL352°12.89%55.88%
HSB/HSV352°18.47%61.57%
CMYK0.00%18.47%15.92%
38.43%

Color #9D8084 in popluar number systems.

HEX9D8084
Decimal157128132
Binary100111011000000010000100
Octal235200204

Shades and tints

Shades of #9D8084

#9D8084
(157,128,132)
#8F7578
(143,117,120)
#816A6C
(129,106,108)
#735F60
(115,95,96)
#655454
(101,84,84)
#574948
(87,73,72)
#493E3C
(73,62,60)
#3B3330
(59,51,48)
#2D2824
(45,40,36)
#1F1D18
(31,29,24)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #9D8084

#9D8084
(157,128,132)
#A58B8F
(165,139,143)
#AD969A
(173,150,154)
#B5A1A5
(181,161,165)
#BDACB0
(189,172,176)
#C5B7BB
(197,183,187)
#CDC2C6
(205,194,198)
#D5CDD1
(213,205,209)
#DDD8DC
(221,216,220)
#E5E3E7
(229,227,231)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8084; }

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

This text font color is #9D8084.


Background Color

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

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

This div background color is #9D8084.


Border color

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

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

This div border color is #9D8084.


Opacity

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

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

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

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

This text has shadow with #9D8084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D8084 on black background.


Color preview on white background

This text has color #9D8084 on white background.



Black color preview on #9D8084 background

This text has black color on #9D8084 background.


White color preview on #9D8084 background

This text has white color on #9D8084 background.