COLOR #AEA4D2

HEX: #AEA4D2 RGB: (174,164,210)

Color info

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

RGB color model

#AEA4D2 color RGB value is (174,164,210).

RGB: (174,164,210) (68%, 64%, 82%)

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 210 of 255 = 82%

174
164
210

R + G + B ~ 71%. #AEA4D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 164 + 210 = 548 (100%)
R 174 of 548 ~ 31.75%
G 164 of 548 ~ 29.93%
B 210 of 548 ~ 38.32'%

%31.75
%29.93
%38.32

CMYK color model

#AEA4D2 color CMYK value is (17,22,0,18).

  • cyan value is 17.14%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (17,22,0,18)
C17M22Y0K18 (17%, 22%, 0%, 18%)
(0.17 / 0.22 / 0.00 / 0.18)

CMYK percentages

%17.14
%21.9
%0
%17.65

Codes

Color #AEA4D2 in popluar color models

AE A4 D2
RGB 174 164 210
HSL 253° 33.82% 73.33%
HSB/HSV 253° 21.90% 82.35%
CMYK 17.14% 21.90% 0.00%
17.65%

Color #AEA4D2 in popluar number systems.

HEX AE A4 D2
Decimal 174 164 210
Binary 10101110 10100100 11010010
Octal 256 244 322

Shades and tints

Shades of #AEA4D2

#AEA4D2
(174,164,210)
#9F96BF
(159,150,191)
#9088AC
(144,136,172)
#817A99
(129,122,153)
#726C86
(114,108,134)
#635E73
(99,94,115)
#545060
(84,80,96)
#45424D
(69,66,77)
#36343A
(54,52,58)
#272627
(39,38,39)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #AEA4D2

#AEA4D2
(174,164,210)
#B5ACD6
(181,172,214)
#BCB4DA
(188,180,218)
#C3BCDE
(195,188,222)
#CAC4E2
(202,196,226)
#D1CCE6
(209,204,230)
#D8D4EA
(216,212,234)
#DFDCEE
(223,220,238)
#E6E4F2
(230,228,242)
#EDECF6
(237,236,246)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA4D2; }

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

This text font color is #AEA4D2.

Background Color

.myBgColor { background-color: #AEA4D2; }

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

This div background color is #AEA4D2.

Border color

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

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

This div border color is #AEA4D2.

Opacity

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

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

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

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

This text has shadow with #AEA4D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA4D2.

Preview

Color preview on black background

This text has color #AEA4D2 on black background.


Color preview on white background

This text has color #AEA4D2 on white background.


Black color preview on #AEA4D2 background

This text has black color on #AEA4D2 background.


White color preview on #AEA4D2 background

This text has white color on #AEA4D2 background.


Related colors

Complementary color

Complementary color for #hex is #515B2D.


I love getcolorcode.com

Triadic colors

1 #D2AEA4 and #A4D2AE with #AEA4D2 are triadic colors.

2 #D2A4AE and #A4AED2 with #AEA4D2 are triadic colors.