COLOR #AED7E4

HEX: #AED7E4 RGB: (174,215,228)

Color info

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

RGB color model

#AED7E4 color RGB value is (174,215,228).

RGB: (174,215,228) (68%, 84%, 89%)

RGB channels and saturation

R 174 of 255 = 68%
G 215 of 255 = 84%
B 228 of 255 = 89%

174
215
228

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

Portions of RGB colors in percentages

R + G + B = 174 + 215 + 228 = 617 (100%)
R 174 of 617 ~ 28.2%
G 215 of 617 ~ 34.85%
B 228 of 617 ~ 36.95'%

%28.2
%34.85
%36.95

CMYK color model

#AED7E4 color CMYK value is (24,6,0,11).

  • cyan value is 23.68%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (24,6,0,11)
C24M6Y0K11 (24%, 6%, 0%, 11%)
(0.24 / 0.06 / 0.00 / 0.11)

CMYK percentages

%23.68
%5.7
%0
%10.59

Codes

Color #AED7E4 in popluar color models

AE D7 E4
RGB 174 215 228
HSL 194° 50.00% 78.82%
HSB/HSV 194° 23.68% 89.41%
CMYK 23.68% 5.70% 0.00%
10.59%

Color #AED7E4 in popluar number systems.

HEX AE D7 E4
Decimal 174 215 228
Binary 10101110 11010111 11100100
Octal 256 327 344

Shades and tints

Shades of #AED7E4

#AED7E4
(174,215,228)
#9FC4D0
(159,196,208)
#90B1BC
(144,177,188)
#819EA8
(129,158,168)
#728B94
(114,139,148)
#637880
(99,120,128)
#54656C
(84,101,108)
#455258
(69,82,88)
#363F44
(54,63,68)
#272C30
(39,44,48)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #AED7E4

#AED7E4
(174,215,228)
#B5DAE6
(181,218,230)
#BCDDE8
(188,221,232)
#C3E0EA
(195,224,234)
#CAE3EC
(202,227,236)
#D1E6EE
(209,230,238)
#D8E9F0
(216,233,240)
#DFECF2
(223,236,242)
#E6EFF4
(230,239,244)
#EDF2F6
(237,242,246)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED7E4 color. Also use rgb(174,215,228) instead hex code.

Text Font Color

.myTextColor { color: #AED7E4; }

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

This text font color is #AED7E4.

Background Color

.myBgColor { background-color: #AED7E4; }

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

This div background color is #AED7E4.

Border color

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

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

This div border color is #AED7E4.

Opacity

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

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

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

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

This text has shadow with #AED7E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED7E4.

Preview

Color preview on black background

This text has color #AED7E4 on black background.


Color preview on white background

This text has color #AED7E4 on white background.


Black color preview on #AED7E4 background

This text has black color on #AED7E4 background.


White color preview on #AED7E4 background

This text has white color on #AED7E4 background.


Related colors

Complementary color

Complementary color for #hex is #51281B.


I love getcolorcode.com

Triadic colors

1 #E4AED7 and #D7E4AE with #AED7E4 are triadic colors.

2 #E4D7AE and #D7AEE4 with #AED7E4 are triadic colors.