COLOR #AEA3DE

HEX: #AEA3DE
RGB: (174,163,222)

Color info

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

RGB color model

#AEA3DE color RGB value is (174,163,222).

  • red value is 174;
  • green value is 163;
  • blue value is 222.
RGB: (174,163,222) (68%,64%,87%)

RGB channels and saturation

R 174 of 255 = 68%
G 163 of 255 = 64%
B 222 of 255 = 87%

174
163
222

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

Portions of RGB colors in percentages

R + G + B =
174 + 163 + 222 = 559 (100%)
R 174 of 559 ~ 31.13%
G 163 of 559 ~ 29.16%
B 222 of 559 ~ 39.71%

%31.13
%29.16
%39.71

CMYK color model

#AEA3DE color CMYK value is (22,27,0,13).

  • cyan value is 21.62%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (22,27,0,13) C22M27Y0K13 (22%,27%,0%,13%) (0.22/0.27/0.00/0.13)

CMYK percentages

%21.62
%26.58
%0
%12.94

Codes

Color #AEA3DE in popluar color models

AEA3DE
RGB174163222
HSL251°47.20%75.49%
HSB/HSV251°26.58%87.06%
CMYK21.62%26.58%0.00%
12.94%

Color #AEA3DE in popluar number systems.

HEXAEA3DE
Decimal174163222
Binary101011101010001111011110
Octal256243336

Shades and tints

Shades of #AEA3DE

#AEA3DE
(174,163,222)
#9F95CA
(159,149,202)
#9087B6
(144,135,182)
#8179A2
(129,121,162)
#726B8E
(114,107,142)
#635D7A
(99,93,122)
#544F66
(84,79,102)
#454152
(69,65,82)
#36333E
(54,51,62)
#27252A
(39,37,42)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #AEA3DE

#AEA3DE
(174,163,222)
#B5ABE1
(181,171,225)
#BCB3E4
(188,179,228)
#C3BBE7
(195,187,231)
#CAC3EA
(202,195,234)
#D1CBED
(209,203,237)
#D8D3F0
(216,211,240)
#DFDBF3
(223,219,243)
#E6E3F6
(230,227,246)
#EDEBF9
(237,235,249)
#F4F3FC
(244,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA3DE color. Also use rgb(174,163,222) instead hex code.

Text Font Color

.myTextColor { color: #AEA3DE; }

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

This text font color is #AEA3DE.


Background Color

.myBgColor { background-color: #AEA3DE; }

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

This div background color is #AEA3DE.


Border color

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

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

This div border color is #AEA3DE.


Opacity

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

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

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

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

This text has shadow with #AEA3DE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AEA3DE on black background.


Color preview on white background

This text has color #AEA3DE on white background.



Black color preview on #AEA3DE background

This text has black color on #AEA3DE background.


White color preview on #AEA3DE background

This text has white color on #AEA3DE background.