COLOR #AEB2E5

HEX: #AEB2E5 RGB: (174,178,229)

Color info

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

RGB color model

#AEB2E5 color RGB value is (174,178,229).

RGB: (174,178,229) (68%, 70%, 90%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 229 of 255 = 90%

174
178
229

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

Portions of RGB colors in percentages

R + G + B = 174 + 178 + 229 = 581 (100%)
R 174 of 581 ~ 29.95%
G 178 of 581 ~ 30.64%
B 229 of 581 ~ 39.41'%

%29.95
%30.64
%39.41

CMYK color model

#AEB2E5 color CMYK value is (24,22,0,10).

  • cyan value is 24.02%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (24,22,0,10)
C24M22Y0K10 (24%, 22%, 0%, 10%)
(0.24 / 0.22 / 0.00 / 0.10)

CMYK percentages

%24.02
%22.27
%0
%10.2

Codes

Color #AEB2E5 in popluar color models

AE B2 E5
RGB 174 178 229
HSL 236° 51.40% 79.02%
HSB/HSV 236° 24.02% 89.80%
CMYK 24.02% 22.27% 0.00%
10.20%

Color #AEB2E5 in popluar number systems.

HEX AE B2 E5
Decimal 174 178 229
Binary 10101110 10110010 11100101
Octal 256 262 345

Shades and tints

Shades of #AEB2E5

#AEB2E5
(174,178,229)
#9FA2D1
(159,162,209)
#9092BD
(144,146,189)
#8182A9
(129,130,169)
#727295
(114,114,149)
#636281
(99,98,129)
#54526D
(84,82,109)
#454259
(69,66,89)
#363245
(54,50,69)
#272231
(39,34,49)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #AEB2E5

#AEB2E5
(174,178,229)
#B5B9E7
(181,185,231)
#BCC0E9
(188,192,233)
#C3C7EB
(195,199,235)
#CACEED
(202,206,237)
#D1D5EF
(209,213,239)
#D8DCF1
(216,220,241)
#DFE3F3
(223,227,243)
#E6EAF5
(230,234,245)
#EDF1F7
(237,241,247)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB2E5; }

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

This text font color is #AEB2E5.

Background Color

.myBgColor { background-color: #AEB2E5; }

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

This div background color is #AEB2E5.

Border color

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

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

This div border color is #AEB2E5.

Opacity

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

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

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

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

This text has shadow with #AEB2E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB2E5.

Preview

Color preview on black background

This text has color #AEB2E5 on black background.


Color preview on white background

This text has color #AEB2E5 on white background.


Black color preview on #AEB2E5 background

This text has black color on #AEB2E5 background.


White color preview on #AEB2E5 background

This text has white color on #AEB2E5 background.


Related colors

Complementary color

Complementary color for #hex is #514D1A.


I love getcolorcode.com

Triadic colors

1 #E5AEB2 and #B2E5AE with #AEB2E5 are triadic colors.

2 #E5B2AE and #B2AEE5 with #AEB2E5 are triadic colors.