COLOR #A99ED0

HEX: #A99ED0
RGB: (169,158,208)

Color info

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

RGB color model

#A99ED0 color RGB value is (169,158,208).

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

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 208 of 255 = 82%

169
158
208

R + G + B ~ 70%. #A99ED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 158 + 208 = 535 (100%)
R 169 of 535 ~ 31.59%
G 158 of 535 ~ 29.53%
B 208 of 535 ~ 38.88%

%31.59
%29.53
%38.88

CMYK color model

#A99ED0 color CMYK value is (19,24,0,18).

  • cyan value is 18.75%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(19,24,0,18)
C19M24Y0K18 
(19%,24%,0%,18%)
(0.19/0.24/0.00/0.18)	

CMYK percentages

%18.75
%24.04
%0
%18.43

Codes

Color #A99ED0 in popluar color models

A99ED0
RGB169158208
HSL253°34.72%71.76%
HSB/HSV253°24.04%81.57%
CMYK18.75%24.04%0.00%
18.43%

Color #A99ED0 in popluar number systems.

HEXA99ED0
Decimal169158208
Binary101010011001111011010000
Octal251236320

Shades and tints

Shades of #A99ED0

#A99ED0
(169,158,208)
#9A90BE
(154,144,190)
#8B82AC
(139,130,172)
#7C749A
(124,116,154)
#6D6688
(109,102,136)
#5E5876
(94,88,118)
#4F4A64
(79,74,100)
#403C52
(64,60,82)
#312E40
(49,46,64)
#22202E
(34,32,46)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #A99ED0

#A99ED0
(169,158,208)
#B0A6D4
(176,166,212)
#B7AED8
(183,174,216)
#BEB6DC
(190,182,220)
#C5BEE0
(197,190,224)
#CCC6E4
(204,198,228)
#D3CEE8
(211,206,232)
#DAD6EC
(218,214,236)
#E1DEF0
(225,222,240)
#E8E6F4
(232,230,244)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99ED0; }

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

This text font color is #A99ED0.


Background Color

.myBgColor { background-color: #A99ED0; }

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

This div background color is #A99ED0.


Border color

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

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

This div border color is #A99ED0.


Opacity

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

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

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

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

This text has shadow with #A99ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99ED0 on black background.


Color preview on white background

This text has color #A99ED0 on white background.



Black color preview on #A99ED0 background

This text has black color on #A99ED0 background.


White color preview on #A99ED0 background

This text has white color on #A99ED0 background.