COLOR #99A2AA

HEX: #99A2AA
RGB: (153,162,170)

Color info

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

RGB color model

#99A2AA color RGB value is (153,162,170).

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

RGB channels and saturation

R 153 of 255 = 60%
G 162 of 255 = 64%
B 170 of 255 = 67%

153
162
170

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

Portions of RGB colors in percentages

R + G + B =
153 + 162 + 170 = 485 (100%)
R 153 of 485 ~ 31.55%
G 162 of 485 ~ 33.4%
B 170 of 485 ~ 35.05%

%31.55
%33.4
%35.05

CMYK color model

#99A2AA color CMYK value is (10,5,0,33).

  • cyan value is 10.00%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(10,5,0,33)
C10M5Y0K33 
(10%,5%,0%,33%)
(0.10/0.05/0.00/0.33)	

CMYK percentages

%10
%4.71
%0
%33.33

Codes

Color #99A2AA in popluar color models

99A2AA
RGB153162170
HSL208°9.09%63.33%
HSB/HSV208°10.00%66.67%
CMYK10.00%4.71%0.00%
33.33%

Color #99A2AA in popluar number systems.

HEX99A2AA
Decimal153162170
Binary100110011010001010101010
Octal231242252

Shades and tints

Shades of #99A2AA

#99A2AA
(153,162,170)
#8C949B
(140,148,155)
#7F868C
(127,134,140)
#72787D
(114,120,125)
#656A6E
(101,106,110)
#585C5F
(88,92,95)
#4B4E50
(75,78,80)
#3E4041
(62,64,65)
#313232
(49,50,50)
#242423
(36,36,35)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #99A2AA

#99A2AA
(153,162,170)
#A2AAB1
(162,170,177)
#ABB2B8
(171,178,184)
#B4BABF
(180,186,191)
#BDC2C6
(189,194,198)
#C6CACD
(198,202,205)
#CFD2D4
(207,210,212)
#D8DADB
(216,218,219)
#E1E2E2
(225,226,226)
#EAEAE9
(234,234,233)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A2AA; }

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

This text font color is #99A2AA.


Background Color

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

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

This div background color is #99A2AA.


Border color

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

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

This div border color is #99A2AA.


Opacity

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

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

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

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

This text has shadow with #99A2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A2AA on black background.


Color preview on white background

This text has color #99A2AA on white background.



Black color preview on #99A2AA background

This text has black color on #99A2AA background.


White color preview on #99A2AA background

This text has white color on #99A2AA background.