COLOR #AED6DC

HEX: #AED6DC RGB: (174,214,220)

Color info

#AED6DC contains red, green and blue colors in about the same proportion. Web safe color of #AED6DC is #99CCCC (or #9CC).

RGB color model

#AED6DC color RGB value is (174,214,220).

RGB: (174,214,220) (68%, 84%, 86%)

RGB channels and saturation

R 174 of 255 = 68%
G 214 of 255 = 84%
B 220 of 255 = 86%

174
214
220

R + G + B ~ 79%. #AED6DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 214 + 220 = 608 (100%)
R 174 of 608 ~ 28.62%
G 214 of 608 ~ 35.2%
B 220 of 608 ~ 36.18'%

%28.62
%35.2
%36.18

CMYK color model

#AED6DC color CMYK value is (21,3,0,14).

  • cyan value is 20.91%
  • magenta value is 2.73%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (21,3,0,14)
C21M3Y0K14 (21%, 3%, 0%, 14%)
(0.21 / 0.03 / 0.00 / 0.14)

CMYK percentages

%20.91
%2.73
%0
%13.73

Codes

Color #AED6DC in popluar color models

AE D6 DC
RGB 174 214 220
HSL 188° 39.66% 77.25%
HSB/HSV 188° 20.91% 86.27%
CMYK 20.91% 2.73% 0.00%
13.73%

Color #AED6DC in popluar number systems.

HEX AE D6 DC
Decimal 174 214 220
Binary 10101110 11010110 11011100
Octal 256 326 334

Shades and tints

Shades of #AED6DC

#AED6DC
(174,214,220)
#9FC3C8
(159,195,200)
#90B0B4
(144,176,180)
#819DA0
(129,157,160)
#728A8C
(114,138,140)
#637778
(99,119,120)
#546464
(84,100,100)
#455150
(69,81,80)
#363E3C
(54,62,60)
#272B28
(39,43,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #AED6DC

#AED6DC
(174,214,220)
#B5D9DF
(181,217,223)
#BCDCE2
(188,220,226)
#C3DFE5
(195,223,229)
#CAE2E8
(202,226,232)
#D1E5EB
(209,229,235)
#D8E8EE
(216,232,238)
#DFEBF1
(223,235,241)
#E6EEF4
(230,238,244)
#EDF1F7
(237,241,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED6DC; }

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

This text font color is #AED6DC.

Background Color

.myBgColor { background-color: #AED6DC; }

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

This div background color is #AED6DC.

Border color

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

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

This div border color is #AED6DC.

Opacity

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

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

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

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

This text has shadow with #AED6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED6DC.

Preview

Color preview on black background

This text has color #AED6DC on black background.


Color preview on white background

This text has color #AED6DC on white background.


Black color preview on #AED6DC background

This text has black color on #AED6DC background.


White color preview on #AED6DC background

This text has white color on #AED6DC background.


Related colors

Complementary color

Complementary color for #hex is #512923.


I love getcolorcode.com

Triadic colors

1 #DCAED6 and #D6DCAE with #AED6DC are triadic colors.

2 #DCD6AE and #D6AEDC with #AED6DC are triadic colors.