COLOR #A99B9E

HEX: #A99B9E
RGB: (169,155,158)

Color info

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

RGB color model

#A99B9E color RGB value is (169,155,158).

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

RGB channels and saturation

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

169
155
158

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

Portions of RGB colors in percentages

R + G + B =
169 + 155 + 158 = 482 (100%)
R 169 of 482 ~ 35.06%
G 155 of 482 ~ 32.16%
B 158 of 482 ~ 32.78%

%35.06
%32.16
%32.78

CMYK color model

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

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

CMYK percentages

%0
%8.28
%6.51
%33.73

Codes

Color #A99B9E in popluar color models

A99B9E
RGB169155158
HSL347°7.53%63.53%
HSB/HSV347°8.28%66.27%
CMYK0.00%8.28%6.51%
33.73%

Color #A99B9E in popluar number systems.

HEXA99B9E
Decimal169155158
Binary101010011001101110011110
Octal251233236

Shades and tints

Shades of #A99B9E

#A99B9E
(169,155,158)
#9A8D90
(154,141,144)
#8B7F82
(139,127,130)
#7C7174
(124,113,116)
#6D6366
(109,99,102)
#5E5558
(94,85,88)
#4F474A
(79,71,74)
#40393C
(64,57,60)
#312B2E
(49,43,46)
#221D20
(34,29,32)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #A99B9E

#A99B9E
(169,155,158)
#B0A4A6
(176,164,166)
#B7ADAE
(183,173,174)
#BEB6B6
(190,182,182)
#C5BFBE
(197,191,190)
#CCC8C6
(204,200,198)
#D3D1CE
(211,209,206)
#DADAD6
(218,218,214)
#E1E3DE
(225,227,222)
#E8ECE6
(232,236,230)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99B9E; }

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

This text font color is #A99B9E.


Background Color

.myBgColor { background-color: #A99B9E; }

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

This div background color is #A99B9E.


Border color

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

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

This div border color is #A99B9E.


Opacity

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

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

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

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

This text has shadow with #A99B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99B9E on black background.


Color preview on white background

This text has color #A99B9E on white background.



Black color preview on #A99B9E background

This text has black color on #A99B9E background.


White color preview on #A99B9E background

This text has white color on #A99B9E background.