COLOR #AEB6FA

HEX: #AEB6FA
RGB: (174,182,250)

Color info

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

RGB color model

#AEB6FA color RGB value is (174,182,250).

  • red value is 174;
  • green value is 182;
  • blue value is 250.
RGB:
(174,182,250)
(68%,71%,98%)

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 250 of 255 = 98%

174
182
250

R + G + B ~ 79%. #AEB6FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 182 + 250 = 606 (100%)
R 174 of 606 ~ 28.71%
G 182 of 606 ~ 30.03%
B 250 of 606 ~ 41.25%

%28.71
%30.03
%41.25

CMYK color model

#AEB6FA color CMYK value is (30,27,0,2).

  • cyan value is 30.40%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,27,0,2)
C30M27Y0K2 
(30%,27%,0%,2%)
(0.30/0.27/0.00/0.02)	

CMYK percentages

%30.4
%27.2
%0
%1.96

Codes

Color #AEB6FA in popluar color models

AEB6FA
RGB174182250
HSL234°88.37%83.14%
HSB/HSV234°30.40%98.04%
CMYK30.40%27.20%0.00%
1.96%

Color #AEB6FA in popluar number systems.

HEXAEB6FA
Decimal174182250
Binary101011101011011011111010
Octal256266372

Shades and tints

Shades of #AEB6FA

#AEB6FA
(174,182,250)
#9FA6E4
(159,166,228)
#9096CE
(144,150,206)
#8186B8
(129,134,184)
#7276A2
(114,118,162)
#63668C
(99,102,140)
#545676
(84,86,118)
#454660
(69,70,96)
#36364A
(54,54,74)
#272634
(39,38,52)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #AEB6FA

#AEB6FA
(174,182,250)
#B5BCFA
(181,188,250)
#BCC2FA
(188,194,250)
#C3C8FA
(195,200,250)
#CACEFA
(202,206,250)
#D1D4FA
(209,212,250)
#D8DAFA
(216,218,250)
#DFE0FA
(223,224,250)
#E6E6FA
(230,230,250)
#EDECFA
(237,236,250)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB6FA color. Also use rgb(174,182,250) instead hex code.

Text Font Color

.myTextColor { color: #AEB6FA; }

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

This text font color is #AEB6FA.


Background Color

.myBgColor { background-color: #AEB6FA; }

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

This div background color is #AEB6FA.


Border color

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

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

This div border color is #AEB6FA.


Opacity

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

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

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

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

This text has shadow with #AEB6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB6FA on black background.


Color preview on white background

This text has color #AEB6FA on white background.



Black color preview on #AEB6FA background

This text has black color on #AEB6FA background.


White color preview on #AEB6FA background

This text has white color on #AEB6FA background.