COLOR #AEDDE5

HEX: #AEDDE5 RGB: (174,221,229)

Color info

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

RGB color model

#AEDDE5 color RGB value is (174,221,229).

RGB: (174,221,229) (68%, 87%, 90%)

RGB channels and saturation

R 174 of 255 = 68%
G 221 of 255 = 87%
B 229 of 255 = 90%

174
221
229

R + G + B ~ 82%. #AEDDE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 221 + 229 = 624 (100%)
R 174 of 624 ~ 27.88%
G 221 of 624 ~ 35.42%
B 229 of 624 ~ 36.7'%

%27.88
%35.42
%36.7

CMYK color model

#AEDDE5 color CMYK value is (24,3,0,10).

  • cyan value is 24.02%
  • magenta value is 3.49%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (24,3,0,10)
C24M3Y0K10 (24%, 3%, 0%, 10%)
(0.24 / 0.03 / 0.00 / 0.10)

CMYK percentages

%24.02
%3.49
%0
%10.2

Codes

Color #AEDDE5 in popluar color models

AE DD E5
RGB 174 221 229
HSL 189° 51.40% 79.02%
HSB/HSV 189° 24.02% 89.80%
CMYK 24.02% 3.49% 0.00%
10.20%

Color #AEDDE5 in popluar number systems.

HEX AE DD E5
Decimal 174 221 229
Binary 10101110 11011101 11100101
Octal 256 335 345

Shades and tints

Shades of #AEDDE5

#AEDDE5
(174,221,229)
#9FC9D1
(159,201,209)
#90B5BD
(144,181,189)
#81A1A9
(129,161,169)
#728D95
(114,141,149)
#637981
(99,121,129)
#54656D
(84,101,109)
#455159
(69,81,89)
#363D45
(54,61,69)
#272931
(39,41,49)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #AEDDE5

#AEDDE5
(174,221,229)
#B5E0E7
(181,224,231)
#BCE3E9
(188,227,233)
#C3E6EB
(195,230,235)
#CAE9ED
(202,233,237)
#D1ECEF
(209,236,239)
#D8EFF1
(216,239,241)
#DFF2F3
(223,242,243)
#E6F5F5
(230,245,245)
#EDF8F7
(237,248,247)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDDE5; }

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

This text font color is #AEDDE5.

Background Color

.myBgColor { background-color: #AEDDE5; }

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

This div background color is #AEDDE5.

Border color

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

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

This div border color is #AEDDE5.

Opacity

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

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

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

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

This text has shadow with #AEDDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDDE5.

Preview

Color preview on black background

This text has color #AEDDE5 on black background.


Color preview on white background

This text has color #AEDDE5 on white background.


Black color preview on #AEDDE5 background

This text has black color on #AEDDE5 background.


White color preview on #AEDDE5 background

This text has white color on #AEDDE5 background.


Related colors

Complementary color

Complementary color for #hex is #51221A.


I love getcolorcode.com

Triadic colors

1 #E5AEDD and #DDE5AE with #AEDDE5 are triadic colors.

2 #E5DDAE and #DDAEE5 with #AEDDE5 are triadic colors.