COLOR #A99EE6

HEX: #A99EE6
RGB: (169,158,230)

Color info

#A99EE6 contains mainly blue color. Web safe color of #A99EE6 is #9999CC (or #99C).

RGB color model

#A99EE6 color RGB value is (169,158,230).

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

RGB channels and saturation

R 169 of 255 = 66%
G 158 of 255 = 62%
B 230 of 255 = 90%

169
158
230

R + G + B ~ 73%. #A99EE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 158 + 230 = 557 (100%)
R 169 of 557 ~ 30.34%
G 158 of 557 ~ 28.37%
B 230 of 557 ~ 41.29%

%30.34
%28.37
%41.29

CMYK color model

#A99EE6 color CMYK value is (27,31,0,10).

  • cyan value is 26.52%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(27,31,0,10)
C27M31Y0K10 
(27%,31%,0%,10%)
(0.27/0.31/0.00/0.10)	

CMYK percentages

%26.52
%31.3
%0
%9.8

Codes

Color #A99EE6 in popluar color models

A99EE6
RGB169158230
HSL249°59.02%76.08%
HSB/HSV249°31.30%90.20%
CMYK26.52%31.30%0.00%
9.80%

Color #A99EE6 in popluar number systems.

HEXA99EE6
Decimal169158230
Binary101010011001111011100110
Octal251236346

Shades and tints

Shades of #A99EE6

#A99EE6
(169,158,230)
#9A90D2
(154,144,210)
#8B82BE
(139,130,190)
#7C74AA
(124,116,170)
#6D6696
(109,102,150)
#5E5882
(94,88,130)
#4F4A6E
(79,74,110)
#403C5A
(64,60,90)
#312E46
(49,46,70)
#222032
(34,32,50)
#13121E
(19,18,30)
#000000
(0,0,0)

Tints of #A99EE6

#A99EE6
(169,158,230)
#B0A6E8
(176,166,232)
#B7AEEA
(183,174,234)
#BEB6EC
(190,182,236)
#C5BEEE
(197,190,238)
#CCC6F0
(204,198,240)
#D3CEF2
(211,206,242)
#DAD6F4
(218,214,244)
#E1DEF6
(225,222,246)
#E8E6F8
(232,230,248)
#EFEEFA
(239,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99EE6; }

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

This text font color is #A99EE6.


Background Color

.myBgColor { background-color: #A99EE6; }

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

This div background color is #A99EE6.


Border color

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

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

This div border color is #A99EE6.


Opacity

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

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

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

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

This text has shadow with #A99EE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99EE6 on black background.


Color preview on white background

This text has color #A99EE6 on white background.



Black color preview on #A99EE6 background

This text has black color on #A99EE6 background.


White color preview on #A99EE6 background

This text has white color on #A99EE6 background.