COLOR #AEC1D3

HEX: #AEC1D3 RGB: (174,193,211)

Color info

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

RGB color model

#AEC1D3 color RGB value is (174,193,211).

RGB: (174,193,211) (68%, 76%, 83%)

RGB channels and saturation

R 174 of 255 = 68%
G 193 of 255 = 76%
B 211 of 255 = 83%

174
193
211

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

Portions of RGB colors in percentages

R + G + B = 174 + 193 + 211 = 578 (100%)
R 174 of 578 ~ 30.1%
G 193 of 578 ~ 33.39%
B 211 of 578 ~ 36.51'%

%30.1
%33.39
%36.51

CMYK color model

#AEC1D3 color CMYK value is (18,9,0,17).

  • cyan value is 17.54%
  • magenta value is 8.53%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (18,9,0,17)
C18M9Y0K17 (18%, 9%, 0%, 17%)
(0.18 / 0.09 / 0.00 / 0.17)

CMYK percentages

%17.54
%8.53
%0
%17.25

Codes

Color #AEC1D3 in popluar color models

AE C1 D3
RGB 174 193 211
HSL 209° 29.60% 75.49%
HSB/HSV 209° 17.54% 82.75%
CMYK 17.54% 8.53% 0.00%
17.25%

Color #AEC1D3 in popluar number systems.

HEX AE C1 D3
Decimal 174 193 211
Binary 10101110 11000001 11010011
Octal 256 301 323

Shades and tints

Shades of #AEC1D3

#AEC1D3
(174,193,211)
#9FB0C0
(159,176,192)
#909FAD
(144,159,173)
#818E9A
(129,142,154)
#727D87
(114,125,135)
#636C74
(99,108,116)
#545B61
(84,91,97)
#454A4E
(69,74,78)
#36393B
(54,57,59)
#272828
(39,40,40)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #AEC1D3

#AEC1D3
(174,193,211)
#B5C6D7
(181,198,215)
#BCCBDB
(188,203,219)
#C3D0DF
(195,208,223)
#CAD5E3
(202,213,227)
#D1DAE7
(209,218,231)
#D8DFEB
(216,223,235)
#DFE4EF
(223,228,239)
#E6E9F3
(230,233,243)
#EDEEF7
(237,238,247)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC1D3 color. Also use rgb(174,193,211) instead hex code.

Text Font Color

.myTextColor { color: #AEC1D3; }

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

This text font color is #AEC1D3.

Background Color

.myBgColor { background-color: #AEC1D3; }

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

This div background color is #AEC1D3.

Border color

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

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

This div border color is #AEC1D3.

Opacity

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

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

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

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

This text has shadow with #AEC1D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC1D3.

Preview

Color preview on black background

This text has color #AEC1D3 on black background.


Color preview on white background

This text has color #AEC1D3 on white background.


Black color preview on #AEC1D3 background

This text has black color on #AEC1D3 background.


White color preview on #AEC1D3 background

This text has white color on #AEC1D3 background.


Related colors

Complementary color

Complementary color for #hex is #513E2C.


I love getcolorcode.com

Triadic colors

1 #D3AEC1 and #C1D3AE with #AEC1D3 are triadic colors.

2 #D3C1AE and #C1AED3 with #AEC1D3 are triadic colors.