COLOR #AED9DE

HEX: #AED9DE RGB: (174,217,222)

Color info

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

RGB color model

#AED9DE color RGB value is (174,217,222).

RGB: (174,217,222) (68%, 85%, 87%)

RGB channels and saturation

R 174 of 255 = 68%
G 217 of 255 = 85%
B 222 of 255 = 87%

174
217
222

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

Portions of RGB colors in percentages

R + G + B = 174 + 217 + 222 = 613 (100%)
R 174 of 613 ~ 28.38%
G 217 of 613 ~ 35.4%
B 222 of 613 ~ 36.22'%

%28.38
%35.4
%36.22

CMYK color model

#AED9DE color CMYK value is (22,2,0,13).

  • cyan value is 21.62%
  • magenta value is 2.25%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (22,2,0,13)
C22M2Y0K13 (22%, 2%, 0%, 13%)
(0.22 / 0.02 / 0.00 / 0.13)

CMYK percentages

%21.62
%2.25
%0
%12.94

Codes

Color #AED9DE in popluar color models

AE D9 DE
RGB 174 217 222
HSL 186° 42.11% 77.65%
HSB/HSV 186° 21.62% 87.06%
CMYK 21.62% 2.25% 0.00%
12.94%

Color #AED9DE in popluar number systems.

HEX AE D9 DE
Decimal 174 217 222
Binary 10101110 11011001 11011110
Octal 256 331 336

Shades and tints

Shades of #AED9DE

#AED9DE
(174,217,222)
#9FC6CA
(159,198,202)
#90B3B6
(144,179,182)
#81A0A2
(129,160,162)
#728D8E
(114,141,142)
#637A7A
(99,122,122)
#546766
(84,103,102)
#455452
(69,84,82)
#36413E
(54,65,62)
#272E2A
(39,46,42)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #AED9DE

#AED9DE
(174,217,222)
#B5DCE1
(181,220,225)
#BCDFE4
(188,223,228)
#C3E2E7
(195,226,231)
#CAE5EA
(202,229,234)
#D1E8ED
(209,232,237)
#D8EBF0
(216,235,240)
#DFEEF3
(223,238,243)
#E6F1F6
(230,241,246)
#EDF4F9
(237,244,249)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED9DE color. Also use rgb(174,217,222) instead hex code.

Text Font Color

.myTextColor { color: #AED9DE; }

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

This text font color is #AED9DE.

Background Color

.myBgColor { background-color: #AED9DE; }

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

This div background color is #AED9DE.

Border color

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

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

This div border color is #AED9DE.

Opacity

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

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

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

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

This text has shadow with #AED9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED9DE.

Preview

Color preview on black background

This text has color #AED9DE on black background.


Color preview on white background

This text has color #AED9DE on white background.


Black color preview on #AED9DE background

This text has black color on #AED9DE background.


White color preview on #AED9DE background

This text has white color on #AED9DE background.


Related colors

Complementary color

Complementary color for #hex is #512621.


I love getcolorcode.com

Triadic colors

1 #DEAED9 and #D9DEAE with #AED9DE are triadic colors.

2 #DED9AE and #D9AEDE with #AED9DE are triadic colors.