COLOR #AEB9D8

HEX: #AEB9D8
RGB: (174,185,216)

Color info

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

RGB color model

#AEB9D8 color RGB value is (174,185,216).

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

RGB channels and saturation

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

174
185
216

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

Portions of RGB colors in percentages

R + G + B =
174 + 185 + 216 = 575 (100%)
R 174 of 575 ~ 30.26%
G 185 of 575 ~ 32.17%
B 216 of 575 ~ 37.57%

%30.26
%32.17
%37.57

CMYK color model

#AEB9D8 color CMYK value is (19,14,0,15).

  • cyan value is 19.44%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (19,14,0,15) C19M14Y0K15 (19%,14%,0%,15%) (0.19/0.14/0.00/0.15)

CMYK percentages

%19.44
%14.35
%0
%15.29

Codes

Color #AEB9D8 in popluar color models

AEB9D8
RGB174185216
HSL224°35.00%76.47%
HSB/HSV224°19.44%84.71%
CMYK19.44%14.35%0.00%
15.29%

Color #AEB9D8 in popluar number systems.

HEXAEB9D8
Decimal174185216
Binary101011101011100111011000
Octal256271330

Shades and tints

Shades of #AEB9D8

#AEB9D8
(174,185,216)
#9FA9C5
(159,169,197)
#9099B2
(144,153,178)
#81899F
(129,137,159)
#72798C
(114,121,140)
#636979
(99,105,121)
#545966
(84,89,102)
#454953
(69,73,83)
#363940
(54,57,64)
#27292D
(39,41,45)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #AEB9D8

#AEB9D8
(174,185,216)
#B5BFDB
(181,191,219)
#BCC5DE
(188,197,222)
#C3CBE1
(195,203,225)
#CAD1E4
(202,209,228)
#D1D7E7
(209,215,231)
#D8DDEA
(216,221,234)
#DFE3ED
(223,227,237)
#E6E9F0
(230,233,240)
#EDEFF3
(237,239,243)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB9D8; }

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

This text font color is #AEB9D8.


Background Color

.myBgColor { background-color: #AEB9D8; }

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

This div background color is #AEB9D8.


Border color

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

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

This div border color is #AEB9D8.


Opacity

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

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

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

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

This text has shadow with #AEB9D8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AEB9D8 on black background.


Color preview on white background

This text has color #AEB9D8 on white background.



Black color preview on #AEB9D8 background

This text has black color on #AEB9D8 background.


White color preview on #AEB9D8 background

This text has white color on #AEB9D8 background.