COLOR #AECEF6

HEX: #AECEF6 RGB: (174,206,246)

Color info

#AECEF6 contains mainly green and blue colors. Web safe color of #AECEF6 is #99CCFF (or #9CF).

RGB color model

#AECEF6 color RGB value is (174,206,246).

RGB: (174,206,246) (68%, 81%, 96%)

RGB channels and saturation

R 174 of 255 = 68%
G 206 of 255 = 81%
B 246 of 255 = 96%

174
206
246

R + G + B ~ 82%. #AECEF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 206 + 246 = 626 (100%)
R 174 of 626 ~ 27.8%
G 206 of 626 ~ 32.91%
B 246 of 626 ~ 39.3'%

%27.8
%32.91
%39.3

CMYK color model

#AECEF6 color CMYK value is (29,16,0,4).

  • cyan value is 29.27%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (29,16,0,4)
C29M16Y0K4 (29%, 16%, 0%, 4%)
(0.29 / 0.16 / 0.00 / 0.04)

CMYK percentages

%29.27
%16.26
%0
%3.53

Codes

Color #AECEF6 in popluar color models

AE CE F6
RGB 174 206 246
HSL 213° 80.00% 82.35%
HSB/HSV 213° 29.27% 96.47%
CMYK 29.27% 16.26% 0.00%
3.53%

Color #AECEF6 in popluar number systems.

HEX AE CE F6
Decimal 174 206 246
Binary 10101110 11001110 11110110
Octal 256 316 366

Shades and tints

Shades of #AECEF6

#AECEF6
(174,206,246)
#9FBCE0
(159,188,224)
#90AACA
(144,170,202)
#8198B4
(129,152,180)
#72869E
(114,134,158)
#637488
(99,116,136)
#546272
(84,98,114)
#45505C
(69,80,92)
#363E46
(54,62,70)
#272C30
(39,44,48)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #AECEF6

#AECEF6
(174,206,246)
#B5D2F6
(181,210,246)
#BCD6F6
(188,214,246)
#C3DAF6
(195,218,246)
#CADEF6
(202,222,246)
#D1E2F6
(209,226,246)
#D8E6F6
(216,230,246)
#DFEAF6
(223,234,246)
#E6EEF6
(230,238,246)
#EDF2F6
(237,242,246)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECEF6 color. Also use rgb(174,206,246) instead hex code.

Text Font Color

.myTextColor { color: #AECEF6; }

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

This text font color is #AECEF6.

Background Color

.myBgColor { background-color: #AECEF6; }

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

This div background color is #AECEF6.

Border color

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

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

This div border color is #AECEF6.

Opacity

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

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

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

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

This text has shadow with #AECEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECEF6.

Preview

Color preview on black background

This text has color #AECEF6 on black background.


Color preview on white background

This text has color #AECEF6 on white background.


Black color preview on #AECEF6 background

This text has black color on #AECEF6 background.


White color preview on #AECEF6 background

This text has white color on #AECEF6 background.


Related colors

Complementary color

Complementary color for #hex is #513109.


I love getcolorcode.com

Triadic colors

1 #F6AECE and #CEF6AE with #AECEF6 are triadic colors.

2 #F6CEAE and #CEAEF6 with #AECEF6 are triadic colors.