COLOR #AEA7D8

HEX: #AEA7D8 RGB: (174,167,216)

Color info

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

RGB color model

#AEA7D8 color RGB value is (174,167,216).

RGB: (174,167,216) (68%, 65%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 167 of 255 = 65%
B 216 of 255 = 85%

174
167
216

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

Portions of RGB colors in percentages

R + G + B = 174 + 167 + 216 = 557 (100%)
R 174 of 557 ~ 31.24%
G 167 of 557 ~ 29.98%
B 216 of 557 ~ 38.78'%

%31.24
%29.98
%38.78

CMYK color model

#AEA7D8 color CMYK value is (19,23,0,15).

  • cyan value is 19.44%
  • magenta value is 22.69%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (19,23,0,15)
C19M23Y0K15 (19%, 23%, 0%, 15%)
(0.19 / 0.23 / 0.00 / 0.15)

CMYK percentages

%19.44
%22.69
%0
%15.29

Codes

Color #AEA7D8 in popluar color models

AE A7 D8
RGB 174 167 216
HSL 249° 38.58% 75.10%
HSB/HSV 249° 22.69% 84.71%
CMYK 19.44% 22.69% 0.00%
15.29%

Color #AEA7D8 in popluar number systems.

HEX AE A7 D8
Decimal 174 167 216
Binary 10101110 10100111 11011000
Octal 256 247 330

Shades and tints

Shades of #AEA7D8

#AEA7D8
(174,167,216)
#9F98C5
(159,152,197)
#9089B2
(144,137,178)
#817A9F
(129,122,159)
#726B8C
(114,107,140)
#635C79
(99,92,121)
#544D66
(84,77,102)
#453E53
(69,62,83)
#362F40
(54,47,64)
#27202D
(39,32,45)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #AEA7D8

#AEA7D8
(174,167,216)
#B5AFDB
(181,175,219)
#BCB7DE
(188,183,222)
#C3BFE1
(195,191,225)
#CAC7E4
(202,199,228)
#D1CFE7
(209,207,231)
#D8D7EA
(216,215,234)
#DFDFED
(223,223,237)
#E6E7F0
(230,231,240)
#EDEFF3
(237,239,243)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA7D8 color. Also use rgb(174,167,216) instead hex code.

Text Font Color

.myTextColor { color: #AEA7D8; }

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

This text font color is #AEA7D8.

Background Color

.myBgColor { background-color: #AEA7D8; }

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

This div background color is #AEA7D8.

Border color

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

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

This div border color is #AEA7D8.

Opacity

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

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

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

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

This text has shadow with #AEA7D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA7D8.

Preview

Color preview on black background

This text has color #AEA7D8 on black background.


Color preview on white background

This text has color #AEA7D8 on white background.


Black color preview on #AEA7D8 background

This text has black color on #AEA7D8 background.


White color preview on #AEA7D8 background

This text has white color on #AEA7D8 background.


Related colors

Complementary color

Complementary color for #hex is #515827.


I love getcolorcode.com

Triadic colors

1 #D8AEA7 and #A7D8AE with #AEA7D8 are triadic colors.

2 #D8A7AE and #A7AED8 with #AEA7D8 are triadic colors.