COLOR #9D8280

HEX: #9D8280 RGB: (157,130,128)

Color info

#9D8280 contains red, green and blue colors in about the same proportion. Web safe color of #9D8280 is #999966 (or #996).

RGB color model

#9D8280 color RGB value is (157,130,128).

RGB: (157,130,128) (62%, 51%, 50%)

RGB channels and saturation

R 157 of 255 = 62%
G 130 of 255 = 51%
B 128 of 255 = 50%

157
130
128

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

Portions of RGB colors in percentages

R + G + B = 157 + 130 + 128 = 415 (100%)
R 157 of 415 ~ 37.83%
G 130 of 415 ~ 31.33%
B 128 of 415 ~ 30.84'%

%37.83
%31.33
%30.84

CMYK color model

#9D8280 color CMYK value is (0,17,18,38).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 18.47%
  • key color value is 38.43%

CMYK: (0,17,18,38)
C0M17Y18K38 (0%, 17%, 18%, 38%)
(0.00 / 0.17 / 0.18 / 0.38)

CMYK percentages

%0
%17.2
%18.47
%38.43

Codes

Color #9D8280 in popluar color models

9D 82 80
RGB 157 130 128
HSL 12.89% 55.88%
HSB/HSV 18.47% 61.57%
CMYK 0.00% 17.20% 18.47%
38.43%

Color #9D8280 in popluar number systems.

HEX 9D 82 80
Decimal 157 130 128
Binary 10011101 10000010 10000000
Octal 235 202 200

Shades and tints

Shades of #9D8280

#9D8280
(157,130,128)
#8F7775
(143,119,117)
#816C6A
(129,108,106)
#73615F
(115,97,95)
#655654
(101,86,84)
#574B49
(87,75,73)
#49403E
(73,64,62)
#3B3533
(59,53,51)
#2D2A28
(45,42,40)
#1F1F1D
(31,31,29)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #9D8280

#9D8280
(157,130,128)
#A58D8B
(165,141,139)
#AD9896
(173,152,150)
#B5A3A1
(181,163,161)
#BDAEAC
(189,174,172)
#C5B9B7
(197,185,183)
#CDC4C2
(205,196,194)
#D5CFCD
(213,207,205)
#DDDAD8
(221,218,216)
#E5E5E3
(229,229,227)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D8280; }

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

This text font color is #9D8280.

Background Color

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

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

This div background color is #9D8280.

Border color

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

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

This div border color is #9D8280.

Opacity

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

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

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

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

This text has shadow with #9D8280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D8280.

Preview

Color preview on black background

This text has color #9D8280 on black background.


Color preview on white background

This text has color #9D8280 on white background.


Black color preview on #9D8280 background

This text has black color on #9D8280 background.


White color preview on #9D8280 background

This text has white color on #9D8280 background.


Related colors

Complementary color

Complementary color for #hex is #627D7F.


I love getcolorcode.com

Triadic colors

1 #809D82 and #82809D with #9D8280 are triadic colors.

2 #80829D and #829D80 with #9D8280 are triadic colors.