COLOR #AEB9FB

HEX: #AEB9FB
RGB: (174,185,251)

Color info

#AEB9FB contains mainly blue color. Web safe color of #AEB9FB is #99CCFF (or #9CF).

RGB color model

#AEB9FB color RGB value is (174,185,251).

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

RGB channels and saturation

R 174 of 255 = 68%
G 185 of 255 = 73%
B 251 of 255 = 98%

174
185
251

R + G + B ~ 80%. #AEB9FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 185 + 251 = 610 (100%)
R 174 of 610 ~ 28.52%
G 185 of 610 ~ 30.33%
B 251 of 610 ~ 41.15%

%28.52
%30.33
%41.15

CMYK color model

#AEB9FB color CMYK value is (31,26,0,2).

  • cyan value is 30.68%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(31,26,0,2)
C31M26Y0K2 
(31%,26%,0%,2%)
(0.31/0.26/0.00/0.02)	

CMYK percentages

%30.68
%26.29
%0
%1.57

Codes

Color #AEB9FB in popluar color models

AEB9FB
RGB174185251
HSL231°90.59%83.33%
HSB/HSV231°30.68%98.43%
CMYK30.68%26.29%0.00%
1.57%

Color #AEB9FB in popluar number systems.

HEXAEB9FB
Decimal174185251
Binary101011101011100111111011
Octal256271373

Shades and tints

Shades of #AEB9FB

#AEB9FB
(174,185,251)
#9FA9E5
(159,169,229)
#9099CF
(144,153,207)
#8189B9
(129,137,185)
#7279A3
(114,121,163)
#63698D
(99,105,141)
#545977
(84,89,119)
#454961
(69,73,97)
#36394B
(54,57,75)
#272935
(39,41,53)
#18191F
(24,25,31)
#000000
(0,0,0)

Tints of #AEB9FB

#AEB9FB
(174,185,251)
#B5BFFB
(181,191,251)
#BCC5FB
(188,197,251)
#C3CBFB
(195,203,251)
#CAD1FB
(202,209,251)
#D1D7FB
(209,215,251)
#D8DDFB
(216,221,251)
#DFE3FB
(223,227,251)
#E6E9FB
(230,233,251)
#EDEFFB
(237,239,251)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB9FB; }

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

This text font color is #AEB9FB.


Background Color

.myBgColor { background-color: #AEB9FB; }

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

This div background color is #AEB9FB.


Border color

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

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

This div border color is #AEB9FB.


Opacity

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

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

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

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

This text has shadow with #AEB9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB9FB on black background.


Color preview on white background

This text has color #AEB9FB on white background.



Black color preview on #AEB9FB background

This text has black color on #AEB9FB background.


White color preview on #AEB9FB background

This text has white color on #AEB9FB background.