COLOR #A99B9B

HEX: #A99B9B
RGB: (169,155,155)

Color info

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

RGB color model

#A99B9B color RGB value is (169,155,155).

  • red value is 169;
  • green value is 155;
  • blue value is 155.
RGB:
(169,155,155)
(66%,61%,61%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 155 of 255 = 61%

169
155
155

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

Portions of RGB colors in percentages

R + G + B =
169 + 155 + 155 = 479 (100%)
R 169 of 479 ~ 35.28%
G 155 of 479 ~ 32.36%
B 155 of 479 ~ 32.36%

%35.28
%32.36
%32.36

CMYK color model

#A99B9B color CMYK value is (0,8,8,34).

  • cyan value is 0.00%
  • magenta value is 8.28%
  • yellow value is 8.28%
  • key color value is 33.73%
CMYK:
(0,8,8,34)
C0M8Y8K34 
(0%,8%,8%,34%)
(0.00/0.08/0.08/0.34)	

CMYK percentages

%0
%8.28
%8.28
%33.73

Codes

Color #A99B9B in popluar color models

A99B9B
RGB169155155
HSL7.53%63.53%
HSB/HSV8.28%66.27%
CMYK0.00%8.28%8.28%
33.73%

Color #A99B9B in popluar number systems.

HEXA99B9B
Decimal169155155
Binary101010011001101110011011
Octal251233233

Shades and tints

Shades of #A99B9B

#A99B9B
(169,155,155)
#9A8D8D
(154,141,141)
#8B7F7F
(139,127,127)
#7C7171
(124,113,113)
#6D6363
(109,99,99)
#5E5555
(94,85,85)
#4F4747
(79,71,71)
#403939
(64,57,57)
#312B2B
(49,43,43)
#221D1D
(34,29,29)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #A99B9B

#A99B9B
(169,155,155)
#B0A4A4
(176,164,164)
#B7ADAD
(183,173,173)
#BEB6B6
(190,182,182)
#C5BFBF
(197,191,191)
#CCC8C8
(204,200,200)
#D3D1D1
(211,209,209)
#DADADA
(218,218,218)
#E1E3E3
(225,227,227)
#E8ECEC
(232,236,236)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99B9B color. Also use rgb(169,155,155) instead hex code.

Text Font Color

.myTextColor { color: #A99B9B; }

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

This text font color is #A99B9B.


Background Color

.myBgColor { background-color: #A99B9B; }

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

This div background color is #A99B9B.


Border color

.myBorderColor { border: 1px solid #A99B9B; }

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

This div border color is #A99B9B.


Opacity

.myOpacity80 { color: #A99B9B; opacity: 0.8; }

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

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

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

This text has shadow with #A99B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99B9B on black background.


Color preview on white background

This text has color #A99B9B on white background.



Black color preview on #A99B9B background

This text has black color on #A99B9B background.


White color preview on #A99B9B background

This text has white color on #A99B9B background.