COLOR #9D9983

HEX: #9D9983
RGB: (157,153,131)

Color info

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

RGB color model

#9D9983 color RGB value is (157,153,131).

  • red value is 157;
  • green value is 153;
  • blue value is 131.
RGB:
(157,153,131)
(62%,60%,51%)

RGB channels and saturation

R 157 of 255 = 62%
G 153 of 255 = 60%
B 131 of 255 = 51%

157
153
131

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

Portions of RGB colors in percentages

R + G + B =
157 + 153 + 131 = 441 (100%)
R 157 of 441 ~ 35.6%
G 153 of 441 ~ 34.69%
B 131 of 441 ~ 29.71%

%35.6
%34.69
%29.71

CMYK color model

#9D9983 color CMYK value is (0,3,17,38).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 16.56%
  • key color value is 38.43%
CMYK:
(0,3,17,38)
C0M3Y17K38 
(0%,3%,17%,38%)
(0.00/0.03/0.17/0.38)	

CMYK percentages

%0
%2.55
%16.56
%38.43

Codes

Color #9D9983 in popluar color models

9D9983
RGB157153131
HSL51°11.71%56.47%
HSB/HSV51°16.56%61.57%
CMYK0.00%2.55%16.56%
38.43%

Color #9D9983 in popluar number systems.

HEX9D9983
Decimal157153131
Binary100111011001100110000011
Octal235231203

Shades and tints

Shades of #9D9983

#9D9983
(157,153,131)
#8F8C78
(143,140,120)
#817F6D
(129,127,109)
#737262
(115,114,98)
#656557
(101,101,87)
#57584C
(87,88,76)
#494B41
(73,75,65)
#3B3E36
(59,62,54)
#2D312B
(45,49,43)
#1F2420
(31,36,32)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #9D9983

#9D9983
(157,153,131)
#A5A28E
(165,162,142)
#ADAB99
(173,171,153)
#B5B4A4
(181,180,164)
#BDBDAF
(189,189,175)
#C5C6BA
(197,198,186)
#CDCFC5
(205,207,197)
#D5D8D0
(213,216,208)
#DDE1DB
(221,225,219)
#E5EAE6
(229,234,230)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D9983 color. Also use rgb(157,153,131) instead hex code.

Text Font Color

.myTextColor { color: #9D9983; }

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

This text font color is #9D9983.


Background Color

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

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

This div background color is #9D9983.


Border color

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

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

This div border color is #9D9983.


Opacity

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

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

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

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

This text has shadow with #9D9983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D9983 on black background.


Color preview on white background

This text has color #9D9983 on white background.



Black color preview on #9D9983 background

This text has black color on #9D9983 background.


White color preview on #9D9983 background

This text has white color on #9D9983 background.