COLOR #AEC1DA

HEX: #AEC1DA
RGB: (174,193,218)

Color info

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

RGB color model

#AEC1DA color RGB value is (174,193,218).

  • red value is 174;
  • green value is 193;
  • blue value is 218.
RGB:
(174,193,218)
(68%,76%,85%)

RGB channels and saturation

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

174
193
218

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

Portions of RGB colors in percentages

R + G + B =
174 + 193 + 218 = 585 (100%)
R 174 of 585 ~ 29.74%
G 193 of 585 ~ 32.99%
B 218 of 585 ~ 37.26%

%29.74
%32.99
%37.26

CMYK color model

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

  • cyan value is 20.18%
  • magenta value is 11.47%
  • 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
%11.47
%0
%14.51

Codes

Color #AEC1DA in popluar color models

AEC1DA
RGB174193218
HSL214°37.29%76.86%
HSB/HSV214°20.18%85.49%
CMYK20.18%11.47%0.00%
14.51%

Color #AEC1DA in popluar number systems.

HEXAEC1DA
Decimal174193218
Binary101011101100000111011010
Octal256301332

Shades and tints

Shades of #AEC1DA

#AEC1DA
(174,193,218)
#9FB0C7
(159,176,199)
#909FB4
(144,159,180)
#818EA1
(129,142,161)
#727D8E
(114,125,142)
#636C7B
(99,108,123)
#545B68
(84,91,104)
#454A55
(69,74,85)
#363942
(54,57,66)
#27282F
(39,40,47)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #AEC1DA

#AEC1DA
(174,193,218)
#B5C6DD
(181,198,221)
#BCCBE0
(188,203,224)
#C3D0E3
(195,208,227)
#CAD5E6
(202,213,230)
#D1DAE9
(209,218,233)
#D8DFEC
(216,223,236)
#DFE4EF
(223,228,239)
#E6E9F2
(230,233,242)
#EDEEF5
(237,238,245)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC1DA; }

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

This text font color is #AEC1DA.


Background Color

.myBgColor { background-color: #AEC1DA; }

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

This div background color is #AEC1DA.


Border color

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

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

This div border color is #AEC1DA.


Opacity

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

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

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

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

This text has shadow with #AEC1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC1DA on black background.


Color preview on white background

This text has color #AEC1DA on white background.



Black color preview on #AEC1DA background

This text has black color on #AEC1DA background.


White color preview on #AEC1DA background

This text has white color on #AEC1DA background.