COLOR #AED6DF

HEX: #AED6DF
RGB: (174,214,223)

Color info

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

RGB color model

#AED6DF color RGB value is (174,214,223).

  • red value is 174;
  • green value is 214;
  • blue value is 223.
RGB:
(174,214,223)
(68%,84%,87%)

RGB channels and saturation

R 174 of 255 = 68%
G 214 of 255 = 84%
B 223 of 255 = 87%

174
214
223

R + G + B ~ 80%. #AED6DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 214 + 223 = 611 (100%)
R 174 of 611 ~ 28.48%
G 214 of 611 ~ 35.02%
B 223 of 611 ~ 36.5%

%28.48
%35.02
%36.5

CMYK color model

#AED6DF color CMYK value is (22,4,0,13).

  • cyan value is 21.97%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(22,4,0,13)
C22M4Y0K13 
(22%,4%,0%,13%)
(0.22/0.04/0.00/0.13)	

CMYK percentages

%21.97
%4.04
%0
%12.55

Codes

Color #AED6DF in popluar color models

AED6DF
RGB174214223
HSL191°43.36%77.84%
HSB/HSV191°21.97%87.45%
CMYK21.97%4.04%0.00%
12.55%

Color #AED6DF in popluar number systems.

HEXAED6DF
Decimal174214223
Binary101011101101011011011111
Octal256326337

Shades and tints

Shades of #AED6DF

#AED6DF
(174,214,223)
#9FC3CB
(159,195,203)
#90B0B7
(144,176,183)
#819DA3
(129,157,163)
#728A8F
(114,138,143)
#63777B
(99,119,123)
#546467
(84,100,103)
#455153
(69,81,83)
#363E3F
(54,62,63)
#272B2B
(39,43,43)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #AED6DF

#AED6DF
(174,214,223)
#B5D9E1
(181,217,225)
#BCDCE3
(188,220,227)
#C3DFE5
(195,223,229)
#CAE2E7
(202,226,231)
#D1E5E9
(209,229,233)
#D8E8EB
(216,232,235)
#DFEBED
(223,235,237)
#E6EEEF
(230,238,239)
#EDF1F1
(237,241,241)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED6DF; }

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

This text font color is #AED6DF.


Background Color

.myBgColor { background-color: #AED6DF; }

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

This div background color is #AED6DF.


Border color

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

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

This div border color is #AED6DF.


Opacity

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

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

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

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

This text has shadow with #AED6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED6DF on black background.


Color preview on white background

This text has color #AED6DF on white background.



Black color preview on #AED6DF background

This text has black color on #AED6DF background.


White color preview on #AED6DF background

This text has white color on #AED6DF background.