COLOR #AEB2DA

HEX: #AEB2DA RGB: (174,178,218)

Color info

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

RGB color model

#AEB2DA color RGB value is (174,178,218).

RGB: (174,178,218) (68%, 70%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 218 of 255 = 85%

174
178
218

R + G + B ~ 74%. #AEB2DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 178 + 218 = 570 (100%)
R 174 of 570 ~ 30.53%
G 178 of 570 ~ 31.23%
B 218 of 570 ~ 38.25'%

%30.53
%31.23
%38.25

CMYK color model

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

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

CMYK: (20,18,0,15)
C20M18Y0K15 (20%, 18%, 0%, 15%)
(0.20 / 0.18 / 0.00 / 0.15)

CMYK percentages

%20.18
%18.35
%0
%14.51

Codes

Color #AEB2DA in popluar color models

AE B2 DA
RGB 174 178 218
HSL 235° 37.29% 76.86%
HSB/HSV 235° 20.18% 85.49%
CMYK 20.18% 18.35% 0.00%
14.51%

Color #AEB2DA in popluar number systems.

HEX AE B2 DA
Decimal 174 178 218
Binary 10101110 10110010 11011010
Octal 256 262 332

Shades and tints

Shades of #AEB2DA

#AEB2DA
(174,178,218)
#9FA2C7
(159,162,199)
#9092B4
(144,146,180)
#8182A1
(129,130,161)
#72728E
(114,114,142)
#63627B
(99,98,123)
#545268
(84,82,104)
#454255
(69,66,85)
#363242
(54,50,66)
#27222F
(39,34,47)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #AEB2DA

#AEB2DA
(174,178,218)
#B5B9DD
(181,185,221)
#BCC0E0
(188,192,224)
#C3C7E3
(195,199,227)
#CACEE6
(202,206,230)
#D1D5E9
(209,213,233)
#D8DCEC
(216,220,236)
#DFE3EF
(223,227,239)
#E6EAF2
(230,234,242)
#EDF1F5
(237,241,245)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB2DA; }

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

This text font color is #AEB2DA.

Background Color

.myBgColor { background-color: #AEB2DA; }

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

This div background color is #AEB2DA.

Border color

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

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

This div border color is #AEB2DA.

Opacity

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

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

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

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

This text has shadow with #AEB2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB2DA.

Preview

Color preview on black background

This text has color #AEB2DA on black background.


Color preview on white background

This text has color #AEB2DA on white background.


Black color preview on #AEB2DA background

This text has black color on #AEB2DA background.


White color preview on #AEB2DA background

This text has white color on #AEB2DA background.


Related colors

Complementary color

Complementary color for #hex is #514D25.


I love getcolorcode.com

Triadic colors

1 #DAAEB2 and #B2DAAE with #AEB2DA are triadic colors.

2 #DAB2AE and #B2AEDA with #AEB2DA are triadic colors.