COLOR #AED4D5

HEX: #AED4D5 RGB: (174,212,213)

Color info

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

RGB color model

#AED4D5 color RGB value is (174,212,213).

RGB: (174,212,213) (68%, 83%, 84%)

RGB channels and saturation

R 174 of 255 = 68%
G 212 of 255 = 83%
B 213 of 255 = 84%

174
212
213

R + G + B ~ 78%. #AED4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 212 + 213 = 599 (100%)
R 174 of 599 ~ 29.05%
G 212 of 599 ~ 35.39%
B 213 of 599 ~ 35.56'%

%29.05
%35.39
%35.56

CMYK color model

#AED4D5 color CMYK value is (18,0,0,16).

  • cyan value is 18.31%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (18,0,0,16)
C18M0Y0K16 (18%, 0%, 0%, 16%)
(0.18 / 0.00 / 0.00 / 0.16)

CMYK percentages

%18.31
%0.47
%0
%16.47

Codes

Color #AED4D5 in popluar color models

AE D4 D5
RGB 174 212 213
HSL 182° 31.71% 75.88%
HSB/HSV 182° 18.31% 83.53%
CMYK 18.31% 0.47% 0.00%
16.47%

Color #AED4D5 in popluar number systems.

HEX AE D4 D5
Decimal 174 212 213
Binary 10101110 11010100 11010101
Octal 256 324 325

Shades and tints

Shades of #AED4D5

#AED4D5
(174,212,213)
#9FC1C2
(159,193,194)
#90AEAF
(144,174,175)
#819B9C
(129,155,156)
#728889
(114,136,137)
#637576
(99,117,118)
#546263
(84,98,99)
#454F50
(69,79,80)
#363C3D
(54,60,61)
#27292A
(39,41,42)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #AED4D5

#AED4D5
(174,212,213)
#B5D7D8
(181,215,216)
#BCDADB
(188,218,219)
#C3DDDE
(195,221,222)
#CAE0E1
(202,224,225)
#D1E3E4
(209,227,228)
#D8E6E7
(216,230,231)
#DFE9EA
(223,233,234)
#E6ECED
(230,236,237)
#EDEFF0
(237,239,240)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED4D5; }

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

This text font color is #AED4D5.

Background Color

.myBgColor { background-color: #AED4D5; }

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

This div background color is #AED4D5.

Border color

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

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

This div border color is #AED4D5.

Opacity

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

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

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

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

This text has shadow with #AED4D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED4D5.

Preview

Color preview on black background

This text has color #AED4D5 on black background.


Color preview on white background

This text has color #AED4D5 on white background.


Black color preview on #AED4D5 background

This text has black color on #AED4D5 background.


White color preview on #AED4D5 background

This text has white color on #AED4D5 background.


Related colors

Complementary color

Complementary color for #hex is #512B2A.


I love getcolorcode.com

Triadic colors

1 #D5AED4 and #D4D5AE with #AED4D5 are triadic colors.

2 #D5D4AE and #D4AED5 with #AED4D5 are triadic colors.