COLOR #AEA4DB

HEX: #AEA4DB
RGB: (174,164,219)

Color info

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

RGB color model

#AEA4DB color RGB value is (174,164,219).

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

RGB channels and saturation

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

174
164
219

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

Portions of RGB colors in percentages

R + G + B =
174 + 164 + 219 = 557 (100%)
R 174 of 557 ~ 31.24%
G 164 of 557 ~ 29.44%
B 219 of 557 ~ 39.32%

%31.24
%29.44
%39.32

CMYK color model

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

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

CMYK percentages

%20.55
%25.11
%0
%14.12

Codes

Color #AEA4DB in popluar color models

AEA4DB
RGB174164219
HSL251°43.31%75.10%
HSB/HSV251°25.11%85.88%
CMYK20.55%25.11%0.00%
14.12%

Color #AEA4DB in popluar number systems.

HEXAEA4DB
Decimal174164219
Binary101011101010010011011011
Octal256244333

Shades and tints

Shades of #AEA4DB

#AEA4DB
(174,164,219)
#9F96C8
(159,150,200)
#9088B5
(144,136,181)
#817AA2
(129,122,162)
#726C8F
(114,108,143)
#635E7C
(99,94,124)
#545069
(84,80,105)
#454256
(69,66,86)
#363443
(54,52,67)
#272630
(39,38,48)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #AEA4DB

#AEA4DB
(174,164,219)
#B5ACDE
(181,172,222)
#BCB4E1
(188,180,225)
#C3BCE4
(195,188,228)
#CAC4E7
(202,196,231)
#D1CCEA
(209,204,234)
#D8D4ED
(216,212,237)
#DFDCF0
(223,220,240)
#E6E4F3
(230,228,243)
#EDECF6
(237,236,246)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA4DB; }

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

This text font color is #AEA4DB.


Background Color

.myBgColor { background-color: #AEA4DB; }

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

This div background color is #AEA4DB.


Border color

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

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

This div border color is #AEA4DB.


Opacity

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

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

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

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

This text has shadow with #AEA4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA4DB on black background.


Color preview on white background

This text has color #AEA4DB on white background.



Black color preview on #AEA4DB background

This text has black color on #AEA4DB background.


White color preview on #AEA4DB background

This text has white color on #AEA4DB background.