COLOR #9D888C

HEX: #9D888C
RGB: (157,136,140)

Color info

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

RGB color model

#9D888C color RGB value is (157,136,140).

  • red value is 157;
  • green value is 136;
  • blue value is 140.
RGB:
(157,136,140)
(62%,53%,55%)

RGB channels and saturation

R 157 of 255 = 62%
G 136 of 255 = 53%
B 140 of 255 = 55%

157
136
140

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

Portions of RGB colors in percentages

R + G + B =
157 + 136 + 140 = 433 (100%)
R 157 of 433 ~ 36.26%
G 136 of 433 ~ 31.41%
B 140 of 433 ~ 32.33%

%36.26
%31.41
%32.33

CMYK color model

#9D888C color CMYK value is (0,13,11,38).

  • cyan value is 0.00%
  • magenta value is 13.38%
  • yellow value is 10.83%
  • key color value is 38.43%
CMYK:
(0,13,11,38)
C0M13Y11K38 
(0%,13%,11%,38%)
(0.00/0.13/0.11/0.38)	

CMYK percentages

%0
%13.38
%10.83
%38.43

Codes

Color #9D888C in popluar color models

9D888C
RGB157136140
HSL349°9.68%57.45%
HSB/HSV349°13.38%61.57%
CMYK0.00%13.38%10.83%
38.43%

Color #9D888C in popluar number systems.

HEX9D888C
Decimal157136140
Binary100111011000100010001100
Octal235210214

Shades and tints

Shades of #9D888C

#9D888C
(157,136,140)
#8F7C80
(143,124,128)
#817074
(129,112,116)
#736468
(115,100,104)
#65585C
(101,88,92)
#574C50
(87,76,80)
#494044
(73,64,68)
#3B3438
(59,52,56)
#2D282C
(45,40,44)
#1F1C20
(31,28,32)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #9D888C

#9D888C
(157,136,140)
#A59296
(165,146,150)
#AD9CA0
(173,156,160)
#B5A6AA
(181,166,170)
#BDB0B4
(189,176,180)
#C5BABE
(197,186,190)
#CDC4C8
(205,196,200)
#D5CED2
(213,206,210)
#DDD8DC
(221,216,220)
#E5E2E6
(229,226,230)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D888C; }

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

This text font color is #9D888C.


Background Color

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

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

This div background color is #9D888C.


Border color

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

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

This div border color is #9D888C.


Opacity

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

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

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

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

This text has shadow with #9D888C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D888C on black background.


Color preview on white background

This text has color #9D888C on white background.



Black color preview on #9D888C background

This text has black color on #9D888C background.


White color preview on #9D888C background

This text has white color on #9D888C background.