COLOR #AEB0FE

HEX: #AEB0FE RGB: (174,176,254)

Color info

#AEB0FE contains mainly blue color. Web safe color of #AEB0FE is #9999FF (or #99F).

RGB color model

#AEB0FE color RGB value is (174,176,254).

RGB: (174,176,254) (68%, 69%, 100%)

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 254 of 255 = 100%

174
176
254

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

Portions of RGB colors in percentages

R + G + B = 174 + 176 + 254 = 604 (100%)
R 174 of 604 ~ 28.81%
G 176 of 604 ~ 29.14%
B 254 of 604 ~ 42.05'%

%28.81
%29.14
%42.05

CMYK color model

#AEB0FE color CMYK value is (31,31,0,0).

  • cyan value is 31.50%
  • magenta value is 30.71%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (31,31,0,0)
C31M31Y0K0 (31%, 31%, 0%, 0%)
(0.31 / 0.31 / 0.00 / 0.00)

CMYK percentages

%31.5
%30.71
%0
%0.39

Codes

Color #AEB0FE in popluar color models

AE B0 FE
RGB 174 176 254
HSL 239° 97.56% 83.92%
HSB/HSV 239° 31.50% 99.61%
CMYK 31.50% 30.71% 0.00%
0.39%

Color #AEB0FE in popluar number systems.

HEX AE B0 FE
Decimal 174 176 254
Binary 10101110 10110000 11111110
Octal 256 260 376

Shades and tints

Shades of #AEB0FE

#AEB0FE
(174,176,254)
#9FA0E7
(159,160,231)
#9090D0
(144,144,208)
#8180B9
(129,128,185)
#7270A2
(114,112,162)
#63608B
(99,96,139)
#545074
(84,80,116)
#45405D
(69,64,93)
#363046
(54,48,70)
#27202F
(39,32,47)
#181018
(24,16,24)
#000000
(0,0,0)

Tints of #AEB0FE

#AEB0FE
(174,176,254)
#B5B7FE
(181,183,254)
#BCBEFE
(188,190,254)
#C3C5FE
(195,197,254)
#CACCFE
(202,204,254)
#D1D3FE
(209,211,254)
#D8DAFE
(216,218,254)
#DFE1FE
(223,225,254)
#E6E8FE
(230,232,254)
#EDEFFE
(237,239,254)
#F4F6FE
(244,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB0FE color. Also use rgb(174,176,254) instead hex code.

Text Font Color

.myTextColor { color: #AEB0FE; }

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

This text font color is #AEB0FE.

Background Color

.myBgColor { background-color: #AEB0FE; }

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

This div background color is #AEB0FE.

Border color

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

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

This div border color is #AEB0FE.

Opacity

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

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

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

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

This text has shadow with #AEB0FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB0FE.

Preview

Color preview on black background

This text has color #AEB0FE on black background.


Color preview on white background

This text has color #AEB0FE on white background.


Black color preview on #AEB0FE background

This text has black color on #AEB0FE background.


White color preview on #AEB0FE background

This text has white color on #AEB0FE background.


Related colors

Complementary color

Complementary color for #hex is #514F01.


I love getcolorcode.com

Triadic colors

1 #FEAEB0 and #B0FEAE with #AEB0FE are triadic colors.

2 #FEB0AE and #B0AEFE with #AEB0FE are triadic colors.