COLOR #AEB9DA

HEX: #AEB9DA RGB: (174,185,218)

Color info

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

RGB color model

#AEB9DA color RGB value is (174,185,218).

RGB: (174,185,218) (68%, 73%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 185 of 255 = 73%
B 218 of 255 = 85%

174
185
218

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

Portions of RGB colors in percentages

R + G + B = 174 + 185 + 218 = 577 (100%)
R 174 of 577 ~ 30.16%
G 185 of 577 ~ 32.06%
B 218 of 577 ~ 37.78'%

%30.16
%32.06
%37.78

CMYK color model

#AEB9DA color CMYK value is (20,15,0,15).

  • cyan value is 20.18%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (20,15,0,15)
C20M15Y0K15 (20%, 15%, 0%, 15%)
(0.20 / 0.15 / 0.00 / 0.15)

CMYK percentages

%20.18
%15.14
%0
%14.51

Codes

Color #AEB9DA in popluar color models

AE B9 DA
RGB 174 185 218
HSL 225° 37.29% 76.86%
HSB/HSV 225° 20.18% 85.49%
CMYK 20.18% 15.14% 0.00%
14.51%

Color #AEB9DA in popluar number systems.

HEX AE B9 DA
Decimal 174 185 218
Binary 10101110 10111001 11011010
Octal 256 271 332

Shades and tints

Shades of #AEB9DA

#AEB9DA
(174,185,218)
#9FA9C7
(159,169,199)
#9099B4
(144,153,180)
#8189A1
(129,137,161)
#72798E
(114,121,142)
#63697B
(99,105,123)
#545968
(84,89,104)
#454955
(69,73,85)
#363942
(54,57,66)
#27292F
(39,41,47)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #AEB9DA

#AEB9DA
(174,185,218)
#B5BFDD
(181,191,221)
#BCC5E0
(188,197,224)
#C3CBE3
(195,203,227)
#CAD1E6
(202,209,230)
#D1D7E9
(209,215,233)
#D8DDEC
(216,221,236)
#DFE3EF
(223,227,239)
#E6E9F2
(230,233,242)
#EDEFF5
(237,239,245)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB9DA; }

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

This text font color is #AEB9DA.

Background Color

.myBgColor { background-color: #AEB9DA; }

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

This div background color is #AEB9DA.

Border color

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

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

This div border color is #AEB9DA.

Opacity

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

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

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

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

This text has shadow with #AEB9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB9DA.

Preview

Color preview on black background

This text has color #AEB9DA on black background.


Color preview on white background

This text has color #AEB9DA on white background.


Black color preview on #AEB9DA background

This text has black color on #AEB9DA background.


White color preview on #AEB9DA background

This text has white color on #AEB9DA background.


Related colors

Complementary color

Complementary color for #hex is #514625.


I love getcolorcode.com

Triadic colors

1 #DAAEB9 and #B9DAAE with #AEB9DA are triadic colors.

2 #DAB9AE and #B9AEDA with #AEB9DA are triadic colors.