COLOR #AEBFE7

HEX: #AEBFE7
RGB: (174,191,231)

Color info

#AEBFE7 contains red, green and blue colors in about the same proportion. Web safe color of #AEBFE7 is #99CCFF (or #9CF).

RGB color model

#AEBFE7 color RGB value is (174,191,231).

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

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 231 of 255 = 91%

174
191
231

R + G + B ~ 78%. #AEBFE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 191 + 231 = 596 (100%)
R 174 of 596 ~ 29.19%
G 191 of 596 ~ 32.05%
B 231 of 596 ~ 38.76%

%29.19
%32.05
%38.76

CMYK color model

#AEBFE7 color CMYK value is (25,17,0,9).

  • cyan value is 24.68%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(25,17,0,9)
C25M17Y0K9 
(25%,17%,0%,9%)
(0.25/0.17/0.00/0.09)	

CMYK percentages

%24.68
%17.32
%0
%9.41

Codes

Color #AEBFE7 in popluar color models

AEBFE7
RGB174191231
HSL222°54.29%79.41%
HSB/HSV222°24.68%90.59%
CMYK24.68%17.32%0.00%
9.41%

Color #AEBFE7 in popluar number systems.

HEXAEBFE7
Decimal174191231
Binary101011101011111111100111
Octal256277347

Shades and tints

Shades of #AEBFE7

#AEBFE7
(174,191,231)
#9FAED2
(159,174,210)
#909DBD
(144,157,189)
#818CA8
(129,140,168)
#727B93
(114,123,147)
#636A7E
(99,106,126)
#545969
(84,89,105)
#454854
(69,72,84)
#36373F
(54,55,63)
#27262A
(39,38,42)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEBFE7

#AEBFE7
(174,191,231)
#B5C4E9
(181,196,233)
#BCC9EB
(188,201,235)
#C3CEED
(195,206,237)
#CAD3EF
(202,211,239)
#D1D8F1
(209,216,241)
#D8DDF3
(216,221,243)
#DFE2F5
(223,226,245)
#E6E7F7
(230,231,247)
#EDECF9
(237,236,249)
#F4F1FB
(244,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBFE7; }

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

This text font color is #AEBFE7.


Background Color

.myBgColor { background-color: #AEBFE7; }

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

This div background color is #AEBFE7.


Border color

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

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

This div border color is #AEBFE7.


Opacity

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

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

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

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

This text has shadow with #AEBFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBFE7 on black background.


Color preview on white background

This text has color #AEBFE7 on white background.



Black color preview on #AEBFE7 background

This text has black color on #AEBFE7 background.


White color preview on #AEBFE7 background

This text has white color on #AEBFE7 background.