COLOR #AEB9D7

HEX: #AEB9D7
RGB: (174,185,215)

Color info

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

RGB color model

#AEB9D7 color RGB value is (174,185,215).

  • red value is 174;
  • green value is 185;
  • blue value is 215.
RGB:
(174,185,215)
(68%,73%,84%)

RGB channels and saturation

R 174 of 255 = 68%
G 185 of 255 = 73%
B 215 of 255 = 84%

174
185
215

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

Portions of RGB colors in percentages

R + G + B =
174 + 185 + 215 = 574 (100%)
R 174 of 574 ~ 30.31%
G 185 of 574 ~ 32.23%
B 215 of 574 ~ 37.46%

%30.31
%32.23
%37.46

CMYK color model

#AEB9D7 color CMYK value is (19,14,0,16).

  • cyan value is 19.07%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(19,14,0,16)
C19M14Y0K16 
(19%,14%,0%,16%)
(0.19/0.14/0.00/0.16)	

CMYK percentages

%19.07
%13.95
%0
%15.69

Codes

Color #AEB9D7 in popluar color models

AEB9D7
RGB174185215
HSL224°33.88%76.27%
HSB/HSV224°19.07%84.31%
CMYK19.07%13.95%0.00%
15.69%

Color #AEB9D7 in popluar number systems.

HEXAEB9D7
Decimal174185215
Binary101011101011100111010111
Octal256271327

Shades and tints

Shades of #AEB9D7

#AEB9D7
(174,185,215)
#9FA9C4
(159,169,196)
#9099B1
(144,153,177)
#81899E
(129,137,158)
#72798B
(114,121,139)
#636978
(99,105,120)
#545965
(84,89,101)
#454952
(69,73,82)
#36393F
(54,57,63)
#27292C
(39,41,44)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #AEB9D7

#AEB9D7
(174,185,215)
#B5BFDA
(181,191,218)
#BCC5DD
(188,197,221)
#C3CBE0
(195,203,224)
#CAD1E3
(202,209,227)
#D1D7E6
(209,215,230)
#D8DDE9
(216,221,233)
#DFE3EC
(223,227,236)
#E6E9EF
(230,233,239)
#EDEFF2
(237,239,242)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB9D7; }

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

This text font color is #AEB9D7.


Background Color

.myBgColor { background-color: #AEB9D7; }

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

This div background color is #AEB9D7.


Border color

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

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

This div border color is #AEB9D7.


Opacity

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

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

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

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

This text has shadow with #AEB9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB9D7 on black background.


Color preview on white background

This text has color #AEB9D7 on white background.



Black color preview on #AEB9D7 background

This text has black color on #AEB9D7 background.


White color preview on #AEB9D7 background

This text has white color on #AEB9D7 background.