COLOR #9D9080

HEX: #9D9080 RGB: (157,144,128)

Color info

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

RGB color model

#9D9080 color RGB value is (157,144,128).

RGB: (157,144,128) (62%, 56%, 50%)

RGB channels and saturation

R 157 of 255 = 62%
G 144 of 255 = 56%
B 128 of 255 = 50%

157
144
128

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

Portions of RGB colors in percentages

R + G + B = 157 + 144 + 128 = 429 (100%)
R 157 of 429 ~ 36.6%
G 144 of 429 ~ 33.57%
B 128 of 429 ~ 29.84'%

%36.6
%33.57
%29.84

CMYK color model

#9D9080 color CMYK value is (0,8,18,38).

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

CMYK: (0,8,18,38)
C0M8Y18K38 (0%, 8%, 18%, 38%)
(0.00 / 0.08 / 0.18 / 0.38)

CMYK percentages

%0
%8.28
%18.47
%38.43

Codes

Color #9D9080 in popluar color models

9D 90 80
RGB 157 144 128
HSL 33° 12.89% 55.88%
HSB/HSV 33° 18.47% 61.57%
CMYK 0.00% 8.28% 18.47%
38.43%

Color #9D9080 in popluar number systems.

HEX 9D 90 80
Decimal 157 144 128
Binary 10011101 10010000 10000000
Octal 235 220 200

Shades and tints

Shades of #9D9080

#9D9080
(157,144,128)
#8F8375
(143,131,117)
#81766A
(129,118,106)
#73695F
(115,105,95)
#655C54
(101,92,84)
#574F49
(87,79,73)
#49423E
(73,66,62)
#3B3533
(59,53,51)
#2D2828
(45,40,40)
#1F1B1D
(31,27,29)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #9D9080

#9D9080
(157,144,128)
#A59A8B
(165,154,139)
#ADA496
(173,164,150)
#B5AEA1
(181,174,161)
#BDB8AC
(189,184,172)
#C5C2B7
(197,194,183)
#CDCCC2
(205,204,194)
#D5D6CD
(213,214,205)
#DDE0D8
(221,224,216)
#E5EAE3
(229,234,227)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9080; }

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

This text font color is #9D9080.

Background Color

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

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

This div background color is #9D9080.

Border color

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

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

This div border color is #9D9080.

Opacity

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

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

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

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

This text has shadow with #9D9080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D9080.

Preview

Color preview on black background

This text has color #9D9080 on black background.


Color preview on white background

This text has color #9D9080 on white background.


Black color preview on #9D9080 background

This text has black color on #9D9080 background.


White color preview on #9D9080 background

This text has white color on #9D9080 background.


Related colors

Complementary color

Complementary color for #hex is #626F7F.


I love getcolorcode.com

Triadic colors

1 #809D90 and #90809D with #9D9080 are triadic colors.

2 #80909D and #909D80 with #9D9080 are triadic colors.