COLOR #AED5DD

HEX: #AED5DD RGB: (174,213,221)

Color info

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

RGB color model

#AED5DD color RGB value is (174,213,221).

RGB: (174,213,221) (68%, 84%, 87%)

RGB channels and saturation

R 174 of 255 = 68%
G 213 of 255 = 84%
B 221 of 255 = 87%

174
213
221

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

Portions of RGB colors in percentages

R + G + B = 174 + 213 + 221 = 608 (100%)
R 174 of 608 ~ 28.62%
G 213 of 608 ~ 35.03%
B 221 of 608 ~ 36.35'%

%28.62
%35.03
%36.35

CMYK color model

#AED5DD color CMYK value is (21,4,0,13).

  • cyan value is 21.27%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (21,4,0,13) C21M4Y0K13 (21%,4%,0%,13%) (0.21/0.04/0.00/0.13) 

CMYK percentages

%21.27
%3.62
%0
%13.33

Codes

Color #AED5DD in popluar color models

AE D5 DD
RGB 174 213 221
HSL 190° 40.87% 77.45%
HSB/HSV 190° 21.27% 86.67%
CMYK 21.27% 3.62% 0.00%
13.33%

Color #AED5DD in popluar number systems.

HEX AE D5 DD
Decimal 174 213 221
Binary 10101110 11010101 11011101
Octal 256 325 335

Shades and tints

Shades of #AED5DD

#AED5DD
(174,213,221)
#9FC2C9
(159,194,201)
#90AFB5
(144,175,181)
#819CA1
(129,156,161)
#72898D
(114,137,141)
#637679
(99,118,121)
#546365
(84,99,101)
#455051
(69,80,81)
#363D3D
(54,61,61)
#272A29
(39,42,41)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #AED5DD

#AED5DD
(174,213,221)
#B5D8E0
(181,216,224)
#BCDBE3
(188,219,227)
#C3DEE6
(195,222,230)
#CAE1E9
(202,225,233)
#D1E4EC
(209,228,236)
#D8E7EF
(216,231,239)
#DFEAF2
(223,234,242)
#E6EDF5
(230,237,245)
#EDF0F8
(237,240,248)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED5DD color. Also use rgb(174,213,221) instead hex code.

Text Font Color

.myTextColor { color: #AED5DD; }

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

This text font color is #AED5DD.

Background Color

.myBgColor { background-color: #AED5DD; }

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

This div background color is #AED5DD.

Border color

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

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

This div border color is #AED5DD.

Opacity

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

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

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

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

This text has shadow with #AED5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED5DD.

Preview

Color preview on black background

This text has color #AED5DD on black background.


Color preview on white background

This text has color #AED5DD on white background.


Black color preview on #AED5DD background

This text has black color on #AED5DD background.


White color preview on #AED5DD background

This text has white color on #AED5DD background.


Related colors

Complementary color

Complementary color for #hex is #512A22.


I love getcolorcode.com

Triadic colors

1 #DDAED5 and #D5DDAE with #AED5DD are triadic colors.

2 #DDD5AE and #D5AEDD with #AED5DD are triadic colors.