COLOR #AEA2DB

HEX: #AEA2DB
RGB: (174,162,219)

Color info

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

RGB color model

#AEA2DB color RGB value is (174,162,219).

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

RGB channels and saturation

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

174
162
219

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

Portions of RGB colors in percentages

R + G + B =
174 + 162 + 219 = 555 (100%)
R 174 of 555 ~ 31.35%
G 162 of 555 ~ 29.19%
B 219 of 555 ~ 39.46%

%31.35
%29.19
%39.46

CMYK color model

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

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

CMYK percentages

%20.55
%26.03
%0
%14.12

Codes

Color #AEA2DB in popluar color models

AEA2DB
RGB174162219
HSL253°44.19%74.71%
HSB/HSV253°26.03%85.88%
CMYK20.55%26.03%0.00%
14.12%

Color #AEA2DB in popluar number systems.

HEXAEA2DB
Decimal174162219
Binary101011101010001011011011
Octal256242333

Shades and tints

Shades of #AEA2DB

#AEA2DB
(174,162,219)
#9F94C8
(159,148,200)
#9086B5
(144,134,181)
#8178A2
(129,120,162)
#726A8F
(114,106,143)
#635C7C
(99,92,124)
#544E69
(84,78,105)
#454056
(69,64,86)
#363243
(54,50,67)
#272430
(39,36,48)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #AEA2DB

#AEA2DB
(174,162,219)
#B5AADE
(181,170,222)
#BCB2E1
(188,178,225)
#C3BAE4
(195,186,228)
#CAC2E7
(202,194,231)
#D1CAEA
(209,202,234)
#D8D2ED
(216,210,237)
#DFDAF0
(223,218,240)
#E6E2F3
(230,226,243)
#EDEAF6
(237,234,246)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA2DB; }

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

This text font color is #AEA2DB.


Background Color

.myBgColor { background-color: #AEA2DB; }

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

This div background color is #AEA2DB.


Border color

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

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

This div border color is #AEA2DB.


Opacity

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

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

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

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

This text has shadow with #AEA2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA2DB on black background.


Color preview on white background

This text has color #AEA2DB on white background.



Black color preview on #AEA2DB background

This text has black color on #AEA2DB background.


White color preview on #AEA2DB background

This text has white color on #AEA2DB background.