COLOR #A9AEEC

HEX: #A9AEEC
RGB: (169,174,236)

Color info

#A9AEEC contains mainly blue color. Web safe color of #A9AEEC is #9999FF (or #99F).

RGB color model

#A9AEEC color RGB value is (169,174,236).

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

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 236 of 255 = 93%

169
174
236

R + G + B ~ 76%. #A9AEEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 174 + 236 = 579 (100%)
R 169 of 579 ~ 29.19%
G 174 of 579 ~ 30.05%
B 236 of 579 ~ 40.76%

%29.19
%30.05
%40.76

CMYK color model

#A9AEEC color CMYK value is (28,26,0,7).

  • cyan value is 28.39%
  • magenta value is 26.27%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(28,26,0,7)
C28M26Y0K7 
(28%,26%,0%,7%)
(0.28/0.26/0.00/0.07)	

CMYK percentages

%28.39
%26.27
%0
%7.45

Codes

Color #A9AEEC in popluar color models

A9AEEC
RGB169174236
HSL236°63.81%79.41%
HSB/HSV236°28.39%92.55%
CMYK28.39%26.27%0.00%
7.45%

Color #A9AEEC in popluar number systems.

HEXA9AEEC
Decimal169174236
Binary101010011010111011101100
Octal251256354

Shades and tints

Shades of #A9AEEC

#A9AEEC
(169,174,236)
#9A9FD7
(154,159,215)
#8B90C2
(139,144,194)
#7C81AD
(124,129,173)
#6D7298
(109,114,152)
#5E6383
(94,99,131)
#4F546E
(79,84,110)
#404559
(64,69,89)
#313644
(49,54,68)
#22272F
(34,39,47)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #A9AEEC

#A9AEEC
(169,174,236)
#B0B5ED
(176,181,237)
#B7BCEE
(183,188,238)
#BEC3EF
(190,195,239)
#C5CAF0
(197,202,240)
#CCD1F1
(204,209,241)
#D3D8F2
(211,216,242)
#DADFF3
(218,223,243)
#E1E6F4
(225,230,244)
#E8EDF5
(232,237,245)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AEEC; }

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

This text font color is #A9AEEC.


Background Color

.myBgColor { background-color: #A9AEEC; }

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

This div background color is #A9AEEC.


Border color

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

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

This div border color is #A9AEEC.


Opacity

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

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

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

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

This text has shadow with #A9AEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AEEC on black background.


Color preview on white background

This text has color #A9AEEC on white background.



Black color preview on #A9AEEC background

This text has black color on #A9AEEC background.


White color preview on #A9AEEC background

This text has white color on #A9AEEC background.