COLOR #AEB5DC

HEX: #AEB5DC RGB: (174,181,220)

Color info

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

RGB color model

#AEB5DC color RGB value is (174,181,220).

RGB: (174,181,220) (68%, 71%, 86%)

RGB channels and saturation

R 174 of 255 = 68%
G 181 of 255 = 71%
B 220 of 255 = 86%

174
181
220

R + G + B ~ 75%. #AEB5DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 181 + 220 = 575 (100%)
R 174 of 575 ~ 30.26%
G 181 of 575 ~ 31.48%
B 220 of 575 ~ 38.26'%

%30.26
%31.48
%38.26

CMYK color model

#AEB5DC color CMYK value is (21,18,0,14).

  • cyan value is 20.91%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (21,18,0,14)
C21M18Y0K14 (21%, 18%, 0%, 14%)
(0.21 / 0.18 / 0.00 / 0.14)

CMYK percentages

%20.91
%17.73
%0
%13.73

Codes

Color #AEB5DC in popluar color models

AE B5 DC
RGB 174 181 220
HSL 231° 39.66% 77.25%
HSB/HSV 231° 20.91% 86.27%
CMYK 20.91% 17.73% 0.00%
13.73%

Color #AEB5DC in popluar number systems.

HEX AE B5 DC
Decimal 174 181 220
Binary 10101110 10110101 11011100
Octal 256 265 334

Shades and tints

Shades of #AEB5DC

#AEB5DC
(174,181,220)
#9FA5C8
(159,165,200)
#9095B4
(144,149,180)
#8185A0
(129,133,160)
#72758C
(114,117,140)
#636578
(99,101,120)
#545564
(84,85,100)
#454550
(69,69,80)
#36353C
(54,53,60)
#272528
(39,37,40)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #AEB5DC

#AEB5DC
(174,181,220)
#B5BBDF
(181,187,223)
#BCC1E2
(188,193,226)
#C3C7E5
(195,199,229)
#CACDE8
(202,205,232)
#D1D3EB
(209,211,235)
#D8D9EE
(216,217,238)
#DFDFF1
(223,223,241)
#E6E5F4
(230,229,244)
#EDEBF7
(237,235,247)
#F4F1FA
(244,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB5DC; }

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

This text font color is #AEB5DC.

Background Color

.myBgColor { background-color: #AEB5DC; }

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

This div background color is #AEB5DC.

Border color

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

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

This div border color is #AEB5DC.

Opacity

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

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

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

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

This text has shadow with #AEB5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB5DC.

Preview

Color preview on black background

This text has color #AEB5DC on black background.


Color preview on white background

This text has color #AEB5DC on white background.


Black color preview on #AEB5DC background

This text has black color on #AEB5DC background.


White color preview on #AEB5DC background

This text has white color on #AEB5DC background.


Related colors

Complementary color

Complementary color for #hex is #514A23.


I love getcolorcode.com

Triadic colors

1 #DCAEB5 and #B5DCAE with #AEB5DC are triadic colors.

2 #DCB5AE and #B5AEDC with #AEB5DC are triadic colors.