COLOR #AAE4F7

HEX: #AAE4F7 RGB: (170,228,247)

Color info

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

RGB color model

#AAE4F7 color RGB value is (170,228,247).

RGB: (170,228,247) (67%, 89%, 97%)

RGB channels and saturation

R 170 of 255 = 67%
G 228 of 255 = 89%
B 247 of 255 = 97%

170
228
247

R + G + B ~ 84%. #AAE4F7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 228 + 247 = 645 (100%)
R 170 of 645 ~ 26.36%
G 228 of 645 ~ 35.35%
B 247 of 645 ~ 38.29'%

%26.36
%35.35
%38.29

CMYK color model

#AAE4F7 color CMYK value is (31,8,0,3).

  • cyan value is 31.17%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (31,8,0,3)
C31M8Y0K3 (31%, 8%, 0%, 3%)
(0.31 / 0.08 / 0.00 / 0.03)

CMYK percentages

%31.17
%7.69
%0
%3.14

Codes

Color #AAE4F7 in popluar color models

AA E4 F7
RGB 170 228 247
HSL 195° 82.80% 81.76%
HSB/HSV 195° 31.17% 96.86%
CMYK 31.17% 7.69% 0.00%
3.14%

Color #AAE4F7 in popluar number systems.

HEX AA E4 F7
Decimal 170 228 247
Binary 10101010 11100100 11110111
Octal 252 344 367

Shades and tints

Shades of #AAE4F7

#AAE4F7
(170,228,247)
#9BD0E1
(155,208,225)
#8CBCCB
(140,188,203)
#7DA8B5
(125,168,181)
#6E949F
(110,148,159)
#5F8089
(95,128,137)
#506C73
(80,108,115)
#41585D
(65,88,93)
#324447
(50,68,71)
#233031
(35,48,49)
#141C1B
(20,28,27)
#000000
(0,0,0)

Tints of #AAE4F7

#AAE4F7
(170,228,247)
#B1E6F7
(177,230,247)
#B8E8F7
(184,232,247)
#BFEAF7
(191,234,247)
#C6ECF7
(198,236,247)
#CDEEF7
(205,238,247)
#D4F0F7
(212,240,247)
#DBF2F7
(219,242,247)
#E2F4F7
(226,244,247)
#E9F6F7
(233,246,247)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE4F7 color. Also use rgb(170,228,247) instead hex code.

Text Font Color

.myTextColor { color: #AAE4F7; }

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

This text font color is #AAE4F7.

Background Color

.myBgColor { background-color: #AAE4F7; }

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

This div background color is #AAE4F7.

Border color

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

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

This div border color is #AAE4F7.

Opacity

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

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

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

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

This text has shadow with #AAE4F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE4F7.

Preview

Color preview on black background

This text has color #AAE4F7 on black background.


Color preview on white background

This text has color #AAE4F7 on white background.


Black color preview on #AAE4F7 background

This text has black color on #AAE4F7 background.


White color preview on #AAE4F7 background

This text has white color on #AAE4F7 background.


Related colors

Complementary color

Complementary color for #hex is #551B08.


I love getcolorcode.com

Triadic colors

1 #F7AAE4 and #E4F7AA with #AAE4F7 are triadic colors.

2 #F7E4AA and #E4AAF7 with #AAE4F7 are triadic colors.