COLOR #AEC3DA

HEX: #AEC3DA RGB: (174,195,218)

Color info

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

RGB color model

#AEC3DA color RGB value is (174,195,218).

RGB: (174,195,218) (68%, 76%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 218 of 255 = 85%

174
195
218

R + G + B ~ 76%. #AEC3DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 195 + 218 = 587 (100%)
R 174 of 587 ~ 29.64%
G 195 of 587 ~ 33.22%
B 218 of 587 ~ 37.14'%

%29.64
%33.22
%37.14

CMYK color model

#AEC3DA color CMYK value is (20,11,0,15).

  • cyan value is 20.18%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (20,11,0,15) C20M11Y0K15 (20%,11%,0%,15%) (0.20/0.11/0.00/0.15) 

CMYK percentages

%20.18
%10.55
%0
%14.51

Codes

Color #AEC3DA in popluar color models

AE C3 DA
RGB 174 195 218
HSL 211° 37.29% 76.86%
HSB/HSV 211° 20.18% 85.49%
CMYK 20.18% 10.55% 0.00%
14.51%

Color #AEC3DA in popluar number systems.

HEX AE C3 DA
Decimal 174 195 218
Binary 10101110 11000011 11011010
Octal 256 303 332

Shades and tints

Shades of #AEC3DA

#AEC3DA
(174,195,218)
#9FB2C7
(159,178,199)
#90A1B4
(144,161,180)
#8190A1
(129,144,161)
#727F8E
(114,127,142)
#636E7B
(99,110,123)
#545D68
(84,93,104)
#454C55
(69,76,85)
#363B42
(54,59,66)
#272A2F
(39,42,47)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #AEC3DA

#AEC3DA
(174,195,218)
#B5C8DD
(181,200,221)
#BCCDE0
(188,205,224)
#C3D2E3
(195,210,227)
#CAD7E6
(202,215,230)
#D1DCE9
(209,220,233)
#D8E1EC
(216,225,236)
#DFE6EF
(223,230,239)
#E6EBF2
(230,235,242)
#EDF0F5
(237,240,245)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC3DA; }

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

This text font color is #AEC3DA.

Background Color

.myBgColor { background-color: #AEC3DA; }

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

This div background color is #AEC3DA.

Border color

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

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

This div border color is #AEC3DA.

Opacity

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

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

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

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

This text has shadow with #AEC3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC3DA.

Preview

Color preview on black background

This text has color #AEC3DA on black background.


Color preview on white background

This text has color #AEC3DA on white background.


Black color preview on #AEC3DA background

This text has black color on #AEC3DA background.


White color preview on #AEC3DA background

This text has white color on #AEC3DA background.


Related colors

Complementary color

Complementary color for #hex is #513C25.


I love getcolorcode.com

Triadic colors

1 #DAAEC3 and #C3DAAE with #AEC3DA are triadic colors.

2 #DAC3AE and #C3AEDA with #AEC3DA are triadic colors.