COLOR #AEECF0

HEX: #AEECF0 RGB: (174,236,240)

Color info

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

RGB color model

#AEECF0 color RGB value is (174,236,240).

RGB: (174,236,240) (68%, 93%, 94%)

RGB channels and saturation

R 174 of 255 = 68%
G 236 of 255 = 93%
B 240 of 255 = 94%

174
236
240

R + G + B ~ 85%. #AEECF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 236 + 240 = 650 (100%)
R 174 of 650 ~ 26.77%
G 236 of 650 ~ 36.31%
B 240 of 650 ~ 36.92'%

%26.77
%36.31
%36.92

CMYK color model

#AEECF0 color CMYK value is (28,2,0,6).

  • cyan value is 27.50%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (28,2,0,6)
C28M2Y0K6 (28%, 2%, 0%, 6%)
(0.28 / 0.02 / 0.00 / 0.06)

CMYK percentages

%27.5
%1.67
%0
%5.88

Codes

Color #AEECF0 in popluar color models

AE EC F0
RGB 174 236 240
HSL 184° 68.75% 81.18%
HSB/HSV 184° 27.50% 94.12%
CMYK 27.50% 1.67% 0.00%
5.88%

Color #AEECF0 in popluar number systems.

HEX AE EC F0
Decimal 174 236 240
Binary 10101110 11101100 11110000
Octal 256 354 360

Shades and tints

Shades of #AEECF0

#AEECF0
(174,236,240)
#9FD7DB
(159,215,219)
#90C2C6
(144,194,198)
#81ADB1
(129,173,177)
#72989C
(114,152,156)
#638387
(99,131,135)
#546E72
(84,110,114)
#45595D
(69,89,93)
#364448
(54,68,72)
#272F33
(39,47,51)
#181A1E
(24,26,30)
#000000
(0,0,0)

Tints of #AEECF0

#AEECF0
(174,236,240)
#B5EDF1
(181,237,241)
#BCEEF2
(188,238,242)
#C3EFF3
(195,239,243)
#CAF0F4
(202,240,244)
#D1F1F5
(209,241,245)
#D8F2F6
(216,242,246)
#DFF3F7
(223,243,247)
#E6F4F8
(230,244,248)
#EDF5F9
(237,245,249)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEECF0; }

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

This text font color is #AEECF0.

Background Color

.myBgColor { background-color: #AEECF0; }

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

This div background color is #AEECF0.

Border color

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

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

This div border color is #AEECF0.

Opacity

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

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

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

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

This text has shadow with #AEECF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEECF0.

Preview

Color preview on black background

This text has color #AEECF0 on black background.


Color preview on white background

This text has color #AEECF0 on white background.


Black color preview on #AEECF0 background

This text has black color on #AEECF0 background.


White color preview on #AEECF0 background

This text has white color on #AEECF0 background.


Related colors

Complementary color

Complementary color for #hex is #51130F.


I love getcolorcode.com

Triadic colors

1 #F0AEEC and #ECF0AE with #AEECF0 are triadic colors.

2 #F0ECAE and #ECAEF0 with #AEECF0 are triadic colors.