COLOR #AEBFF5

HEX: #AEBFF5
RGB: (174,191,245)

Color info

#AEBFF5 contains mainly green and blue colors. Web safe color of #AEBFF5 is #99CCFF (or #9CF).

RGB color model

#AEBFF5 color RGB value is (174,191,245).

  • red value is 174;
  • green value is 191;
  • blue value is 245.
RGB:
(174,191,245)
(68%,75%,96%)

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 245 of 255 = 96%

174
191
245

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

Portions of RGB colors in percentages

R + G + B =
174 + 191 + 245 = 610 (100%)
R 174 of 610 ~ 28.52%
G 191 of 610 ~ 31.31%
B 245 of 610 ~ 40.16%

%28.52
%31.31
%40.16

CMYK color model

#AEBFF5 color CMYK value is (29,22,0,4).

  • cyan value is 28.98%
  • magenta value is 22.04%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(29,22,0,4)
C29M22Y0K4 
(29%,22%,0%,4%)
(0.29/0.22/0.00/0.04)	

CMYK percentages

%28.98
%22.04
%0
%3.92

Codes

Color #AEBFF5 in popluar color models

AEBFF5
RGB174191245
HSL226°78.02%82.16%
HSB/HSV226°28.98%96.08%
CMYK28.98%22.04%0.00%
3.92%

Color #AEBFF5 in popluar number systems.

HEXAEBFF5
Decimal174191245
Binary101011101011111111110101
Octal256277365

Shades and tints

Shades of #AEBFF5

#AEBFF5
(174,191,245)
#9FAEDF
(159,174,223)
#909DC9
(144,157,201)
#818CB3
(129,140,179)
#727B9D
(114,123,157)
#636A87
(99,106,135)
#545971
(84,89,113)
#45485B
(69,72,91)
#363745
(54,55,69)
#27262F
(39,38,47)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AEBFF5

#AEBFF5
(174,191,245)
#B5C4F5
(181,196,245)
#BCC9F5
(188,201,245)
#C3CEF5
(195,206,245)
#CAD3F5
(202,211,245)
#D1D8F5
(209,216,245)
#D8DDF5
(216,221,245)
#DFE2F5
(223,226,245)
#E6E7F5
(230,231,245)
#EDECF5
(237,236,245)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBFF5 color. Also use rgb(174,191,245) instead hex code.

Text Font Color

.myTextColor { color: #AEBFF5; }

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

This text font color is #AEBFF5.


Background Color

.myBgColor { background-color: #AEBFF5; }

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

This div background color is #AEBFF5.


Border color

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

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

This div border color is #AEBFF5.


Opacity

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

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

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

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

This text has shadow with #AEBFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBFF5 on black background.


Color preview on white background

This text has color #AEBFF5 on white background.



Black color preview on #AEBFF5 background

This text has black color on #AEBFF5 background.


White color preview on #AEBFF5 background

This text has white color on #AEBFF5 background.