COLOR #AEA0D1

HEX: #AEA0D1 RGB: (174,160,209)

Color info

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

RGB color model

#AEA0D1 color RGB value is (174,160,209).

RGB: (174,160,209) (68%, 63%, 82%)

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 209 of 255 = 82%

174
160
209

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

Portions of RGB colors in percentages

R + G + B = 174 + 160 + 209 = 543 (100%)
R 174 of 543 ~ 32.04%
G 160 of 543 ~ 29.47%
B 209 of 543 ~ 38.49'%

%32.04
%29.47
%38.49

CMYK color model

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

  • cyan value is 16.75%
  • magenta value is 23.44%
  • yellow value is 0.00%
  • key color value is 18.04%

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

CMYK percentages

%16.75
%23.44
%0
%18.04

Codes

Color #AEA0D1 in popluar color models

AE A0 D1
RGB 174 160 209
HSL 257° 34.75% 72.35%
HSB/HSV 257° 23.44% 81.96%
CMYK 16.75% 23.44% 0.00%
18.04%

Color #AEA0D1 in popluar number systems.

HEX AE A0 D1
Decimal 174 160 209
Binary 10101110 10100000 11010001
Octal 256 240 321

Shades and tints

Shades of #AEA0D1

#AEA0D1
(174,160,209)
#9F92BE
(159,146,190)
#9084AB
(144,132,171)
#817698
(129,118,152)
#726885
(114,104,133)
#635A72
(99,90,114)
#544C5F
(84,76,95)
#453E4C
(69,62,76)
#363039
(54,48,57)
#272226
(39,34,38)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AEA0D1

#AEA0D1
(174,160,209)
#B5A8D5
(181,168,213)
#BCB0D9
(188,176,217)
#C3B8DD
(195,184,221)
#CAC0E1
(202,192,225)
#D1C8E5
(209,200,229)
#D8D0E9
(216,208,233)
#DFD8ED
(223,216,237)
#E6E0F1
(230,224,241)
#EDE8F5
(237,232,245)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA0D1 color. Also use rgb(174,160,209) instead hex code.

Text Font Color

.myTextColor { color: #AEA0D1; }

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

This text font color is #AEA0D1.

Background Color

.myBgColor { background-color: #AEA0D1; }

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

This div background color is #AEA0D1.

Border color

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

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

This div border color is #AEA0D1.

Opacity

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

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

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

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

This text has shadow with #AEA0D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA0D1.

Preview

Color preview on black background

This text has color #AEA0D1 on black background.


Color preview on white background

This text has color #AEA0D1 on white background.


Black color preview on #AEA0D1 background

This text has black color on #AEA0D1 background.


White color preview on #AEA0D1 background

This text has white color on #AEA0D1 background.


Related colors

Complementary color

Complementary color for #hex is #515F2E.


I love getcolorcode.com

Triadic colors

1 #D1AEA0 and #A0D1AE with #AEA0D1 are triadic colors.

2 #D1A0AE and #A0AED1 with #AEA0D1 are triadic colors.