COLOR #AEAEDB

HEX: #AEAEDB
RGB: (174,174,219)

Color info

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

RGB color model

#AEAEDB color RGB value is (174,174,219).

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

RGB channels and saturation

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

174
174
219

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

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 219 = 567 (100%)
R 174 of 567 ~ 30.69%
G 174 of 567 ~ 30.69%
B 219 of 567 ~ 38.62%

%30.69
%30.69
%38.62

CMYK color model

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

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

CMYK percentages

%20.55
%20.55
%0
%14.12

Codes

Color #AEAEDB in popluar color models

AEAEDB
RGB174174219
HSL240°38.46%77.06%
HSB/HSV240°20.55%85.88%
CMYK20.55%20.55%0.00%
14.12%

Color #AEAEDB in popluar number systems.

HEXAEAEDB
Decimal174174219
Binary101011101010111011011011
Octal256256333

Shades and tints

Shades of #AEAEDB

#AEAEDB
(174,174,219)
#9F9FC8
(159,159,200)
#9090B5
(144,144,181)
#8181A2
(129,129,162)
#72728F
(114,114,143)
#63637C
(99,99,124)
#545469
(84,84,105)
#454556
(69,69,86)
#363643
(54,54,67)
#272730
(39,39,48)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #AEAEDB

#AEAEDB
(174,174,219)
#B5B5DE
(181,181,222)
#BCBCE1
(188,188,225)
#C3C3E4
(195,195,228)
#CACAE7
(202,202,231)
#D1D1EA
(209,209,234)
#D8D8ED
(216,216,237)
#DFDFF0
(223,223,240)
#E6E6F3
(230,230,243)
#EDEDF6
(237,237,246)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEDB; }

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

This text font color is #AEAEDB.


Background Color

.myBgColor { background-color: #AEAEDB; }

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

This div background color is #AEAEDB.


Border color

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

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

This div border color is #AEAEDB.


Opacity

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

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

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

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

This text has shadow with #AEAEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAEDB on black background.


Color preview on white background

This text has color #AEAEDB on white background.



Black color preview on #AEAEDB background

This text has black color on #AEAEDB background.


White color preview on #AEAEDB background

This text has white color on #AEAEDB background.