COLOR #AEC5F8

HEX: #AEC5F8 RGB: (174,197,248)

Color info

#AEC5F8 contains mainly green and blue colors. Web safe color of #AEC5F8 is #99CCFF (or #9CF).

RGB color model

#AEC5F8 color RGB value is (174,197,248).

RGB: (174,197,248) (68%, 77%, 97%)

RGB channels and saturation

R 174 of 255 = 68%
G 197 of 255 = 77%
B 248 of 255 = 97%

174
197
248

R + G + B ~ 81%. #AEC5F8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 197 + 248 = 619 (100%)
R 174 of 619 ~ 28.11%
G 197 of 619 ~ 31.83%
B 248 of 619 ~ 40.06'%

%28.11
%31.83
%40.06

CMYK color model

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

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

CMYK: (30,21,0,3)
C30M21Y0K3 (30%, 21%, 0%, 3%)
(0.30 / 0.21 / 0.00 / 0.03)

CMYK percentages

%29.84
%20.56
%0
%2.75

Codes

Color #AEC5F8 in popluar color models

AE C5 F8
RGB 174 197 248
HSL 221° 84.09% 82.75%
HSB/HSV 221° 29.84% 97.25%
CMYK 29.84% 20.56% 0.00%
2.75%

Color #AEC5F8 in popluar number systems.

HEX AE C5 F8
Decimal 174 197 248
Binary 10101110 11000101 11111000
Octal 256 305 370

Shades and tints

Shades of #AEC5F8

#AEC5F8
(174,197,248)
#9FB4E2
(159,180,226)
#90A3CC
(144,163,204)
#8192B6
(129,146,182)
#7281A0
(114,129,160)
#63708A
(99,112,138)
#545F74
(84,95,116)
#454E5E
(69,78,94)
#363D48
(54,61,72)
#272C32
(39,44,50)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #AEC5F8

#AEC5F8
(174,197,248)
#B5CAF8
(181,202,248)
#BCCFF8
(188,207,248)
#C3D4F8
(195,212,248)
#CAD9F8
(202,217,248)
#D1DEF8
(209,222,248)
#D8E3F8
(216,227,248)
#DFE8F8
(223,232,248)
#E6EDF8
(230,237,248)
#EDF2F8
(237,242,248)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC5F8; }

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

This text font color is #AEC5F8.

Background Color

.myBgColor { background-color: #AEC5F8; }

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

This div background color is #AEC5F8.

Border color

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

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

This div border color is #AEC5F8.

Opacity

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

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

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

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

This text has shadow with #AEC5F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC5F8.

Preview

Color preview on black background

This text has color #AEC5F8 on black background.


Color preview on white background

This text has color #AEC5F8 on white background.


Black color preview on #AEC5F8 background

This text has black color on #AEC5F8 background.


White color preview on #AEC5F8 background

This text has white color on #AEC5F8 background.


Related colors

Complementary color

Complementary color for #hex is #513A07.


I love getcolorcode.com

Triadic colors

1 #F8AEC5 and #C5F8AE with #AEC5F8 are triadic colors.

2 #F8C5AE and #C5AEF8 with #AEC5F8 are triadic colors.