COLOR #AEDAEB

HEX: #AEDAEB RGB: (174,218,235)

Color info

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

RGB color model

#AEDAEB color RGB value is (174,218,235).

RGB: (174,218,235) (68%, 85%, 92%)

RGB channels and saturation

R 174 of 255 = 68%
G 218 of 255 = 85%
B 235 of 255 = 92%

174
218
235

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

Portions of RGB colors in percentages

R + G + B = 174 + 218 + 235 = 627 (100%)
R 174 of 627 ~ 27.75%
G 218 of 627 ~ 34.77%
B 235 of 627 ~ 37.48'%

%27.75
%34.77
%37.48

CMYK color model

#AEDAEB color CMYK value is (26,7,0,8).

  • cyan value is 25.96%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (26,7,0,8) C26M7Y0K8 (26%,7%,0%,8%) (0.26/0.07/0.00/0.08) 

CMYK percentages

%25.96
%7.23
%0
%7.84

Codes

Color #AEDAEB in popluar color models

AE DA EB
RGB 174 218 235
HSL 197° 60.40% 80.20%
HSB/HSV 197° 25.96% 92.16%
CMYK 25.96% 7.23% 0.00%
7.84%

Color #AEDAEB in popluar number systems.

HEX AE DA EB
Decimal 174 218 235
Binary 10101110 11011010 11101011
Octal 256 332 353

Shades and tints

Shades of #AEDAEB

#AEDAEB
(174,218,235)
#9FC7D6
(159,199,214)
#90B4C1
(144,180,193)
#81A1AC
(129,161,172)
#728E97
(114,142,151)
#637B82
(99,123,130)
#54686D
(84,104,109)
#455558
(69,85,88)
#364243
(54,66,67)
#272F2E
(39,47,46)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #AEDAEB

#AEDAEB
(174,218,235)
#B5DDEC
(181,221,236)
#BCE0ED
(188,224,237)
#C3E3EE
(195,227,238)
#CAE6EF
(202,230,239)
#D1E9F0
(209,233,240)
#D8ECF1
(216,236,241)
#DFEFF2
(223,239,242)
#E6F2F3
(230,242,243)
#EDF5F4
(237,245,244)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDAEB color. Also use rgb(174,218,235) instead hex code.

Text Font Color

.myTextColor { color: #AEDAEB; }

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

This text font color is #AEDAEB.

Background Color

.myBgColor { background-color: #AEDAEB; }

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

This div background color is #AEDAEB.

Border color

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

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

This div border color is #AEDAEB.

Opacity

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

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

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

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

This text has shadow with #AEDAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDAEB.

Preview

Color preview on black background

This text has color #AEDAEB on black background.


Color preview on white background

This text has color #AEDAEB on white background.


Black color preview on #AEDAEB background

This text has black color on #AEDAEB background.


White color preview on #AEDAEB background

This text has white color on #AEDAEB background.


Related colors

Complementary color

Complementary color for #hex is #512514.


I love getcolorcode.com

Triadic colors

1 #EBAEDA and #DAEBAE with #AEDAEB are triadic colors.

2 #EBDAAE and #DAAEEB with #AEDAEB are triadic colors.