COLOR #AEECF8

HEX: #AEECF8 RGB: (174,236,248)

Color info

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

RGB color model

#AEECF8 color RGB value is (174,236,248).

RGB: (174,236,248) (68%, 93%, 97%)

RGB channels and saturation

R 174 of 255 = 68%
G 236 of 255 = 93%
B 248 of 255 = 97%

174
236
248

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

Portions of RGB colors in percentages

R + G + B = 174 + 236 + 248 = 658 (100%)
R 174 of 658 ~ 26.44%
G 236 of 658 ~ 35.87%
B 248 of 658 ~ 37.69'%

%26.44
%35.87
%37.69

CMYK color model

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

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

CMYK: (30,5,0,3)
C30M5Y0K3 (30%, 5%, 0%, 3%)
(0.30 / 0.05 / 0.00 / 0.03)

CMYK percentages

%29.84
%4.84
%0
%2.75

Codes

Color #AEECF8 in popluar color models

AE EC F8
RGB 174 236 248
HSL 190° 84.09% 82.75%
HSB/HSV 190° 29.84% 97.25%
CMYK 29.84% 4.84% 0.00%
2.75%

Color #AEECF8 in popluar number systems.

HEX AE EC F8
Decimal 174 236 248
Binary 10101110 11101100 11111000
Octal 256 354 370

Shades and tints

Shades of #AEECF8

#AEECF8
(174,236,248)
#9FD7E2
(159,215,226)
#90C2CC
(144,194,204)
#81ADB6
(129,173,182)
#7298A0
(114,152,160)
#63838A
(99,131,138)
#546E74
(84,110,116)
#45595E
(69,89,94)
#364448
(54,68,72)
#272F32
(39,47,50)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #AEECF8

#AEECF8
(174,236,248)
#B5EDF8
(181,237,248)
#BCEEF8
(188,238,248)
#C3EFF8
(195,239,248)
#CAF0F8
(202,240,248)
#D1F1F8
(209,241,248)
#D8F2F8
(216,242,248)
#DFF3F8
(223,243,248)
#E6F4F8
(230,244,248)
#EDF5F8
(237,245,248)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEECF8; }

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

This text font color is #AEECF8.

Background Color

.myBgColor { background-color: #AEECF8; }

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

This div background color is #AEECF8.

Border color

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

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

This div border color is #AEECF8.

Opacity

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

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

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

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

This text has shadow with #AEECF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEECF8.

Preview

Color preview on black background

This text has color #AEECF8 on black background.


Color preview on white background

This text has color #AEECF8 on white background.


Black color preview on #AEECF8 background

This text has black color on #AEECF8 background.


White color preview on #AEECF8 background

This text has white color on #AEECF8 background.


Related colors

Complementary color

Complementary color for #hex is #511307.


I love getcolorcode.com

Triadic colors

1 #F8AEEC and #ECF8AE with #AEECF8 are triadic colors.

2 #F8ECAE and #ECAEF8 with #AEECF8 are triadic colors.