COLOR #99A8AA

HEX: #99A8AA
RGB: (153,168,170)

Color info

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

RGB color model

#99A8AA color RGB value is (153,168,170).

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

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 170 of 255 = 67%

153
168
170

R + G + B ~ 64%. #99A8AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 168 + 170 = 491 (100%)
R 153 of 491 ~ 31.16%
G 168 of 491 ~ 34.22%
B 170 of 491 ~ 34.62%

%31.16
%34.22
%34.62

CMYK color model

#99A8AA color CMYK value is (10,1,0,33).

  • cyan value is 10.00%
  • magenta value is 1.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(10,1,0,33)
C10M1Y0K33 
(10%,1%,0%,33%)
(0.10/0.01/0.00/0.33)	

CMYK percentages

%10
%1.18
%0
%33.33

Codes

Color #99A8AA in popluar color models

99A8AA
RGB153168170
HSL187°9.09%63.33%
HSB/HSV187°10.00%66.67%
CMYK10.00%1.18%0.00%
33.33%

Color #99A8AA in popluar number systems.

HEX99A8AA
Decimal153168170
Binary100110011010100010101010
Octal231250252

Shades and tints

Shades of #99A8AA

#99A8AA
(153,168,170)
#8C999B
(140,153,155)
#7F8A8C
(127,138,140)
#727B7D
(114,123,125)
#656C6E
(101,108,110)
#585D5F
(88,93,95)
#4B4E50
(75,78,80)
#3E3F41
(62,63,65)
#313032
(49,48,50)
#242123
(36,33,35)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #99A8AA

#99A8AA
(153,168,170)
#A2AFB1
(162,175,177)
#ABB6B8
(171,182,184)
#B4BDBF
(180,189,191)
#BDC4C6
(189,196,198)
#C6CBCD
(198,203,205)
#CFD2D4
(207,210,212)
#D8D9DB
(216,217,219)
#E1E0E2
(225,224,226)
#EAE7E9
(234,231,233)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A8AA; }

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

This text font color is #99A8AA.


Background Color

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

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

This div background color is #99A8AA.


Border color

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

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

This div border color is #99A8AA.


Opacity

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

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

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

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

This text has shadow with #99A8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A8AA on black background.


Color preview on white background

This text has color #99A8AA on white background.



Black color preview on #99A8AA background

This text has black color on #99A8AA background.


White color preview on #99A8AA background

This text has white color on #99A8AA background.