COLOR #A99BAE

HEX: #A99BAE
RGB: (169,155,174)

Color info

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

RGB color model

#A99BAE color RGB value is (169,155,174).

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

RGB channels and saturation

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

169
155
174

R + G + B ~ 65%. #A99BAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 155 + 174 = 498 (100%)
R 169 of 498 ~ 33.94%
G 155 of 498 ~ 31.12%
B 174 of 498 ~ 34.94%

%33.94
%31.12
%34.94

CMYK color model

#A99BAE color CMYK value is (3,11,0,32).

  • cyan value is 2.87%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(3,11,0,32)
C3M11Y0K32 
(3%,11%,0%,32%)
(0.03/0.11/0.00/0.32)	

CMYK percentages

%2.87
%10.92
%0
%31.76

Codes

Color #A99BAE in popluar color models

A99BAE
RGB169155174
HSL284°10.50%64.51%
HSB/HSV284°10.92%68.24%
CMYK2.87%10.92%0.00%
31.76%

Color #A99BAE in popluar number systems.

HEXA99BAE
Decimal169155174
Binary101010011001101110101110
Octal251233256

Shades and tints

Shades of #A99BAE

#A99BAE
(169,155,174)
#9A8D9F
(154,141,159)
#8B7F90
(139,127,144)
#7C7181
(124,113,129)
#6D6372
(109,99,114)
#5E5563
(94,85,99)
#4F4754
(79,71,84)
#403945
(64,57,69)
#312B36
(49,43,54)
#221D27
(34,29,39)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #A99BAE

#A99BAE
(169,155,174)
#B0A4B5
(176,164,181)
#B7ADBC
(183,173,188)
#BEB6C3
(190,182,195)
#C5BFCA
(197,191,202)
#CCC8D1
(204,200,209)
#D3D1D8
(211,209,216)
#DADADF
(218,218,223)
#E1E3E6
(225,227,230)
#E8ECED
(232,236,237)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99BAE; }

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

This text font color is #A99BAE.


Background Color

.myBgColor { background-color: #A99BAE; }

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

This div background color is #A99BAE.


Border color

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

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

This div border color is #A99BAE.


Opacity

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

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

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

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

This text has shadow with #A99BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99BAE on black background.


Color preview on white background

This text has color #A99BAE on white background.



Black color preview on #A99BAE background

This text has black color on #A99BAE background.


White color preview on #A99BAE background

This text has white color on #A99BAE background.