COLOR #AEC3D6

HEX: #AEC3D6
RGB: (174,195,214)

Color info

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

RGB color model

#AEC3D6 color RGB value is (174,195,214).

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

RGB channels and saturation

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

174
195
214

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

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 214 = 583 (100%)
R 174 of 583 ~ 29.85%
G 195 of 583 ~ 33.45%
B 214 of 583 ~ 36.71%

%29.85
%33.45
%36.71

CMYK color model

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

  • cyan value is 18.69%
  • magenta value is 8.88%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(19,9,0,16)
C19M9Y0K16 
(19%,9%,0%,16%)
(0.19/0.09/0.00/0.16)	

CMYK percentages

%18.69
%8.88
%0
%16.08

Codes

Color #AEC3D6 in popluar color models

AEC3D6
RGB174195214
HSL209°32.79%76.08%
HSB/HSV209°18.69%83.92%
CMYK18.69%8.88%0.00%
16.08%

Color #AEC3D6 in popluar number systems.

HEXAEC3D6
Decimal174195214
Binary101011101100001111010110
Octal256303326

Shades and tints

Shades of #AEC3D6

#AEC3D6
(174,195,214)
#9FB2C3
(159,178,195)
#90A1B0
(144,161,176)
#81909D
(129,144,157)
#727F8A
(114,127,138)
#636E77
(99,110,119)
#545D64
(84,93,100)
#454C51
(69,76,81)
#363B3E
(54,59,62)
#272A2B
(39,42,43)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #AEC3D6

#AEC3D6
(174,195,214)
#B5C8D9
(181,200,217)
#BCCDDC
(188,205,220)
#C3D2DF
(195,210,223)
#CAD7E2
(202,215,226)
#D1DCE5
(209,220,229)
#D8E1E8
(216,225,232)
#DFE6EB
(223,230,235)
#E6EBEE
(230,235,238)
#EDF0F1
(237,240,241)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC3D6; }

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

This text font color is #AEC3D6.


Background Color

.myBgColor { background-color: #AEC3D6; }

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

This div background color is #AEC3D6.


Border color

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

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

This div border color is #AEC3D6.


Opacity

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

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

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

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

This text has shadow with #AEC3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC3D6 on black background.


Color preview on white background

This text has color #AEC3D6 on white background.



Black color preview on #AEC3D6 background

This text has black color on #AEC3D6 background.


White color preview on #AEC3D6 background

This text has white color on #AEC3D6 background.