COLOR #99807E

HEX: #99807E
RGB: (153,128,126)

Color info

#99807E contains red, green and blue colors in about the same proportion. Web safe color of #99807E is #996666 (or #966).

RGB color model

#99807E color RGB value is (153,128,126).

  • red value is 153;
  • green value is 128;
  • blue value is 126.
RGB:
(153,128,126)
(60%,50%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 126 of 255 = 49%

153
128
126

R + G + B ~ 53%. #99807E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 126 = 407 (100%)
R 153 of 407 ~ 37.59%
G 128 of 407 ~ 31.45%
B 126 of 407 ~ 30.96%

%37.59
%31.45
%30.96

CMYK color model

#99807E color CMYK value is (0,16,18,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(0,16,18,40)
C0M16Y18K40 
(0%,16%,18%,40%)
(0.00/0.16/0.18/0.40)	

CMYK percentages

%0
%16.34
%17.65
%40

Codes

Color #99807E in popluar color models

99807E
RGB153128126
HSL11.69%54.71%
HSB/HSV17.65%60.00%
CMYK0.00%16.34%17.65%
40.00%

Color #99807E in popluar number systems.

HEX99807E
Decimal153128126
Binary10011001100000001111110
Octal231200176

Shades and tints

Shades of #99807E

#99807E
(153,128,126)
#8C7573
(140,117,115)
#7F6A68
(127,106,104)
#725F5D
(114,95,93)
#655452
(101,84,82)
#584947
(88,73,71)
#4B3E3C
(75,62,60)
#3E3331
(62,51,49)
#312826
(49,40,38)
#241D1B
(36,29,27)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #99807E

#99807E
(153,128,126)
#A28B89
(162,139,137)
#AB9694
(171,150,148)
#B4A19F
(180,161,159)
#BDACAA
(189,172,170)
#C6B7B5
(198,183,181)
#CFC2C0
(207,194,192)
#D8CDCB
(216,205,203)
#E1D8D6
(225,216,214)
#EAE3E1
(234,227,225)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99807E color. Also use rgb(153,128,126) instead hex code.

Text Font Color

.myTextColor { color: #99807E; }

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

This text font color is #99807E.


Background Color

.myBgColor { background-color: #99807E; }

<div style="background-color:#99807E">Inner text</div>

This div background color is #99807E.


Border color

.myBorderColor { border: 1px solid #99807E; }

<div style="border:3px solid #99807E">Div</div>

This div border color is #99807E.


Opacity

.myOpacity80 { color: #99807E; opacity: 0.8; }

<p style="color:#99807E;opacity:0.8;">80%</p>

Text with #99807E 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 #99807E;}

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

This text has shadow with #99807E color.

.textShadow {text-shadow: 3px 3px 1px #99807E, 3px 3px 1px red;}

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

This text has shadow with #99807E primary color and red secondary color.


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

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

This text has shadow with #99807E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99807E on black background.


Color preview on white background

This text has color #99807E on white background.



Black color preview on #99807E background

This text has black color on #99807E background.


White color preview on #99807E background

This text has white color on #99807E background.