COLOR #99808A

HEX: #99808A
RGB: (153,128,138)

Color info

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

RGB color model

#99808A color RGB value is (153,128,138).

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

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 138 of 255 = 54%

153
128
138

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

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 138 = 419 (100%)
R 153 of 419 ~ 36.52%
G 128 of 419 ~ 30.55%
B 138 of 419 ~ 32.94%

%36.52
%30.55
%32.94

CMYK color model

#99808A color CMYK value is (0,16,10,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 9.80%
  • key color value is 40.00%
CMYK:
(0,16,10,40)
C0M16Y10K40 
(0%,16%,10%,40%)
(0.00/0.16/0.10/0.40)	

CMYK percentages

%0
%16.34
%9.8
%40

Codes

Color #99808A in popluar color models

99808A
RGB153128138
HSL336°10.92%55.10%
HSB/HSV336°16.34%60.00%
CMYK0.00%16.34%9.80%
40.00%

Color #99808A in popluar number systems.

HEX99808A
Decimal153128138
Binary100110011000000010001010
Octal231200212

Shades and tints

Shades of #99808A

#99808A
(153,128,138)
#8C757E
(140,117,126)
#7F6A72
(127,106,114)
#725F66
(114,95,102)
#65545A
(101,84,90)
#58494E
(88,73,78)
#4B3E42
(75,62,66)
#3E3336
(62,51,54)
#31282A
(49,40,42)
#241D1E
(36,29,30)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #99808A

#99808A
(153,128,138)
#A28B94
(162,139,148)
#AB969E
(171,150,158)
#B4A1A8
(180,161,168)
#BDACB2
(189,172,178)
#C6B7BC
(198,183,188)
#CFC2C6
(207,194,198)
#D8CDD0
(216,205,208)
#E1D8DA
(225,216,218)
#EAE3E4
(234,227,228)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99808A; }

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

This text font color is #99808A.


Background Color

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

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

This div background color is #99808A.


Border color

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

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

This div border color is #99808A.


Opacity

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

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

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

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

This text has shadow with #99808A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99808A on black background.


Color preview on white background

This text has color #99808A on white background.



Black color preview on #99808A background

This text has black color on #99808A background.


White color preview on #99808A background

This text has white color on #99808A background.