COLOR #AED6DA

HEX: #AED6DA RGB: (174,214,218)

Color info

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

RGB color model

#AED6DA color RGB value is (174,214,218).

RGB: (174,214,218) (68%, 84%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 214 of 255 = 84%
B 218 of 255 = 85%

174
214
218

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

Portions of RGB colors in percentages

R + G + B = 174 + 214 + 218 = 606 (100%)
R 174 of 606 ~ 28.71%
G 214 of 606 ~ 35.31%
B 218 of 606 ~ 35.97'%

%28.71
%35.31
%35.97

CMYK color model

#AED6DA color CMYK value is (20,2,0,15).

  • cyan value is 20.18%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (20,2,0,15)
C20M2Y0K15 (20%, 2%, 0%, 15%)
(0.20 / 0.02 / 0.00 / 0.15)

CMYK percentages

%20.18
%1.83
%0
%14.51

Codes

Color #AED6DA in popluar color models

AE D6 DA
RGB 174 214 218
HSL 185° 37.29% 76.86%
HSB/HSV 185° 20.18% 85.49%
CMYK 20.18% 1.83% 0.00%
14.51%

Color #AED6DA in popluar number systems.

HEX AE D6 DA
Decimal 174 214 218
Binary 10101110 11010110 11011010
Octal 256 326 332

Shades and tints

Shades of #AED6DA

#AED6DA
(174,214,218)
#9FC3C7
(159,195,199)
#90B0B4
(144,176,180)
#819DA1
(129,157,161)
#728A8E
(114,138,142)
#63777B
(99,119,123)
#546468
(84,100,104)
#455155
(69,81,85)
#363E42
(54,62,66)
#272B2F
(39,43,47)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #AED6DA

#AED6DA
(174,214,218)
#B5D9DD
(181,217,221)
#BCDCE0
(188,220,224)
#C3DFE3
(195,223,227)
#CAE2E6
(202,226,230)
#D1E5E9
(209,229,233)
#D8E8EC
(216,232,236)
#DFEBEF
(223,235,239)
#E6EEF2
(230,238,242)
#EDF1F5
(237,241,245)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED6DA; }

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

This text font color is #AED6DA.

Background Color

.myBgColor { background-color: #AED6DA; }

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

This div background color is #AED6DA.

Border color

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

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

This div border color is #AED6DA.

Opacity

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

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

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

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

This text has shadow with #AED6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED6DA.

Preview

Color preview on black background

This text has color #AED6DA on black background.


Color preview on white background

This text has color #AED6DA on white background.


Black color preview on #AED6DA background

This text has black color on #AED6DA background.


White color preview on #AED6DA background

This text has white color on #AED6DA background.


Related colors

Complementary color

Complementary color for #hex is #512925.


I love getcolorcode.com

Triadic colors

1 #DAAED6 and #D6DAAE with #AED6DA are triadic colors.

2 #DAD6AE and #D6AEDA with #AED6DA are triadic colors.