COLOR #AEA9D6

HEX: #AEA9D6
RGB: (174,169,214)

Color info

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

RGB color model

#AEA9D6 color RGB value is (174,169,214).

  • red value is 174;
  • green value is 169;
  • blue value is 214.
RGB:
(174,169,214)
(68%,66%,84%)

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 214 of 255 = 84%

174
169
214

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

Portions of RGB colors in percentages

R + G + B =
174 + 169 + 214 = 557 (100%)
R 174 of 557 ~ 31.24%
G 169 of 557 ~ 30.34%
B 214 of 557 ~ 38.42%

%31.24
%30.34
%38.42

CMYK color model

#AEA9D6 color CMYK value is (19,21,0,16).

  • cyan value is 18.69%
  • magenta value is 21.03%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(19,21,0,16)
C19M21Y0K16 
(19%,21%,0%,16%)
(0.19/0.21/0.00/0.16)	

CMYK percentages

%18.69
%21.03
%0
%16.08

Codes

Color #AEA9D6 in popluar color models

AEA9D6
RGB174169214
HSL247°35.43%75.10%
HSB/HSV247°21.03%83.92%
CMYK18.69%21.03%0.00%
16.08%

Color #AEA9D6 in popluar number systems.

HEXAEA9D6
Decimal174169214
Binary101011101010100111010110
Octal256251326

Shades and tints

Shades of #AEA9D6

#AEA9D6
(174,169,214)
#9F9AC3
(159,154,195)
#908BB0
(144,139,176)
#817C9D
(129,124,157)
#726D8A
(114,109,138)
#635E77
(99,94,119)
#544F64
(84,79,100)
#454051
(69,64,81)
#36313E
(54,49,62)
#27222B
(39,34,43)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #AEA9D6

#AEA9D6
(174,169,214)
#B5B0D9
(181,176,217)
#BCB7DC
(188,183,220)
#C3BEDF
(195,190,223)
#CAC5E2
(202,197,226)
#D1CCE5
(209,204,229)
#D8D3E8
(216,211,232)
#DFDAEB
(223,218,235)
#E6E1EE
(230,225,238)
#EDE8F1
(237,232,241)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA9D6 color. Also use rgb(174,169,214) instead hex code.

Text Font Color

.myTextColor { color: #AEA9D6; }

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

This text font color is #AEA9D6.


Background Color

.myBgColor { background-color: #AEA9D6; }

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

This div background color is #AEA9D6.


Border color

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

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

This div border color is #AEA9D6.


Opacity

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

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

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

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

This text has shadow with #AEA9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA9D6 on black background.


Color preview on white background

This text has color #AEA9D6 on white background.



Black color preview on #AEA9D6 background

This text has black color on #AEA9D6 background.


White color preview on #AEA9D6 background

This text has white color on #AEA9D6 background.