COLOR #AEA0D7

HEX: #AEA0D7
RGB: (174,160,215)

Color info

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

RGB color model

#AEA0D7 color RGB value is (174,160,215).

  • red value is 174;
  • green value is 160;
  • blue value is 215.
RGB:
(174,160,215)
(68%,63%,84%)

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 215 of 255 = 84%

174
160
215

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

Portions of RGB colors in percentages

R + G + B =
174 + 160 + 215 = 549 (100%)
R 174 of 549 ~ 31.69%
G 160 of 549 ~ 29.14%
B 215 of 549 ~ 39.16%

%31.69
%29.14
%39.16

CMYK color model

#AEA0D7 color CMYK value is (19,26,0,16).

  • cyan value is 19.07%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(19,26,0,16)
C19M26Y0K16 
(19%,26%,0%,16%)
(0.19/0.26/0.00/0.16)	

CMYK percentages

%19.07
%25.58
%0
%15.69

Codes

Color #AEA0D7 in popluar color models

AEA0D7
RGB174160215
HSL255°40.74%73.53%
HSB/HSV255°25.58%84.31%
CMYK19.07%25.58%0.00%
15.69%

Color #AEA0D7 in popluar number systems.

HEXAEA0D7
Decimal174160215
Binary101011101010000011010111
Octal256240327

Shades and tints

Shades of #AEA0D7

#AEA0D7
(174,160,215)
#9F92C4
(159,146,196)
#9084B1
(144,132,177)
#81769E
(129,118,158)
#72688B
(114,104,139)
#635A78
(99,90,120)
#544C65
(84,76,101)
#453E52
(69,62,82)
#36303F
(54,48,63)
#27222C
(39,34,44)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #AEA0D7

#AEA0D7
(174,160,215)
#B5A8DA
(181,168,218)
#BCB0DD
(188,176,221)
#C3B8E0
(195,184,224)
#CAC0E3
(202,192,227)
#D1C8E6
(209,200,230)
#D8D0E9
(216,208,233)
#DFD8EC
(223,216,236)
#E6E0EF
(230,224,239)
#EDE8F2
(237,232,242)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA0D7; }

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

This text font color is #AEA0D7.


Background Color

.myBgColor { background-color: #AEA0D7; }

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

This div background color is #AEA0D7.


Border color

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

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

This div border color is #AEA0D7.


Opacity

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

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

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

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

This text has shadow with #AEA0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA0D7 on black background.


Color preview on white background

This text has color #AEA0D7 on white background.



Black color preview on #AEA0D7 background

This text has black color on #AEA0D7 background.


White color preview on #AEA0D7 background

This text has white color on #AEA0D7 background.