COLOR #A99EB5

HEX: #A99EB5
RGB: (169,158,181)

Color info

#A99EB5 contains red, green and blue colors in about the same proportion. Web safe color of #A99EB5 is #9999CC (or #99C).

RGB color model

#A99EB5 color RGB value is (169,158,181).

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

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 181 of 255 = 71%

169
158
181

R + G + B ~ 66%. #A99EB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 158 + 181 = 508 (100%)
R 169 of 508 ~ 33.27%
G 158 of 508 ~ 31.1%
B 181 of 508 ~ 35.63%

%33.27
%31.1
%35.63

CMYK color model

#A99EB5 color CMYK value is (7,13,0,29).

  • cyan value is 6.63%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(7,13,0,29)
C7M13Y0K29 
(7%,13%,0%,29%)
(0.07/0.13/0.00/0.29)	

CMYK percentages

%6.63
%12.71
%0
%29.02

Codes

Color #A99EB5 in popluar color models

A99EB5
RGB169158181
HSL269°13.45%66.47%
HSB/HSV269°12.71%70.98%
CMYK6.63%12.71%0.00%
29.02%

Color #A99EB5 in popluar number systems.

HEXA99EB5
Decimal169158181
Binary101010011001111010110101
Octal251236265

Shades and tints

Shades of #A99EB5

#A99EB5
(169,158,181)
#9A90A5
(154,144,165)
#8B8295
(139,130,149)
#7C7485
(124,116,133)
#6D6675
(109,102,117)
#5E5865
(94,88,101)
#4F4A55
(79,74,85)
#403C45
(64,60,69)
#312E35
(49,46,53)
#222025
(34,32,37)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #A99EB5

#A99EB5
(169,158,181)
#B0A6BB
(176,166,187)
#B7AEC1
(183,174,193)
#BEB6C7
(190,182,199)
#C5BECD
(197,190,205)
#CCC6D3
(204,198,211)
#D3CED9
(211,206,217)
#DAD6DF
(218,214,223)
#E1DEE5
(225,222,229)
#E8E6EB
(232,230,235)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99EB5; }

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

This text font color is #A99EB5.


Background Color

.myBgColor { background-color: #A99EB5; }

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

This div background color is #A99EB5.


Border color

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

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

This div border color is #A99EB5.


Opacity

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

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

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

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

This text has shadow with #A99EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99EB5 on black background.


Color preview on white background

This text has color #A99EB5 on white background.



Black color preview on #A99EB5 background

This text has black color on #A99EB5 background.


White color preview on #A99EB5 background

This text has white color on #A99EB5 background.