COLOR #9D888A

HEX: #9D888A
RGB: (157,136,138)

Color info

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

RGB color model

#9D888A color RGB value is (157,136,138).

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

RGB channels and saturation

R 157 of 255 = 62%
G 136 of 255 = 53%
B 138 of 255 = 54%

157
136
138

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

Portions of RGB colors in percentages

R + G + B =
157 + 136 + 138 = 431 (100%)
R 157 of 431 ~ 36.43%
G 136 of 431 ~ 31.55%
B 138 of 431 ~ 32.02%

%36.43
%31.55
%32.02

CMYK color model

#9D888A color CMYK value is (0,13,12,38).

  • cyan value is 0.00%
  • magenta value is 13.38%
  • yellow value is 12.10%
  • key color value is 38.43%
CMYK:
(0,13,12,38)
C0M13Y12K38 
(0%,13%,12%,38%)
(0.00/0.13/0.12/0.38)	

CMYK percentages

%0
%13.38
%12.1
%38.43

Codes

Color #9D888A in popluar color models

9D888A
RGB157136138
HSL354°9.68%57.45%
HSB/HSV354°13.38%61.57%
CMYK0.00%13.38%12.10%
38.43%

Color #9D888A in popluar number systems.

HEX9D888A
Decimal157136138
Binary100111011000100010001010
Octal235210212

Shades and tints

Shades of #9D888A

#9D888A
(157,136,138)
#8F7C7E
(143,124,126)
#817072
(129,112,114)
#736466
(115,100,102)
#65585A
(101,88,90)
#574C4E
(87,76,78)
#494042
(73,64,66)
#3B3436
(59,52,54)
#2D282A
(45,40,42)
#1F1C1E
(31,28,30)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #9D888A

#9D888A
(157,136,138)
#A59294
(165,146,148)
#AD9C9E
(173,156,158)
#B5A6A8
(181,166,168)
#BDB0B2
(189,176,178)
#C5BABC
(197,186,188)
#CDC4C6
(205,196,198)
#D5CED0
(213,206,208)
#DDD8DA
(221,216,218)
#E5E2E4
(229,226,228)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D888A; }

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

This text font color is #9D888A.


Background Color

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

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

This div background color is #9D888A.


Border color

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

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

This div border color is #9D888A.


Opacity

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

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

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

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

This text has shadow with #9D888A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D888A on black background.


Color preview on white background

This text has color #9D888A on white background.



Black color preview on #9D888A background

This text has black color on #9D888A background.


White color preview on #9D888A background

This text has white color on #9D888A background.