COLOR #AED7EF

HEX: #AED7EF RGB: (174,215,239)

Color info

#AED7EF contains mainly green and blue colors. Web safe color of #AED7EF is #99CCFF (or #9CF).

RGB color model

#AED7EF color RGB value is (174,215,239).

RGB: (174,215,239) (68%, 84%, 94%)

RGB channels and saturation

R 174 of 255 = 68%
G 215 of 255 = 84%
B 239 of 255 = 94%

174
215
239

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

Portions of RGB colors in percentages

R + G + B = 174 + 215 + 239 = 628 (100%)
R 174 of 628 ~ 27.71%
G 215 of 628 ~ 34.24%
B 239 of 628 ~ 38.06'%

%27.71
%34.24
%38.06

CMYK color model

#AED7EF color CMYK value is (27,10,0,6).

  • cyan value is 27.20%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (27,10,0,6)
C27M10Y0K6 (27%, 10%, 0%, 6%)
(0.27 / 0.10 / 0.00 / 0.06)

CMYK percentages

%27.2
%10.04
%0
%6.27

Codes

Color #AED7EF in popluar color models

AE D7 EF
RGB 174 215 239
HSL 202° 67.01% 80.98%
HSB/HSV 202° 27.20% 93.73%
CMYK 27.20% 10.04% 0.00%
6.27%

Color #AED7EF in popluar number systems.

HEX AE D7 EF
Decimal 174 215 239
Binary 10101110 11010111 11101111
Octal 256 327 357

Shades and tints

Shades of #AED7EF

#AED7EF
(174,215,239)
#9FC4DA
(159,196,218)
#90B1C5
(144,177,197)
#819EB0
(129,158,176)
#728B9B
(114,139,155)
#637886
(99,120,134)
#546571
(84,101,113)
#45525C
(69,82,92)
#363F47
(54,63,71)
#272C32
(39,44,50)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #AED7EF

#AED7EF
(174,215,239)
#B5DAF0
(181,218,240)
#BCDDF1
(188,221,241)
#C3E0F2
(195,224,242)
#CAE3F3
(202,227,243)
#D1E6F4
(209,230,244)
#D8E9F5
(216,233,245)
#DFECF6
(223,236,246)
#E6EFF7
(230,239,247)
#EDF2F8
(237,242,248)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED7EF; }

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

This text font color is #AED7EF.

Background Color

.myBgColor { background-color: #AED7EF; }

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

This div background color is #AED7EF.

Border color

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

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

This div border color is #AED7EF.

Opacity

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

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

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

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

This text has shadow with #AED7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED7EF.

Preview

Color preview on black background

This text has color #AED7EF on black background.


Color preview on white background

This text has color #AED7EF on white background.


Black color preview on #AED7EF background

This text has black color on #AED7EF background.


White color preview on #AED7EF background

This text has white color on #AED7EF background.


Related colors

Complementary color

Complementary color for #hex is #512810.


I love getcolorcode.com

Triadic colors

1 #EFAED7 and #D7EFAE with #AED7EF are triadic colors.

2 #EFD7AE and #D7AEEF with #AED7EF are triadic colors.