COLOR #AEC3DE

HEX: #AEC3DE
RGB: (174,195,222)

Color info

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

RGB color model

#AEC3DE color RGB value is (174,195,222).

  • red value is 174;
  • green value is 195;
  • blue value is 222.
RGB:
(174,195,222)
(68%,76%,87%)

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 222 of 255 = 87%

174
195
222

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

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 222 = 591 (100%)
R 174 of 591 ~ 29.44%
G 195 of 591 ~ 32.99%
B 222 of 591 ~ 37.56%

%29.44
%32.99
%37.56

CMYK color model

#AEC3DE color CMYK value is (22,12,0,13).

  • cyan value is 21.62%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(22,12,0,13)
C22M12Y0K13 
(22%,12%,0%,13%)
(0.22/0.12/0.00/0.13)	

CMYK percentages

%21.62
%12.16
%0
%12.94

Codes

Color #AEC3DE in popluar color models

AEC3DE
RGB174195222
HSL214°42.11%77.65%
HSB/HSV214°21.62%87.06%
CMYK21.62%12.16%0.00%
12.94%

Color #AEC3DE in popluar number systems.

HEXAEC3DE
Decimal174195222
Binary101011101100001111011110
Octal256303336

Shades and tints

Shades of #AEC3DE

#AEC3DE
(174,195,222)
#9FB2CA
(159,178,202)
#90A1B6
(144,161,182)
#8190A2
(129,144,162)
#727F8E
(114,127,142)
#636E7A
(99,110,122)
#545D66
(84,93,102)
#454C52
(69,76,82)
#363B3E
(54,59,62)
#272A2A
(39,42,42)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #AEC3DE

#AEC3DE
(174,195,222)
#B5C8E1
(181,200,225)
#BCCDE4
(188,205,228)
#C3D2E7
(195,210,231)
#CAD7EA
(202,215,234)
#D1DCED
(209,220,237)
#D8E1F0
(216,225,240)
#DFE6F3
(223,230,243)
#E6EBF6
(230,235,246)
#EDF0F9
(237,240,249)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC3DE; }

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

This text font color is #AEC3DE.


Background Color

.myBgColor { background-color: #AEC3DE; }

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

This div background color is #AEC3DE.


Border color

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

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

This div border color is #AEC3DE.


Opacity

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

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

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

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

This text has shadow with #AEC3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC3DE on black background.


Color preview on white background

This text has color #AEC3DE on white background.



Black color preview on #AEC3DE background

This text has black color on #AEC3DE background.


White color preview on #AEC3DE background

This text has white color on #AEC3DE background.