COLOR #AEDCF6

HEX: #AEDCF6 RGB: (174,220,246)

Color info

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

RGB color model

#AEDCF6 color RGB value is (174,220,246).

RGB: (174,220,246) (68%, 86%, 96%)

RGB channels and saturation

R 174 of 255 = 68%
G 220 of 255 = 86%
B 246 of 255 = 96%

174
220
246

R + G + B ~ 83%. #AEDCF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 220 + 246 = 640 (100%)
R 174 of 640 ~ 27.19%
G 220 of 640 ~ 34.38%
B 246 of 640 ~ 38.44'%

%27.19
%34.38
%38.44

CMYK color model

#AEDCF6 color CMYK value is (29,11,0,4).

  • cyan value is 29.27%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (29,11,0,4)
C29M11Y0K4 (29%, 11%, 0%, 4%)
(0.29 / 0.11 / 0.00 / 0.04)

CMYK percentages

%29.27
%10.57
%0
%3.53

Codes

Color #AEDCF6 in popluar color models

AE DC F6
RGB 174 220 246
HSL 202° 80.00% 82.35%
HSB/HSV 202° 29.27% 96.47%
CMYK 29.27% 10.57% 0.00%
3.53%

Color #AEDCF6 in popluar number systems.

HEX AE DC F6
Decimal 174 220 246
Binary 10101110 11011100 11110110
Octal 256 334 366

Shades and tints

Shades of #AEDCF6

#AEDCF6
(174,220,246)
#9FC8E0
(159,200,224)
#90B4CA
(144,180,202)
#81A0B4
(129,160,180)
#728C9E
(114,140,158)
#637888
(99,120,136)
#546472
(84,100,114)
#45505C
(69,80,92)
#363C46
(54,60,70)
#272830
(39,40,48)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #AEDCF6

#AEDCF6
(174,220,246)
#B5DFF6
(181,223,246)
#BCE2F6
(188,226,246)
#C3E5F6
(195,229,246)
#CAE8F6
(202,232,246)
#D1EBF6
(209,235,246)
#D8EEF6
(216,238,246)
#DFF1F6
(223,241,246)
#E6F4F6
(230,244,246)
#EDF7F6
(237,247,246)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDCF6 color. Also use rgb(174,220,246) instead hex code.

Text Font Color

.myTextColor { color: #AEDCF6; }

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

This text font color is #AEDCF6.

Background Color

.myBgColor { background-color: #AEDCF6; }

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

This div background color is #AEDCF6.

Border color

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

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

This div border color is #AEDCF6.

Opacity

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

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

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

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

This text has shadow with #AEDCF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDCF6.

Preview

Color preview on black background

This text has color #AEDCF6 on black background.


Color preview on white background

This text has color #AEDCF6 on white background.


Black color preview on #AEDCF6 background

This text has black color on #AEDCF6 background.


White color preview on #AEDCF6 background

This text has white color on #AEDCF6 background.


Related colors

Complementary color

Complementary color for #hex is #512309.


I love getcolorcode.com

Triadic colors

1 #F6AEDC and #DCF6AE with #AEDCF6 are triadic colors.

2 #F6DCAE and #DCAEF6 with #AEDCF6 are triadic colors.