COLOR #AEB6E1

HEX: #AEB6E1 RGB: (174,182,225)

Color info

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

RGB color model

#AEB6E1 color RGB value is (174,182,225).

RGB: (174,182,225) (68%, 71%, 88%)

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 225 of 255 = 88%

174
182
225

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

Portions of RGB colors in percentages

R + G + B = 174 + 182 + 225 = 581 (100%)
R 174 of 581 ~ 29.95%
G 182 of 581 ~ 31.33%
B 225 of 581 ~ 38.73'%

%29.95
%31.33
%38.73

CMYK color model

#AEB6E1 color CMYK value is (23,19,0,12).

  • cyan value is 22.67%
  • magenta value is 19.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (23,19,0,12) C23M19Y0K12 (23%,19%,0%,12%) (0.23/0.19/0.00/0.12) 

CMYK percentages

%22.67
%19.11
%0
%11.76

Codes

Color #AEB6E1 in popluar color models

AE B6 E1
RGB 174 182 225
HSL 231° 45.95% 78.24%
HSB/HSV 231° 22.67% 88.24%
CMYK 22.67% 19.11% 0.00%
11.76%

Color #AEB6E1 in popluar number systems.

HEX AE B6 E1
Decimal 174 182 225
Binary 10101110 10110110 11100001
Octal 256 266 341

Shades and tints

Shades of #AEB6E1

#AEB6E1
(174,182,225)
#9FA6CD
(159,166,205)
#9096B9
(144,150,185)
#8186A5
(129,134,165)
#727691
(114,118,145)
#63667D
(99,102,125)
#545669
(84,86,105)
#454655
(69,70,85)
#363641
(54,54,65)
#27262D
(39,38,45)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #AEB6E1

#AEB6E1
(174,182,225)
#B5BCE3
(181,188,227)
#BCC2E5
(188,194,229)
#C3C8E7
(195,200,231)
#CACEE9
(202,206,233)
#D1D4EB
(209,212,235)
#D8DAED
(216,218,237)
#DFE0EF
(223,224,239)
#E6E6F1
(230,230,241)
#EDECF3
(237,236,243)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB6E1; }

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

This text font color is #AEB6E1.

Background Color

.myBgColor { background-color: #AEB6E1; }

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

This div background color is #AEB6E1.

Border color

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

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

This div border color is #AEB6E1.

Opacity

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

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

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

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

This text has shadow with #AEB6E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB6E1.

Preview

Color preview on black background

This text has color #AEB6E1 on black background.


Color preview on white background

This text has color #AEB6E1 on white background.


Black color preview on #AEB6E1 background

This text has black color on #AEB6E1 background.


White color preview on #AEB6E1 background

This text has white color on #AEB6E1 background.


Related colors

Complementary color

Complementary color for #hex is #51491E.


I love getcolorcode.com

Triadic colors

1 #E1AEB6 and #B6E1AE with #AEB6E1 are triadic colors.

2 #E1B6AE and #B6AEE1 with #AEB6E1 are triadic colors.