COLOR #AAAEDB

HEX: #AAAEDB
RGB: (170,174,219)

Color info

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

RGB color model

#AAAEDB color RGB value is (170,174,219).

  • red value is 170;
  • green value is 174;
  • blue value is 219.
RGB:
(170,174,219)
(67%,68%,86%)

RGB channels and saturation

R 170 of 255 = 67%
G 174 of 255 = 68%
B 219 of 255 = 86%

170
174
219

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

Portions of RGB colors in percentages

R + G + B =
170 + 174 + 219 = 563 (100%)
R 170 of 563 ~ 30.2%
G 174 of 563 ~ 30.91%
B 219 of 563 ~ 38.9%

%30.2
%30.91
%38.9

CMYK color model

#AAAEDB color CMYK value is (22,21,0,14).

  • cyan value is 22.37%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(22,21,0,14)
C22M21Y0K14 
(22%,21%,0%,14%)
(0.22/0.21/0.00/0.14)	

CMYK percentages

%22.37
%20.55
%0
%14.12

Codes

Color #AAAEDB in popluar color models

AAAEDB
RGB170174219
HSL235°40.50%76.27%
HSB/HSV235°22.37%85.88%
CMYK22.37%20.55%0.00%
14.12%

Color #AAAEDB in popluar number systems.

HEXAAAEDB
Decimal170174219
Binary101010101010111011011011
Octal252256333

Shades and tints

Shades of #AAAEDB

#AAAEDB
(170,174,219)
#9B9FC8
(155,159,200)
#8C90B5
(140,144,181)
#7D81A2
(125,129,162)
#6E728F
(110,114,143)
#5F637C
(95,99,124)
#505469
(80,84,105)
#414556
(65,69,86)
#323643
(50,54,67)
#232730
(35,39,48)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #AAAEDB

#AAAEDB
(170,174,219)
#B1B5DE
(177,181,222)
#B8BCE1
(184,188,225)
#BFC3E4
(191,195,228)
#C6CAE7
(198,202,231)
#CDD1EA
(205,209,234)
#D4D8ED
(212,216,237)
#DBDFF0
(219,223,240)
#E2E6F3
(226,230,243)
#E9EDF6
(233,237,246)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAAEDB color. Also use rgb(170,174,219) instead hex code.

Text Font Color

.myTextColor { color: #AAAEDB; }

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

This text font color is #AAAEDB.


Background Color

.myBgColor { background-color: #AAAEDB; }

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

This div background color is #AAAEDB.


Border color

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

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

This div border color is #AAAEDB.


Opacity

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

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

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

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

This text has shadow with #AAAEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAEDB on black background.


Color preview on white background

This text has color #AAAEDB on white background.



Black color preview on #AAAEDB background

This text has black color on #AAAEDB background.


White color preview on #AAAEDB background

This text has white color on #AAAEDB background.