COLOR #A9AEDE

HEX: #A9AEDE
RGB: (169,174,222)

Color info

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

RGB color model

#A9AEDE color RGB value is (169,174,222).

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

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 222 of 255 = 87%

169
174
222

R + G + B ~ 74%. #A9AEDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 174 + 222 = 565 (100%)
R 169 of 565 ~ 29.91%
G 174 of 565 ~ 30.8%
B 222 of 565 ~ 39.29%

%29.91
%30.8
%39.29

CMYK color model

#A9AEDE color CMYK value is (24,22,0,13).

  • cyan value is 23.87%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(24,22,0,13)
C24M22Y0K13 
(24%,22%,0%,13%)
(0.24/0.22/0.00/0.13)	

CMYK percentages

%23.87
%21.62
%0
%12.94

Codes

Color #A9AEDE in popluar color models

A9AEDE
RGB169174222
HSL234°44.54%76.67%
HSB/HSV234°23.87%87.06%
CMYK23.87%21.62%0.00%
12.94%

Color #A9AEDE in popluar number systems.

HEXA9AEDE
Decimal169174222
Binary101010011010111011011110
Octal251256336

Shades and tints

Shades of #A9AEDE

#A9AEDE
(169,174,222)
#9A9FCA
(154,159,202)
#8B90B6
(139,144,182)
#7C81A2
(124,129,162)
#6D728E
(109,114,142)
#5E637A
(94,99,122)
#4F5466
(79,84,102)
#404552
(64,69,82)
#31363E
(49,54,62)
#22272A
(34,39,42)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #A9AEDE

#A9AEDE
(169,174,222)
#B0B5E1
(176,181,225)
#B7BCE4
(183,188,228)
#BEC3E7
(190,195,231)
#C5CAEA
(197,202,234)
#CCD1ED
(204,209,237)
#D3D8F0
(211,216,240)
#DADFF3
(218,223,243)
#E1E6F6
(225,230,246)
#E8EDF9
(232,237,249)
#EFF4FC
(239,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AEDE; }

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

This text font color is #A9AEDE.


Background Color

.myBgColor { background-color: #A9AEDE; }

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

This div background color is #A9AEDE.


Border color

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

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

This div border color is #A9AEDE.


Opacity

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

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

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

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

This text has shadow with #A9AEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AEDE on black background.


Color preview on white background

This text has color #A9AEDE on white background.



Black color preview on #A9AEDE background

This text has black color on #A9AEDE background.


White color preview on #A9AEDE background

This text has white color on #A9AEDE background.