COLOR #AEB7DA

HEX: #AEB7DA
RGB: (174,183,218)

Color info

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

RGB color model

#AEB7DA color RGB value is (174,183,218).

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

RGB channels and saturation

R 174 of 255 = 68%
G 183 of 255 = 72%
B 218 of 255 = 85%

174
183
218

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

Portions of RGB colors in percentages

R + G + B =
174 + 183 + 218 = 575 (100%)
R 174 of 575 ~ 30.26%
G 183 of 575 ~ 31.83%
B 218 of 575 ~ 37.91%

%30.26
%31.83
%37.91

CMYK color model

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

  • cyan value is 20.18%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(20,16,0,15)
C20M16Y0K15 
(20%,16%,0%,15%)
(0.20/0.16/0.00/0.15)	

CMYK percentages

%20.18
%16.06
%0
%14.51

Codes

Color #AEB7DA in popluar color models

AEB7DA
RGB174183218
HSL228°37.29%76.86%
HSB/HSV228°20.18%85.49%
CMYK20.18%16.06%0.00%
14.51%

Color #AEB7DA in popluar number systems.

HEXAEB7DA
Decimal174183218
Binary101011101011011111011010
Octal256267332

Shades and tints

Shades of #AEB7DA

#AEB7DA
(174,183,218)
#9FA7C7
(159,167,199)
#9097B4
(144,151,180)
#8187A1
(129,135,161)
#72778E
(114,119,142)
#63677B
(99,103,123)
#545768
(84,87,104)
#454755
(69,71,85)
#363742
(54,55,66)
#27272F
(39,39,47)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #AEB7DA

#AEB7DA
(174,183,218)
#B5BDDD
(181,189,221)
#BCC3E0
(188,195,224)
#C3C9E3
(195,201,227)
#CACFE6
(202,207,230)
#D1D5E9
(209,213,233)
#D8DBEC
(216,219,236)
#DFE1EF
(223,225,239)
#E6E7F2
(230,231,242)
#EDEDF5
(237,237,245)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB7DA; }

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

This text font color is #AEB7DA.


Background Color

.myBgColor { background-color: #AEB7DA; }

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

This div background color is #AEB7DA.


Border color

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

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

This div border color is #AEB7DA.


Opacity

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

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

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

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

This text has shadow with #AEB7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB7DA on black background.


Color preview on white background

This text has color #AEB7DA on white background.



Black color preview on #AEB7DA background

This text has black color on #AEB7DA background.


White color preview on #AEB7DA background

This text has white color on #AEB7DA background.