COLOR #AEF0F7

HEX: #AEF0F7
RGB: (174,240,247)

Color info

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

RGB color model

#AEF0F7 color RGB value is (174,240,247).

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

RGB channels and saturation

R 174 of 255 = 68%
G 240 of 255 = 94%
B 247 of 255 = 97%

174
240
247

R + G + B ~ 86%. #AEF0F7 is light color.

Portions of RGB colors in percentages

R + G + B =
174 + 240 + 247 = 661 (100%)
R 174 of 661 ~ 26.32%
G 240 of 661 ~ 36.31%
B 247 of 661 ~ 37.37%

%26.32
%36.31
%37.37

CMYK color model

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

  • cyan value is 29.55%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(30,3,0,3)
C30M3Y0K3 
(30%,3%,0%,3%)
(0.30/0.03/0.00/0.03)	

CMYK percentages

%29.55
%2.83
%0
%3.14

Codes

Color #AEF0F7 in popluar color models

AEF0F7
RGB174240247
HSL186°82.02%82.55%
HSB/HSV186°29.55%96.86%
CMYK29.55%2.83%0.00%
3.14%

Color #AEF0F7 in popluar number systems.

HEXAEF0F7
Decimal174240247
Binary101011101111000011110111
Octal256360367

Shades and tints

Shades of #AEF0F7

#AEF0F7
(174,240,247)
#9FDBE1
(159,219,225)
#90C6CB
(144,198,203)
#81B1B5
(129,177,181)
#729C9F
(114,156,159)
#638789
(99,135,137)
#547273
(84,114,115)
#455D5D
(69,93,93)
#364847
(54,72,71)
#273331
(39,51,49)
#181E1B
(24,30,27)
#000000
(0,0,0)

Tints of #AEF0F7

#AEF0F7
(174,240,247)
#B5F1F7
(181,241,247)
#BCF2F7
(188,242,247)
#C3F3F7
(195,243,247)
#CAF4F7
(202,244,247)
#D1F5F7
(209,245,247)
#D8F6F7
(216,246,247)
#DFF7F7
(223,247,247)
#E6F8F7
(230,248,247)
#EDF9F7
(237,249,247)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF0F7; }

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

This text font color is #AEF0F7.


Background Color

.myBgColor { background-color: #AEF0F7; }

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

This div background color is #AEF0F7.


Border color

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

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

This div border color is #AEF0F7.


Opacity

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

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

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

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

This text has shadow with #AEF0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF0F7 on black background.


Color preview on white background

This text has color #AEF0F7 on white background.



Black color preview on #AEF0F7 background

This text has black color on #AEF0F7 background.


White color preview on #AEF0F7 background

This text has white color on #AEF0F7 background.