COLOR #AEE3F7

HEX: #AEE3F7
RGB: (174,227,247)

Color info

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

RGB color model

#AEE3F7 color RGB value is (174,227,247).

  • red value is 174;
  • green value is 227;
  • blue value is 247.
RGB:
(174,227,247)
(68%,89%,97%)

RGB channels and saturation

R 174 of 255 = 68%
G 227 of 255 = 89%
B 247 of 255 = 97%

174
227
247

R + G + B ~ 85%. #AEE3F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 227 + 247 = 648 (100%)
R 174 of 648 ~ 26.85%
G 227 of 648 ~ 35.03%
B 247 of 648 ~ 38.12%

%26.85
%35.03
%38.12

CMYK color model

#AEE3F7 color CMYK value is (30,8,0,3).

  • cyan value is 29.55%
  • magenta value is 8.10%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(30,8,0,3)
C30M8Y0K3 
(30%,8%,0%,3%)
(0.30/0.08/0.00/0.03)	

CMYK percentages

%29.55
%8.1
%0
%3.14

Codes

Color #AEE3F7 in popluar color models

AEE3F7
RGB174227247
HSL196°82.02%82.55%
HSB/HSV196°29.55%96.86%
CMYK29.55%8.10%0.00%
3.14%

Color #AEE3F7 in popluar number systems.

HEXAEE3F7
Decimal174227247
Binary101011101110001111110111
Octal256343367

Shades and tints

Shades of #AEE3F7

#AEE3F7
(174,227,247)
#9FCFE1
(159,207,225)
#90BBCB
(144,187,203)
#81A7B5
(129,167,181)
#72939F
(114,147,159)
#637F89
(99,127,137)
#546B73
(84,107,115)
#45575D
(69,87,93)
#364347
(54,67,71)
#272F31
(39,47,49)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #AEE3F7

#AEE3F7
(174,227,247)
#B5E5F7
(181,229,247)
#BCE7F7
(188,231,247)
#C3E9F7
(195,233,247)
#CAEBF7
(202,235,247)
#D1EDF7
(209,237,247)
#D8EFF7
(216,239,247)
#DFF1F7
(223,241,247)
#E6F3F7
(230,243,247)
#EDF5F7
(237,245,247)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE3F7 color. Also use rgb(174,227,247) instead hex code.

Text Font Color

.myTextColor { color: #AEE3F7; }

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

This text font color is #AEE3F7.


Background Color

.myBgColor { background-color: #AEE3F7; }

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

This div background color is #AEE3F7.


Border color

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

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

This div border color is #AEE3F7.


Opacity

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

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

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

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

This text has shadow with #AEE3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE3F7 on black background.


Color preview on white background

This text has color #AEE3F7 on white background.



Black color preview on #AEE3F7 background

This text has black color on #AEE3F7 background.


White color preview on #AEE3F7 background

This text has white color on #AEE3F7 background.