COLOR #AEC3D7

HEX: #AEC3D7 RGB: (174,195,215)

Color info

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

RGB color model

#AEC3D7 color RGB value is (174,195,215).

RGB: (174,195,215) (68%, 76%, 84%)

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 215 of 255 = 84%

174
195
215

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

Portions of RGB colors in percentages

R + G + B = 174 + 195 + 215 = 584 (100%)
R 174 of 584 ~ 29.79%
G 195 of 584 ~ 33.39%
B 215 of 584 ~ 36.82'%

%29.79
%33.39
%36.82

CMYK color model

#AEC3D7 color CMYK value is (19,9,0,16).

  • cyan value is 19.07%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (19,9,0,16)
C19M9Y0K16 (19%, 9%, 0%, 16%)
(0.19 / 0.09 / 0.00 / 0.16)

CMYK percentages

%19.07
%9.3
%0
%15.69

Codes

Color #AEC3D7 in popluar color models

AE C3 D7
RGB 174 195 215
HSL 209° 33.88% 76.27%
HSB/HSV 209° 19.07% 84.31%
CMYK 19.07% 9.30% 0.00%
15.69%

Color #AEC3D7 in popluar number systems.

HEX AE C3 D7
Decimal 174 195 215
Binary 10101110 11000011 11010111
Octal 256 303 327

Shades and tints

Shades of #AEC3D7

#AEC3D7
(174,195,215)
#9FB2C4
(159,178,196)
#90A1B1
(144,161,177)
#81909E
(129,144,158)
#727F8B
(114,127,139)
#636E78
(99,110,120)
#545D65
(84,93,101)
#454C52
(69,76,82)
#363B3F
(54,59,63)
#272A2C
(39,42,44)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #AEC3D7

#AEC3D7
(174,195,215)
#B5C8DA
(181,200,218)
#BCCDDD
(188,205,221)
#C3D2E0
(195,210,224)
#CAD7E3
(202,215,227)
#D1DCE6
(209,220,230)
#D8E1E9
(216,225,233)
#DFE6EC
(223,230,236)
#E6EBEF
(230,235,239)
#EDF0F2
(237,240,242)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC3D7; }

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

This text font color is #AEC3D7.

Background Color

.myBgColor { background-color: #AEC3D7; }

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

This div background color is #AEC3D7.

Border color

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

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

This div border color is #AEC3D7.

Opacity

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

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

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

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

This text has shadow with #AEC3D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC3D7.

Preview

Color preview on black background

This text has color #AEC3D7 on black background.


Color preview on white background

This text has color #AEC3D7 on white background.


Black color preview on #AEC3D7 background

This text has black color on #AEC3D7 background.


White color preview on #AEC3D7 background

This text has white color on #AEC3D7 background.


Related colors

Complementary color

Complementary color for #hex is #513C28.


I love getcolorcode.com

Triadic colors

1 #D7AEC3 and #C3D7AE with #AEC3D7 are triadic colors.

2 #D7C3AE and #C3AED7 with #AEC3D7 are triadic colors.