COLOR #9D8885

HEX: #9D8885 RGB: (157,136,133)

Color info

#9D8885 contains red, green and blue colors in about the same proportion. Web safe color of #9D8885 is #999999 (or #999).

RGB color model

#9D8885 color RGB value is (157,136,133).

RGB: (157,136,133) (62%, 53%, 52%)

RGB channels and saturation

R 157 of 255 = 62%
G 136 of 255 = 53%
B 133 of 255 = 52%

157
136
133

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

Portions of RGB colors in percentages

R + G + B = 157 + 136 + 133 = 426 (100%)
R 157 of 426 ~ 36.85%
G 136 of 426 ~ 31.92%
B 133 of 426 ~ 31.22'%

%36.85
%31.92
%31.22

CMYK color model

#9D8885 color CMYK value is (0,13,15,38).

  • cyan value is 0.00%
  • magenta value is 13.38%
  • yellow value is 15.29%
  • key color value is 38.43%

CMYK: (0,13,15,38)
C0M13Y15K38 (0%, 13%, 15%, 38%)
(0.00 / 0.13 / 0.15 / 0.38)

CMYK percentages

%0
%13.38
%15.29
%38.43

Codes

Color #9D8885 in popluar color models

9D 88 85
RGB 157 136 133
HSL 10.91% 56.86%
HSB/HSV 15.29% 61.57%
CMYK 0.00% 13.38% 15.29%
38.43%

Color #9D8885 in popluar number systems.

HEX 9D 88 85
Decimal 157 136 133
Binary 10011101 10001000 10000101
Octal 235 210 205

Shades and tints

Shades of #9D8885

#9D8885
(157,136,133)
#8F7C79
(143,124,121)
#81706D
(129,112,109)
#736461
(115,100,97)
#655855
(101,88,85)
#574C49
(87,76,73)
#49403D
(73,64,61)
#3B3431
(59,52,49)
#2D2825
(45,40,37)
#1F1C19
(31,28,25)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #9D8885

#9D8885
(157,136,133)
#A59290
(165,146,144)
#AD9C9B
(173,156,155)
#B5A6A6
(181,166,166)
#BDB0B1
(189,176,177)
#C5BABC
(197,186,188)
#CDC4C7
(205,196,199)
#D5CED2
(213,206,210)
#DDD8DD
(221,216,221)
#E5E2E8
(229,226,232)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D8885 color. Also use rgb(157,136,133) instead hex code.

Text Font Color

.myTextColor { color: #9D8885; }

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

This text font color is #9D8885.

Background Color

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

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

This div background color is #9D8885.

Border color

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

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

This div border color is #9D8885.

Opacity

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

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

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

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

This text has shadow with #9D8885 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D8885.

Preview

Color preview on black background

This text has color #9D8885 on black background.


Color preview on white background

This text has color #9D8885 on white background.


Black color preview on #9D8885 background

This text has black color on #9D8885 background.


White color preview on #9D8885 background

This text has white color on #9D8885 background.


Related colors

Complementary color

Complementary color for #hex is #62777A.


I love getcolorcode.com

Triadic colors

1 #859D88 and #88859D with #9D8885 are triadic colors.

2 #85889D and #889D85 with #9D8885 are triadic colors.