COLOR #99807B

HEX: #99807B
RGB: (153,128,123)

Color info

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

RGB color model

#99807B color RGB value is (153,128,123).

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

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 123 of 255 = 48%

153
128
123

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

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 123 = 404 (100%)
R 153 of 404 ~ 37.87%
G 128 of 404 ~ 31.68%
B 123 of 404 ~ 30.45%

%37.87
%31.68
%30.45

CMYK color model

#99807B color CMYK value is (0,16,20,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 19.61%
  • key color value is 40.00%
CMYK: (0,16,20,40) C0M16Y20K40 (0%,16%,20%,40%) (0.00/0.16/0.20/0.40)

CMYK percentages

%0
%16.34
%19.61
%40

Codes

Color #99807B in popluar color models

99807B
RGB153128123
HSL10°12.82%54.12%
HSB/HSV10°19.61%60.00%
CMYK0.00%16.34%19.61%
40.00%

Color #99807B in popluar number systems.

HEX99807B
Decimal153128123
Binary10011001100000001111011
Octal231200173

Shades and tints

Shades of #99807B

#99807B
(153,128,123)
#8C7570
(140,117,112)
#7F6A65
(127,106,101)
#725F5A
(114,95,90)
#65544F
(101,84,79)
#584944
(88,73,68)
#4B3E39
(75,62,57)
#3E332E
(62,51,46)
#312823
(49,40,35)
#241D18
(36,29,24)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #99807B

#99807B
(153,128,123)
#A28B87
(162,139,135)
#AB9693
(171,150,147)
#B4A19F
(180,161,159)
#BDACAB
(189,172,171)
#C6B7B7
(198,183,183)
#CFC2C3
(207,194,195)
#D8CDCF
(216,205,207)
#E1D8DB
(225,216,219)
#EAE3E7
(234,227,231)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99807B; }

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

This text font color is #99807B.


Background Color

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

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

This div background color is #99807B.


Border color

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

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

This div border color is #99807B.


Opacity

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

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

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

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

This text has shadow with #99807B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #99807B on black background.


Color preview on white background

This text has color #99807B on white background.



Black color preview on #99807B background

This text has black color on #99807B background.


White color preview on #99807B background

This text has white color on #99807B background.