COLOR #999D83

HEX: #999D83
RGB: (153,157,131)

Color info

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

RGB color model

#999D83 color RGB value is (153,157,131).

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

RGB channels and saturation

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

153
157
131

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

Portions of RGB colors in percentages

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

%34.69
%35.6
%29.71

CMYK color model

#999D83 color CMYK value is (3,0,17,38).

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

CMYK percentages

%2.55
%0
%16.56
%38.43

Codes

Color #999D83 in popluar color models

999D83
RGB153157131
HSL69°11.71%56.47%
HSB/HSV69°16.56%61.57%
CMYK2.55%0.00%16.56%
38.43%

Color #999D83 in popluar number systems.

HEX999D83
Decimal153157131
Binary100110011001110110000011
Octal231235203

Shades and tints

Shades of #999D83

#999D83
(153,157,131)
#8C8F78
(140,143,120)
#7F816D
(127,129,109)
#727362
(114,115,98)
#656557
(101,101,87)
#58574C
(88,87,76)
#4B4941
(75,73,65)
#3E3B36
(62,59,54)
#312D2B
(49,45,43)
#241F20
(36,31,32)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #999D83

#999D83
(153,157,131)
#A2A58E
(162,165,142)
#ABAD99
(171,173,153)
#B4B5A4
(180,181,164)
#BDBDAF
(189,189,175)
#C6C5BA
(198,197,186)
#CFCDC5
(207,205,197)
#D8D5D0
(216,213,208)
#E1DDDB
(225,221,219)
#EAE5E6
(234,229,230)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999D83; }

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

This text font color is #999D83.


Background Color

.myBgColor { background-color: #999D83; }

<div style="background-color:#999D83">Inner text</div>

This div background color is #999D83.


Border color

.myBorderColor { border: 1px solid #999D83; }

<div style="border:3px solid #999D83">Div</div>

This div border color is #999D83.


Opacity

.myOpacity80 { color: #999D83; opacity: 0.8; }

<p style="color:#999D83;opacity:0.8;">80%</p>

Text with #999D83 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 #999D83;}

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

This text has shadow with #999D83 color.

.textShadow {text-shadow: 3px 3px 1px #999D83, 3px 3px 1px red;}

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

This text has shadow with #999D83 primary color and red secondary color.


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

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

This text has shadow with #999D83 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999D83 on black background.


Color preview on white background

This text has color #999D83 on white background.



Black color preview on #999D83 background

This text has black color on #999D83 background.


White color preview on #999D83 background

This text has white color on #999D83 background.