COLOR #AEA4D4

HEX: #AEA4D4 RGB: (174,164,212)

Color info

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

RGB color model

#AEA4D4 color RGB value is (174,164,212).

RGB: (174,164,212) (68%, 64%, 83%)

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 212 of 255 = 83%

174
164
212

R + G + B ~ 72%. #AEA4D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 164 + 212 = 550 (100%)
R 174 of 550 ~ 31.64%
G 164 of 550 ~ 29.82%
B 212 of 550 ~ 38.55'%

%31.64
%29.82
%38.55

CMYK color model

#AEA4D4 color CMYK value is (18,23,0,17).

  • cyan value is 17.92%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (18,23,0,17)
C18M23Y0K17 (18%, 23%, 0%, 17%)
(0.18 / 0.23 / 0.00 / 0.17)

CMYK percentages

%17.92
%22.64
%0
%16.86

Codes

Color #AEA4D4 in popluar color models

AE A4 D4
RGB 174 164 212
HSL 253° 35.82% 73.73%
HSB/HSV 253° 22.64% 83.14%
CMYK 17.92% 22.64% 0.00%
16.86%

Color #AEA4D4 in popluar number systems.

HEX AE A4 D4
Decimal 174 164 212
Binary 10101110 10100100 11010100
Octal 256 244 324

Shades and tints

Shades of #AEA4D4

#AEA4D4
(174,164,212)
#9F96C1
(159,150,193)
#9088AE
(144,136,174)
#817A9B
(129,122,155)
#726C88
(114,108,136)
#635E75
(99,94,117)
#545062
(84,80,98)
#45424F
(69,66,79)
#36343C
(54,52,60)
#272629
(39,38,41)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #AEA4D4

#AEA4D4
(174,164,212)
#B5ACD7
(181,172,215)
#BCB4DA
(188,180,218)
#C3BCDD
(195,188,221)
#CAC4E0
(202,196,224)
#D1CCE3
(209,204,227)
#D8D4E6
(216,212,230)
#DFDCE9
(223,220,233)
#E6E4EC
(230,228,236)
#EDECEF
(237,236,239)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA4D4; }

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

This text font color is #AEA4D4.

Background Color

.myBgColor { background-color: #AEA4D4; }

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

This div background color is #AEA4D4.

Border color

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

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

This div border color is #AEA4D4.

Opacity

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

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

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

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

This text has shadow with #AEA4D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA4D4.

Preview

Color preview on black background

This text has color #AEA4D4 on black background.


Color preview on white background

This text has color #AEA4D4 on white background.


Black color preview on #AEA4D4 background

This text has black color on #AEA4D4 background.


White color preview on #AEA4D4 background

This text has white color on #AEA4D4 background.


Related colors

Complementary color

Complementary color for #hex is #515B2B.


I love getcolorcode.com

Triadic colors

1 #D4AEA4 and #A4D4AE with #AEA4D4 are triadic colors.

2 #D4A4AE and #A4AED4 with #AEA4D4 are triadic colors.