COLOR #AEB0FD

HEX: #AEB0FD
RGB: (174,176,253)

Color info

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

RGB color model

#AEB0FD color RGB value is (174,176,253).

  • red value is 174;
  • green value is 176;
  • blue value is 253.
RGB:
(174,176,253)
(68%,69%,99%)

RGB channels and saturation

R 174 of 255 = 68%
G 176 of 255 = 69%
B 253 of 255 = 99%

174
176
253

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

Portions of RGB colors in percentages

R + G + B =
174 + 176 + 253 = 603 (100%)
R 174 of 603 ~ 28.86%
G 176 of 603 ~ 29.19%
B 253 of 603 ~ 41.96%

%28.86
%29.19
%41.96

CMYK color model

#AEB0FD color CMYK value is (31,30,0,1).

  • cyan value is 31.23%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(31,30,0,1)
C31M30Y0K1 
(31%,30%,0%,1%)
(0.31/0.30/0.00/0.01)	

CMYK percentages

%31.23
%30.43
%0
%0.78

Codes

Color #AEB0FD in popluar color models

AEB0FD
RGB174176253
HSL238°95.18%83.73%
HSB/HSV238°31.23%99.22%
CMYK31.23%30.43%0.00%
0.78%

Color #AEB0FD in popluar number systems.

HEXAEB0FD
Decimal174176253
Binary101011101011000011111101
Octal256260375

Shades and tints

Shades of #AEB0FD

#AEB0FD
(174,176,253)
#9FA0E6
(159,160,230)
#9090CF
(144,144,207)
#8180B8
(129,128,184)
#7270A1
(114,112,161)
#63608A
(99,96,138)
#545073
(84,80,115)
#45405C
(69,64,92)
#363045
(54,48,69)
#27202E
(39,32,46)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #AEB0FD

#AEB0FD
(174,176,253)
#B5B7FD
(181,183,253)
#BCBEFD
(188,190,253)
#C3C5FD
(195,197,253)
#CACCFD
(202,204,253)
#D1D3FD
(209,211,253)
#D8DAFD
(216,218,253)
#DFE1FD
(223,225,253)
#E6E8FD
(230,232,253)
#EDEFFD
(237,239,253)
#F4F6FD
(244,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB0FD; }

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

This text font color is #AEB0FD.


Background Color

.myBgColor { background-color: #AEB0FD; }

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

This div background color is #AEB0FD.


Border color

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

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

This div border color is #AEB0FD.


Opacity

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

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

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

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

This text has shadow with #AEB0FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB0FD on black background.


Color preview on white background

This text has color #AEB0FD on white background.



Black color preview on #AEB0FD background

This text has black color on #AEB0FD background.


White color preview on #AEB0FD background

This text has white color on #AEB0FD background.