COLOR #AEC2D6

HEX: #AEC2D6 RGB: (174,194,214)

Color info

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

RGB color model

#AEC2D6 color RGB value is (174,194,214).

RGB: (174,194,214) (68%, 76%, 84%)

RGB channels and saturation

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

174
194
214

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

Portions of RGB colors in percentages

R + G + B = 174 + 194 + 214 = 582 (100%)
R 174 of 582 ~ 29.9%
G 194 of 582 ~ 33.33%
B 214 of 582 ~ 36.77'%

%29.9
%33.33
%36.77

CMYK color model

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

  • cyan value is 18.69%
  • magenta value is 9.35%
  • 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
%9.35
%0
%16.08

Codes

Color #AEC2D6 in popluar color models

AE C2 D6
RGB 174 194 214
HSL 210° 32.79% 76.08%
HSB/HSV 210° 18.69% 83.92%
CMYK 18.69% 9.35% 0.00%
16.08%

Color #AEC2D6 in popluar number systems.

HEX AE C2 D6
Decimal 174 194 214
Binary 10101110 11000010 11010110
Octal 256 302 326

Shades and tints

Shades of #AEC2D6

#AEC2D6
(174,194,214)
#9FB1C3
(159,177,195)
#90A0B0
(144,160,176)
#818F9D
(129,143,157)
#727E8A
(114,126,138)
#636D77
(99,109,119)
#545C64
(84,92,100)
#454B51
(69,75,81)
#363A3E
(54,58,62)
#27292B
(39,41,43)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AEC2D6

#AEC2D6
(174,194,214)
#B5C7D9
(181,199,217)
#BCCCDC
(188,204,220)
#C3D1DF
(195,209,223)
#CAD6E2
(202,214,226)
#D1DBE5
(209,219,229)
#D8E0E8
(216,224,232)
#DFE5EB
(223,229,235)
#E6EAEE
(230,234,238)
#EDEFF1
(237,239,241)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC2D6; }

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

This text font color is #AEC2D6.

Background Color

.myBgColor { background-color: #AEC2D6; }

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

This div background color is #AEC2D6.

Border color

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

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

This div border color is #AEC2D6.

Opacity

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

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

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

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

This text has shadow with #AEC2D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC2D6.

Preview

Color preview on black background

This text has color #AEC2D6 on black background.


Color preview on white background

This text has color #AEC2D6 on white background.


Black color preview on #AEC2D6 background

This text has black color on #AEC2D6 background.


White color preview on #AEC2D6 background

This text has white color on #AEC2D6 background.


Related colors

Complementary color

Complementary color for #hex is #513D29.


I love getcolorcode.com

Triadic colors

1 #D6AEC2 and #C2D6AE with #AEC2D6 are triadic colors.

2 #D6C2AE and #C2AED6 with #AEC2D6 are triadic colors.