COLOR #AEF1F8

HEX: #AEF1F8 RGB: (174,241,248)

Color info

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

RGB color model

#AEF1F8 color RGB value is (174,241,248).

RGB: (174,241,248) (68%, 95%, 97%)

RGB channels and saturation

R 174 of 255 = 68%
G 241 of 255 = 95%
B 248 of 255 = 97%

174
241
248

R + G + B ~ 87%. #AEF1F8 is light color.

Portions of RGB colors in percentages

R + G + B = 174 + 241 + 248 = 663 (100%)
R 174 of 663 ~ 26.24%
G 241 of 663 ~ 36.35%
B 248 of 663 ~ 37.41'%

%26.24
%36.35
%37.41

CMYK color model

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

  • cyan value is 29.84%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (30,3,0,3)
C30M3Y0K3 (30%, 3%, 0%, 3%)
(0.30 / 0.03 / 0.00 / 0.03)

CMYK percentages

%29.84
%2.82
%0
%2.75

Codes

Color #AEF1F8 in popluar color models

AE F1 F8
RGB 174 241 248
HSL 186° 84.09% 82.75%
HSB/HSV 186° 29.84% 97.25%
CMYK 29.84% 2.82% 0.00%
2.75%

Color #AEF1F8 in popluar number systems.

HEX AE F1 F8
Decimal 174 241 248
Binary 10101110 11110001 11111000
Octal 256 361 370

Shades and tints

Shades of #AEF1F8

#AEF1F8
(174,241,248)
#9FDCE2
(159,220,226)
#90C7CC
(144,199,204)
#81B2B6
(129,178,182)
#729DA0
(114,157,160)
#63888A
(99,136,138)
#547374
(84,115,116)
#455E5E
(69,94,94)
#364948
(54,73,72)
#273432
(39,52,50)
#181F1C
(24,31,28)
#000000
(0,0,0)

Tints of #AEF1F8

#AEF1F8
(174,241,248)
#B5F2F8
(181,242,248)
#BCF3F8
(188,243,248)
#C3F4F8
(195,244,248)
#CAF5F8
(202,245,248)
#D1F6F8
(209,246,248)
#D8F7F8
(216,247,248)
#DFF8F8
(223,248,248)
#E6F9F8
(230,249,248)
#EDFAF8
(237,250,248)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF1F8 color. Also use rgb(174,241,248) instead hex code.

Text Font Color

.myTextColor { color: #AEF1F8; }

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

This text font color is #AEF1F8.

Background Color

.myBgColor { background-color: #AEF1F8; }

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

This div background color is #AEF1F8.

Border color

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

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

This div border color is #AEF1F8.

Opacity

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

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

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

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

This text has shadow with #AEF1F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEF1F8.

Preview

Color preview on black background

This text has color #AEF1F8 on black background.


Color preview on white background

This text has color #AEF1F8 on white background.


Black color preview on #AEF1F8 background

This text has black color on #AEF1F8 background.


White color preview on #AEF1F8 background

This text has white color on #AEF1F8 background.


Related colors

Complementary color

Complementary color for #hex is #510E07.


I love getcolorcode.com

Triadic colors

1 #F8AEF1 and #F1F8AE with #AEF1F8 are triadic colors.

2 #F8F1AE and #F1AEF8 with #AEF1F8 are triadic colors.