COLOR #AEA8D5

HEX: #AEA8D5 RGB: (174,168,213)

Color info

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

RGB color model

#AEA8D5 color RGB value is (174,168,213).

RGB: (174,168,213) (68%, 66%, 84%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 213 of 255 = 84%

174
168
213

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

Portions of RGB colors in percentages

R + G + B = 174 + 168 + 213 = 555 (100%)
R 174 of 555 ~ 31.35%
G 168 of 555 ~ 30.27%
B 213 of 555 ~ 38.38'%

%31.35
%30.27
%38.38

CMYK color model

#AEA8D5 color CMYK value is (18,21,0,16).

  • cyan value is 18.31%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (18,21,0,16)
C18M21Y0K16 (18%, 21%, 0%, 16%)
(0.18 / 0.21 / 0.00 / 0.16)

CMYK percentages

%18.31
%21.13
%0
%16.47

Codes

Color #AEA8D5 in popluar color models

AE A8 D5
RGB 174 168 213
HSL 248° 34.88% 74.71%
HSB/HSV 248° 21.13% 83.53%
CMYK 18.31% 21.13% 0.00%
16.47%

Color #AEA8D5 in popluar number systems.

HEX AE A8 D5
Decimal 174 168 213
Binary 10101110 10101000 11010101
Octal 256 250 325

Shades and tints

Shades of #AEA8D5

#AEA8D5
(174,168,213)
#9F99C2
(159,153,194)
#908AAF
(144,138,175)
#817B9C
(129,123,156)
#726C89
(114,108,137)
#635D76
(99,93,118)
#544E63
(84,78,99)
#453F50
(69,63,80)
#36303D
(54,48,61)
#27212A
(39,33,42)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AEA8D5

#AEA8D5
(174,168,213)
#B5AFD8
(181,175,216)
#BCB6DB
(188,182,219)
#C3BDDE
(195,189,222)
#CAC4E1
(202,196,225)
#D1CBE4
(209,203,228)
#D8D2E7
(216,210,231)
#DFD9EA
(223,217,234)
#E6E0ED
(230,224,237)
#EDE7F0
(237,231,240)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA8D5; }

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

This text font color is #AEA8D5.

Background Color

.myBgColor { background-color: #AEA8D5; }

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

This div background color is #AEA8D5.

Border color

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

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

This div border color is #AEA8D5.

Opacity

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

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

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

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

This text has shadow with #AEA8D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA8D5.

Preview

Color preview on black background

This text has color #AEA8D5 on black background.


Color preview on white background

This text has color #AEA8D5 on white background.


Black color preview on #AEA8D5 background

This text has black color on #AEA8D5 background.


White color preview on #AEA8D5 background

This text has white color on #AEA8D5 background.


Related colors

Complementary color

Complementary color for #hex is #51572A.


I love getcolorcode.com

Triadic colors

1 #D5AEA8 and #A8D5AE with #AEA8D5 are triadic colors.

2 #D5A8AE and #A8AED5 with #AEA8D5 are triadic colors.