COLOR #AED0F5

HEX: #AED0F5 RGB: (174,208,245)

Color info

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

RGB color model

#AED0F5 color RGB value is (174,208,245).

RGB: (174,208,245) (68%, 82%, 96%)

RGB channels and saturation

R 174 of 255 = 68%
G 208 of 255 = 82%
B 245 of 255 = 96%

174
208
245

R + G + B ~ 82%. #AED0F5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 208 + 245 = 627 (100%)
R 174 of 627 ~ 27.75%
G 208 of 627 ~ 33.17%
B 245 of 627 ~ 39.07'%

%27.75
%33.17
%39.07

CMYK color model

#AED0F5 color CMYK value is (29,15,0,4).

  • cyan value is 28.98%
  • magenta value is 15.10%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (29,15,0,4)
C29M15Y0K4 (29%, 15%, 0%, 4%)
(0.29 / 0.15 / 0.00 / 0.04)

CMYK percentages

%28.98
%15.1
%0
%3.92

Codes

Color #AED0F5 in popluar color models

AE D0 F5
RGB 174 208 245
HSL 211° 78.02% 82.16%
HSB/HSV 211° 28.98% 96.08%
CMYK 28.98% 15.10% 0.00%
3.92%

Color #AED0F5 in popluar number systems.

HEX AE D0 F5
Decimal 174 208 245
Binary 10101110 11010000 11110101
Octal 256 320 365

Shades and tints

Shades of #AED0F5

#AED0F5
(174,208,245)
#9FBEDF
(159,190,223)
#90ACC9
(144,172,201)
#819AB3
(129,154,179)
#72889D
(114,136,157)
#637687
(99,118,135)
#546471
(84,100,113)
#45525B
(69,82,91)
#364045
(54,64,69)
#272E2F
(39,46,47)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #AED0F5

#AED0F5
(174,208,245)
#B5D4F5
(181,212,245)
#BCD8F5
(188,216,245)
#C3DCF5
(195,220,245)
#CAE0F5
(202,224,245)
#D1E4F5
(209,228,245)
#D8E8F5
(216,232,245)
#DFECF5
(223,236,245)
#E6F0F5
(230,240,245)
#EDF4F5
(237,244,245)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED0F5 color. Also use rgb(174,208,245) instead hex code.

Text Font Color

.myTextColor { color: #AED0F5; }

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

This text font color is #AED0F5.

Background Color

.myBgColor { background-color: #AED0F5; }

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

This div background color is #AED0F5.

Border color

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

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

This div border color is #AED0F5.

Opacity

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

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

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

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

This text has shadow with #AED0F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED0F5.

Preview

Color preview on black background

This text has color #AED0F5 on black background.


Color preview on white background

This text has color #AED0F5 on white background.


Black color preview on #AED0F5 background

This text has black color on #AED0F5 background.


White color preview on #AED0F5 background

This text has white color on #AED0F5 background.


Related colors

Complementary color

Complementary color for #hex is #512F0A.


I love getcolorcode.com

Triadic colors

1 #F5AED0 and #D0F5AE with #AED0F5 are triadic colors.

2 #F5D0AE and #D0AEF5 with #AED0F5 are triadic colors.