COLOR #AEC6DF

HEX: #AEC6DF RGB: (174,198,223)

Color info

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

RGB color model

#AEC6DF color RGB value is (174,198,223).

RGB: (174,198,223) (68%, 78%, 87%)

RGB channels and saturation

R 174 of 255 = 68%
G 198 of 255 = 78%
B 223 of 255 = 87%

174
198
223

R + G + B ~ 78%. #AEC6DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 198 + 223 = 595 (100%)
R 174 of 595 ~ 29.24%
G 198 of 595 ~ 33.28%
B 223 of 595 ~ 37.48'%

%29.24
%33.28
%37.48

CMYK color model

#AEC6DF color CMYK value is (22,11,0,13).

  • cyan value is 21.97%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (22,11,0,13)
C22M11Y0K13 (22%, 11%, 0%, 13%)
(0.22 / 0.11 / 0.00 / 0.13)

CMYK percentages

%21.97
%11.21
%0
%12.55

Codes

Color #AEC6DF in popluar color models

AE C6 DF
RGB 174 198 223
HSL 211° 43.36% 77.84%
HSB/HSV 211° 21.97% 87.45%
CMYK 21.97% 11.21% 0.00%
12.55%

Color #AEC6DF in popluar number systems.

HEX AE C6 DF
Decimal 174 198 223
Binary 10101110 11000110 11011111
Octal 256 306 337

Shades and tints

Shades of #AEC6DF

#AEC6DF
(174,198,223)
#9FB4CB
(159,180,203)
#90A2B7
(144,162,183)
#8190A3
(129,144,163)
#727E8F
(114,126,143)
#636C7B
(99,108,123)
#545A67
(84,90,103)
#454853
(69,72,83)
#36363F
(54,54,63)
#27242B
(39,36,43)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AEC6DF

#AEC6DF
(174,198,223)
#B5CBE1
(181,203,225)
#BCD0E3
(188,208,227)
#C3D5E5
(195,213,229)
#CADAE7
(202,218,231)
#D1DFE9
(209,223,233)
#D8E4EB
(216,228,235)
#DFE9ED
(223,233,237)
#E6EEEF
(230,238,239)
#EDF3F1
(237,243,241)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC6DF color. Also use rgb(174,198,223) instead hex code.

Text Font Color

.myTextColor { color: #AEC6DF; }

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

This text font color is #AEC6DF.

Background Color

.myBgColor { background-color: #AEC6DF; }

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

This div background color is #AEC6DF.

Border color

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

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

This div border color is #AEC6DF.

Opacity

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

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

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

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

This text has shadow with #AEC6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC6DF.

Preview

Color preview on black background

This text has color #AEC6DF on black background.


Color preview on white background

This text has color #AEC6DF on white background.


Black color preview on #AEC6DF background

This text has black color on #AEC6DF background.


White color preview on #AEC6DF background

This text has white color on #AEC6DF background.


Related colors

Complementary color

Complementary color for #hex is #513920.


I love getcolorcode.com

Triadic colors

1 #DFAEC6 and #C6DFAE with #AEC6DF are triadic colors.

2 #DFC6AE and #C6AEDF with #AEC6DF are triadic colors.