COLOR #99808B

HEX: #99808B
RGB: (153,128,139)

Color info

#99808B contains red, green and blue colors in about the same proportion. Web safe color of #99808B is #996699 (or #969).

RGB color model

#99808B color RGB value is (153,128,139).

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

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 139 of 255 = 55%

153
128
139

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

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 139 = 420 (100%)
R 153 of 420 ~ 36.43%
G 128 of 420 ~ 30.48%
B 139 of 420 ~ 33.1%

%36.43
%30.48
%33.1

CMYK color model

#99808B color CMYK value is (0,16,9,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 9.15%
  • key color value is 40.00%
CMYK:
(0,16,9,40)
C0M16Y9K40 
(0%,16%,9%,40%)
(0.00/0.16/0.09/0.40)	

CMYK percentages

%0
%16.34
%9.15
%40

Codes

Color #99808B in popluar color models

99808B
RGB153128139
HSL334°10.92%55.10%
HSB/HSV334°16.34%60.00%
CMYK0.00%16.34%9.15%
40.00%

Color #99808B in popluar number systems.

HEX99808B
Decimal153128139
Binary100110011000000010001011
Octal231200213

Shades and tints

Shades of #99808B

#99808B
(153,128,139)
#8C757F
(140,117,127)
#7F6A73
(127,106,115)
#725F67
(114,95,103)
#65545B
(101,84,91)
#58494F
(88,73,79)
#4B3E43
(75,62,67)
#3E3337
(62,51,55)
#31282B
(49,40,43)
#241D1F
(36,29,31)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #99808B

#99808B
(153,128,139)
#A28B95
(162,139,149)
#AB969F
(171,150,159)
#B4A1A9
(180,161,169)
#BDACB3
(189,172,179)
#C6B7BD
(198,183,189)
#CFC2C7
(207,194,199)
#D8CDD1
(216,205,209)
#E1D8DB
(225,216,219)
#EAE3E5
(234,227,229)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99808B; }

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

This text font color is #99808B.


Background Color

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

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

This div background color is #99808B.


Border color

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

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

This div border color is #99808B.


Opacity

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

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

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

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

This text has shadow with #99808B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99808B on black background.


Color preview on white background

This text has color #99808B on white background.



Black color preview on #99808B background

This text has black color on #99808B background.


White color preview on #99808B background

This text has white color on #99808B background.