COLOR #99A8A0

HEX: #99A8A0
RGB: (153,168,160)

Color info

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

RGB color model

#99A8A0 color RGB value is (153,168,160).

  • red value is 153;
  • green value is 168;
  • blue value is 160.
RGB:
(153,168,160)
(60%,66%,63%)

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 160 of 255 = 63%

153
168
160

R + G + B ~ 63%. #99A8A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 168 + 160 = 481 (100%)
R 153 of 481 ~ 31.81%
G 168 of 481 ~ 34.93%
B 160 of 481 ~ 33.26%

%31.81
%34.93
%33.26

CMYK color model

#99A8A0 color CMYK value is (9,0,5,34).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 34.12%
CMYK:
(9,0,5,34)
C9M0Y5K34 
(9%,0%,5%,34%)
(0.09/0.00/0.05/0.34)	

CMYK percentages

%8.93
%0
%4.76
%34.12

Codes

Color #99A8A0 in popluar color models

99A8A0
RGB153168160
HSL148°7.94%62.94%
HSB/HSV148°8.93%65.88%
CMYK8.93%0.00%4.76%
34.12%

Color #99A8A0 in popluar number systems.

HEX99A8A0
Decimal153168160
Binary100110011010100010100000
Octal231250240

Shades and tints

Shades of #99A8A0

#99A8A0
(153,168,160)
#8C9992
(140,153,146)
#7F8A84
(127,138,132)
#727B76
(114,123,118)
#656C68
(101,108,104)
#585D5A
(88,93,90)
#4B4E4C
(75,78,76)
#3E3F3E
(62,63,62)
#313030
(49,48,48)
#242122
(36,33,34)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #99A8A0

#99A8A0
(153,168,160)
#A2AFA8
(162,175,168)
#ABB6B0
(171,182,176)
#B4BDB8
(180,189,184)
#BDC4C0
(189,196,192)
#C6CBC8
(198,203,200)
#CFD2D0
(207,210,208)
#D8D9D8
(216,217,216)
#E1E0E0
(225,224,224)
#EAE7E8
(234,231,232)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A8A0 color. Also use rgb(153,168,160) instead hex code.

Text Font Color

.myTextColor { color: #99A8A0; }

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

This text font color is #99A8A0.


Background Color

.myBgColor { background-color: #99A8A0; }

<div style="background-color:#99A8A0">Inner text</div>

This div background color is #99A8A0.


Border color

.myBorderColor { border: 1px solid #99A8A0; }

<div style="border:3px solid #99A8A0">Div</div>

This div border color is #99A8A0.


Opacity

.myOpacity80 { color: #99A8A0; opacity: 0.8; }

<p style="color:#99A8A0;opacity:0.8;">80%</p>

Text with #99A8A0 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 #99A8A0;}

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

This text has shadow with #99A8A0 color.

.textShadow {text-shadow: 3px 3px 1px #99A8A0, 3px 3px 1px red;}

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

This text has shadow with #99A8A0 primary color and red secondary color.


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

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

This text has shadow with #99A8A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A8A0 on black background.


Color preview on white background

This text has color #99A8A0 on white background.



Black color preview on #99A8A0 background

This text has black color on #99A8A0 background.


White color preview on #99A8A0 background

This text has white color on #99A8A0 background.