COLOR #9D9288

HEX: #9D9288
RGB: (157,146,136)

Color info

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

RGB color model

#9D9288 color RGB value is (157,146,136).

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

RGB channels and saturation

R 157 of 255 = 62%
G 146 of 255 = 57%
B 136 of 255 = 53%

157
146
136

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

Portions of RGB colors in percentages

R + G + B =
157 + 146 + 136 = 439 (100%)
R 157 of 439 ~ 35.76%
G 146 of 439 ~ 33.26%
B 136 of 439 ~ 30.98%

%35.76
%33.26
%30.98

CMYK color model

#9D9288 color CMYK value is (0,7,13,38).

  • cyan value is 0.00%
  • magenta value is 7.01%
  • yellow value is 13.38%
  • key color value is 38.43%
CMYK:
(0,7,13,38)
C0M7Y13K38 
(0%,7%,13%,38%)
(0.00/0.07/0.13/0.38)	

CMYK percentages

%0
%7.01
%13.38
%38.43

Codes

Color #9D9288 in popluar color models

9D9288
RGB157146136
HSL29°9.68%57.45%
HSB/HSV29°13.38%61.57%
CMYK0.00%7.01%13.38%
38.43%

Color #9D9288 in popluar number systems.

HEX9D9288
Decimal157146136
Binary100111011001001010001000
Octal235222210

Shades and tints

Shades of #9D9288

#9D9288
(157,146,136)
#8F857C
(143,133,124)
#817870
(129,120,112)
#736B64
(115,107,100)
#655E58
(101,94,88)
#57514C
(87,81,76)
#494440
(73,68,64)
#3B3734
(59,55,52)
#2D2A28
(45,42,40)
#1F1D1C
(31,29,28)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #9D9288

#9D9288
(157,146,136)
#A59B92
(165,155,146)
#ADA49C
(173,164,156)
#B5ADA6
(181,173,166)
#BDB6B0
(189,182,176)
#C5BFBA
(197,191,186)
#CDC8C4
(205,200,196)
#D5D1CE
(213,209,206)
#DDDAD8
(221,218,216)
#E5E3E2
(229,227,226)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D9288; }

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

This text font color is #9D9288.


Background Color

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

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

This div background color is #9D9288.


Border color

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

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

This div border color is #9D9288.


Opacity

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

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

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

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

This text has shadow with #9D9288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9288 on black background.


Color preview on white background

This text has color #9D9288 on white background.



Black color preview on #9D9288 background

This text has black color on #9D9288 background.


White color preview on #9D9288 background

This text has white color on #9D9288 background.