COLOR #AEAEEE

HEX: #AEAEEE RGB: (174,174,238)

Color info

#AEAEEE contains mainly blue color. Web safe color of #AEAEEE is #9999FF (or #99F).

RGB color model

#AEAEEE color RGB value is (174,174,238).

RGB: (174,174,238) (68%, 68%, 93%)

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 238 of 255 = 93%

174
174
238

R + G + B ~ 76%. #AEAEEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 174 + 238 = 586 (100%)
R 174 of 586 ~ 29.69%
G 174 of 586 ~ 29.69%
B 238 of 586 ~ 40.61'%

%29.69
%29.69
%40.61

CMYK color model

#AEAEEE color CMYK value is (27,27,0,7).

  • cyan value is 26.89%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (27,27,0,7)
C27M27Y0K7 (27%, 27%, 0%, 7%)
(0.27 / 0.27 / 0.00 / 0.07)

CMYK percentages

%26.89
%26.89
%0
%6.67

Codes

Color #AEAEEE in popluar color models

AE AE EE
RGB 174 174 238
HSL 240° 65.31% 80.78%
HSB/HSV 240° 26.89% 93.33%
CMYK 26.89% 26.89% 0.00%
6.67%

Color #AEAEEE in popluar number systems.

HEX AE AE EE
Decimal 174 174 238
Binary 10101110 10101110 11101110
Octal 256 256 356

Shades and tints

Shades of #AEAEEE

#AEAEEE
(174,174,238)
#9F9FD9
(159,159,217)
#9090C4
(144,144,196)
#8181AF
(129,129,175)
#72729A
(114,114,154)
#636385
(99,99,133)
#545470
(84,84,112)
#45455B
(69,69,91)
#363646
(54,54,70)
#272731
(39,39,49)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #AEAEEE

#AEAEEE
(174,174,238)
#B5B5EF
(181,181,239)
#BCBCF0
(188,188,240)
#C3C3F1
(195,195,241)
#CACAF2
(202,202,242)
#D1D1F3
(209,209,243)
#D8D8F4
(216,216,244)
#DFDFF5
(223,223,245)
#E6E6F6
(230,230,246)
#EDEDF7
(237,237,247)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEEE; }

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

This text font color is #AEAEEE.

Background Color

.myBgColor { background-color: #AEAEEE; }

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

This div background color is #AEAEEE.

Border color

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

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

This div border color is #AEAEEE.

Opacity

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

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

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

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

This text has shadow with #AEAEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAEEE.

Preview

Color preview on black background

This text has color #AEAEEE on black background.


Color preview on white background

This text has color #AEAEEE on white background.


Black color preview on #AEAEEE background

This text has black color on #AEAEEE background.


White color preview on #AEAEEE background

This text has white color on #AEAEEE background.


Related colors

Complementary color

Complementary color for #hex is #515111.


I love getcolorcode.com