COLOR #AAE7F1

HEX: #AAE7F1
RGB: (170,231,241)

Color info

#AAE7F1 contains mainly green and blue colors. Web safe color of #AAE7F1 is #99FFFF (or #9FF).

RGB color model

#AAE7F1 color RGB value is (170,231,241).

  • red value is 170;
  • green value is 231;
  • blue value is 241.
RGB:
(170,231,241)
(67%,91%,95%)

RGB channels and saturation

R 170 of 255 = 67%
G 231 of 255 = 91%
B 241 of 255 = 95%

170
231
241

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

Portions of RGB colors in percentages

R + G + B =
170 + 231 + 241 = 642 (100%)
R 170 of 642 ~ 26.48%
G 231 of 642 ~ 35.98%
B 241 of 642 ~ 37.54%

%26.48
%35.98
%37.54

CMYK color model

#AAE7F1 color CMYK value is (29,4,0,5).

  • cyan value is 29.46%
  • magenta value is 4.15%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(29,4,0,5)
C29M4Y0K5 
(29%,4%,0%,5%)
(0.29/0.04/0.00/0.05)	

CMYK percentages

%29.46
%4.15
%0
%5.49

Codes

Color #AAE7F1 in popluar color models

AAE7F1
RGB170231241
HSL188°71.72%80.59%
HSB/HSV188°29.46%94.51%
CMYK29.46%4.15%0.00%
5.49%

Color #AAE7F1 in popluar number systems.

HEXAAE7F1
Decimal170231241
Binary101010101110011111110001
Octal252347361

Shades and tints

Shades of #AAE7F1

#AAE7F1
(170,231,241)
#9BD2DC
(155,210,220)
#8CBDC7
(140,189,199)
#7DA8B2
(125,168,178)
#6E939D
(110,147,157)
#5F7E88
(95,126,136)
#506973
(80,105,115)
#41545E
(65,84,94)
#323F49
(50,63,73)
#232A34
(35,42,52)
#14151F
(20,21,31)
#000000
(0,0,0)

Tints of #AAE7F1

#AAE7F1
(170,231,241)
#B1E9F2
(177,233,242)
#B8EBF3
(184,235,243)
#BFEDF4
(191,237,244)
#C6EFF5
(198,239,245)
#CDF1F6
(205,241,246)
#D4F3F7
(212,243,247)
#DBF5F8
(219,245,248)
#E2F7F9
(226,247,249)
#E9F9FA
(233,249,250)
#F0FBFB
(240,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE7F1 color. Also use rgb(170,231,241) instead hex code.

Text Font Color

.myTextColor { color: #AAE7F1; }

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

This text font color is #AAE7F1.


Background Color

.myBgColor { background-color: #AAE7F1; }

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

This div background color is #AAE7F1.


Border color

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

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

This div border color is #AAE7F1.


Opacity

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

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

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

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

This text has shadow with #AAE7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE7F1 on black background.


Color preview on white background

This text has color #AAE7F1 on white background.



Black color preview on #AAE7F1 background

This text has black color on #AAE7F1 background.


White color preview on #AAE7F1 background

This text has white color on #AAE7F1 background.