COLOR #AEDEE6

HEX: #AEDEE6 RGB: (174,222,230)

Color info

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

RGB color model

#AEDEE6 color RGB value is (174,222,230).

RGB: (174,222,230) (68%, 87%, 90%)

RGB channels and saturation

R 174 of 255 = 68%
G 222 of 255 = 87%
B 230 of 255 = 90%

174
222
230

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

Portions of RGB colors in percentages

R + G + B = 174 + 222 + 230 = 626 (100%)
R 174 of 626 ~ 27.8%
G 222 of 626 ~ 35.46%
B 230 of 626 ~ 36.74'%

%27.8
%35.46
%36.74

CMYK color model

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

  • cyan value is 24.35%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%

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

CMYK percentages

%24.35
%3.48
%0
%9.8

Codes

Color #AEDEE6 in popluar color models

AE DE E6
RGB 174 222 230
HSL 189° 52.83% 79.22%
HSB/HSV 189° 24.35% 90.20%
CMYK 24.35% 3.48% 0.00%
9.80%

Color #AEDEE6 in popluar number systems.

HEX AE DE E6
Decimal 174 222 230
Binary 10101110 11011110 11100110
Octal 256 336 346

Shades and tints

Shades of #AEDEE6

#AEDEE6
(174,222,230)
#9FCAD2
(159,202,210)
#90B6BE
(144,182,190)
#81A2AA
(129,162,170)
#728E96
(114,142,150)
#637A82
(99,122,130)
#54666E
(84,102,110)
#45525A
(69,82,90)
#363E46
(54,62,70)
#272A32
(39,42,50)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #AEDEE6

#AEDEE6
(174,222,230)
#B5E1E8
(181,225,232)
#BCE4EA
(188,228,234)
#C3E7EC
(195,231,236)
#CAEAEE
(202,234,238)
#D1EDF0
(209,237,240)
#D8F0F2
(216,240,242)
#DFF3F4
(223,243,244)
#E6F6F6
(230,246,246)
#EDF9F8
(237,249,248)
#F4FCFA
(244,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDEE6 color. Also use rgb(174,222,230) instead hex code.

Text Font Color

.myTextColor { color: #AEDEE6; }

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

This text font color is #AEDEE6.

Background Color

.myBgColor { background-color: #AEDEE6; }

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

This div background color is #AEDEE6.

Border color

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

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

This div border color is #AEDEE6.

Opacity

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

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

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

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

This text has shadow with #AEDEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDEE6.

Preview

Color preview on black background

This text has color #AEDEE6 on black background.


Color preview on white background

This text has color #AEDEE6 on white background.


Black color preview on #AEDEE6 background

This text has black color on #AEDEE6 background.


White color preview on #AEDEE6 background

This text has white color on #AEDEE6 background.


Related colors

Complementary color

Complementary color for #hex is #512119.


I love getcolorcode.com

Triadic colors

1 #E6AEDE and #DEE6AE with #AEDEE6 are triadic colors.

2 #E6DEAE and #DEAEE6 with #AEDEE6 are triadic colors.