COLOR #A99ED5

HEX: #A99ED5
RGB: (169,158,213)

Color info

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

RGB color model

#A99ED5 color RGB value is (169,158,213).

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

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 213 of 255 = 84%

169
158
213

R + G + B ~ 71%. #A99ED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 158 + 213 = 540 (100%)
R 169 of 540 ~ 31.3%
G 158 of 540 ~ 29.26%
B 213 of 540 ~ 39.44%

%31.3
%29.26
%39.44

CMYK color model

#A99ED5 color CMYK value is (21,26,0,16).

  • cyan value is 20.66%
  • magenta value is 25.82%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(21,26,0,16)
C21M26Y0K16 
(21%,26%,0%,16%)
(0.21/0.26/0.00/0.16)	

CMYK percentages

%20.66
%25.82
%0
%16.47

Codes

Color #A99ED5 in popluar color models

A99ED5
RGB169158213
HSL252°39.57%72.75%
HSB/HSV252°25.82%83.53%
CMYK20.66%25.82%0.00%
16.47%

Color #A99ED5 in popluar number systems.

HEXA99ED5
Decimal169158213
Binary101010011001111011010101
Octal251236325

Shades and tints

Shades of #A99ED5

#A99ED5
(169,158,213)
#9A90C2
(154,144,194)
#8B82AF
(139,130,175)
#7C749C
(124,116,156)
#6D6689
(109,102,137)
#5E5876
(94,88,118)
#4F4A63
(79,74,99)
#403C50
(64,60,80)
#312E3D
(49,46,61)
#22202A
(34,32,42)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #A99ED5

#A99ED5
(169,158,213)
#B0A6D8
(176,166,216)
#B7AEDB
(183,174,219)
#BEB6DE
(190,182,222)
#C5BEE1
(197,190,225)
#CCC6E4
(204,198,228)
#D3CEE7
(211,206,231)
#DAD6EA
(218,214,234)
#E1DEED
(225,222,237)
#E8E6F0
(232,230,240)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99ED5; }

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

This text font color is #A99ED5.


Background Color

.myBgColor { background-color: #A99ED5; }

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

This div background color is #A99ED5.


Border color

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

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

This div border color is #A99ED5.


Opacity

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

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

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

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

This text has shadow with #A99ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99ED5 on black background.


Color preview on white background

This text has color #A99ED5 on white background.



Black color preview on #A99ED5 background

This text has black color on #A99ED5 background.


White color preview on #A99ED5 background

This text has white color on #A99ED5 background.