COLOR #AEC2DC

HEX: #AEC2DC
RGB: (174,194,220)

Color info

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

RGB color model

#AEC2DC color RGB value is (174,194,220).

  • red value is 174;
  • green value is 194;
  • blue value is 220.
RGB:
(174,194,220)
(68%,76%,86%)

RGB channels and saturation

R 174 of 255 = 68%
G 194 of 255 = 76%
B 220 of 255 = 86%

174
194
220

R + G + B ~ 77%. #AEC2DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 194 + 220 = 588 (100%)
R 174 of 588 ~ 29.59%
G 194 of 588 ~ 32.99%
B 220 of 588 ~ 37.41%

%29.59
%32.99
%37.41

CMYK color model

#AEC2DC color CMYK value is (21,12,0,14).

  • cyan value is 20.91%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(21,12,0,14)
C21M12Y0K14 
(21%,12%,0%,14%)
(0.21/0.12/0.00/0.14)	

CMYK percentages

%20.91
%11.82
%0
%13.73

Codes

Color #AEC2DC in popluar color models

AEC2DC
RGB174194220
HSL214°39.66%77.25%
HSB/HSV214°20.91%86.27%
CMYK20.91%11.82%0.00%
13.73%

Color #AEC2DC in popluar number systems.

HEXAEC2DC
Decimal174194220
Binary101011101100001011011100
Octal256302334

Shades and tints

Shades of #AEC2DC

#AEC2DC
(174,194,220)
#9FB1C8
(159,177,200)
#90A0B4
(144,160,180)
#818FA0
(129,143,160)
#727E8C
(114,126,140)
#636D78
(99,109,120)
#545C64
(84,92,100)
#454B50
(69,75,80)
#363A3C
(54,58,60)
#272928
(39,41,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #AEC2DC

#AEC2DC
(174,194,220)
#B5C7DF
(181,199,223)
#BCCCE2
(188,204,226)
#C3D1E5
(195,209,229)
#CAD6E8
(202,214,232)
#D1DBEB
(209,219,235)
#D8E0EE
(216,224,238)
#DFE5F1
(223,229,241)
#E6EAF4
(230,234,244)
#EDEFF7
(237,239,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC2DC color. Also use rgb(174,194,220) instead hex code.

Text Font Color

.myTextColor { color: #AEC2DC; }

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

This text font color is #AEC2DC.


Background Color

.myBgColor { background-color: #AEC2DC; }

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

This div background color is #AEC2DC.


Border color

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

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

This div border color is #AEC2DC.


Opacity

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

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

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

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

This text has shadow with #AEC2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC2DC on black background.


Color preview on white background

This text has color #AEC2DC on white background.



Black color preview on #AEC2DC background

This text has black color on #AEC2DC background.


White color preview on #AEC2DC background

This text has white color on #AEC2DC background.