COLOR #AEB5DA

HEX: #AEB5DA
RGB: (174,181,218)

Color info

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

RGB color model

#AEB5DA color RGB value is (174,181,218).

  • red value is 174;
  • green value is 181;
  • blue value is 218.
RGB:
(174,181,218)
(68%,71%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 181 of 255 = 71%
B 218 of 255 = 85%

174
181
218

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

Portions of RGB colors in percentages

R + G + B =
174 + 181 + 218 = 573 (100%)
R 174 of 573 ~ 30.37%
G 181 of 573 ~ 31.59%
B 218 of 573 ~ 38.05%

%30.37
%31.59
%38.05

CMYK color model

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

  • cyan value is 20.18%
  • magenta value is 16.97%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(20,17,0,15)
C20M17Y0K15 
(20%,17%,0%,15%)
(0.20/0.17/0.00/0.15)	

CMYK percentages

%20.18
%16.97
%0
%14.51

Codes

Color #AEB5DA in popluar color models

AEB5DA
RGB174181218
HSL230°37.29%76.86%
HSB/HSV230°20.18%85.49%
CMYK20.18%16.97%0.00%
14.51%

Color #AEB5DA in popluar number systems.

HEXAEB5DA
Decimal174181218
Binary101011101011010111011010
Octal256265332

Shades and tints

Shades of #AEB5DA

#AEB5DA
(174,181,218)
#9FA5C7
(159,165,199)
#9095B4
(144,149,180)
#8185A1
(129,133,161)
#72758E
(114,117,142)
#63657B
(99,101,123)
#545568
(84,85,104)
#454555
(69,69,85)
#363542
(54,53,66)
#27252F
(39,37,47)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #AEB5DA

#AEB5DA
(174,181,218)
#B5BBDD
(181,187,221)
#BCC1E0
(188,193,224)
#C3C7E3
(195,199,227)
#CACDE6
(202,205,230)
#D1D3E9
(209,211,233)
#D8D9EC
(216,217,236)
#DFDFEF
(223,223,239)
#E6E5F2
(230,229,242)
#EDEBF5
(237,235,245)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB5DA; }

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

This text font color is #AEB5DA.


Background Color

.myBgColor { background-color: #AEB5DA; }

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

This div background color is #AEB5DA.


Border color

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

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

This div border color is #AEB5DA.


Opacity

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

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

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

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

This text has shadow with #AEB5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB5DA on black background.


Color preview on white background

This text has color #AEB5DA on white background.



Black color preview on #AEB5DA background

This text has black color on #AEB5DA background.


White color preview on #AEB5DA background

This text has white color on #AEB5DA background.