COLOR #AEBCF6

HEX: #AEBCF6 RGB: (174,188,246)

Color info

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

RGB color model

#AEBCF6 color RGB value is (174,188,246).

RGB: (174,188,246) (68%, 74%, 96%)

RGB channels and saturation

R 174 of 255 = 68%
G 188 of 255 = 74%
B 246 of 255 = 96%

174
188
246

R + G + B ~ 79%. #AEBCF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 188 + 246 = 608 (100%)
R 174 of 608 ~ 28.62%
G 188 of 608 ~ 30.92%
B 246 of 608 ~ 40.46'%

%28.62
%30.92
%40.46

CMYK color model

#AEBCF6 color CMYK value is (29,24,0,4).

  • cyan value is 29.27%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (29,24,0,4) C29M24Y0K4 (29%,24%,0%,4%) (0.29/0.24/0.00/0.04) 

CMYK percentages

%29.27
%23.58
%0
%3.53

Codes

Color #AEBCF6 in popluar color models

AE BC F6
RGB 174 188 246
HSL 228° 80.00% 82.35%
HSB/HSV 228° 29.27% 96.47%
CMYK 29.27% 23.58% 0.00%
3.53%

Color #AEBCF6 in popluar number systems.

HEX AE BC F6
Decimal 174 188 246
Binary 10101110 10111100 11110110
Octal 256 274 366

Shades and tints

Shades of #AEBCF6

#AEBCF6
(174,188,246)
#9FABE0
(159,171,224)
#909ACA
(144,154,202)
#8189B4
(129,137,180)
#72789E
(114,120,158)
#636788
(99,103,136)
#545672
(84,86,114)
#45455C
(69,69,92)
#363446
(54,52,70)
#272330
(39,35,48)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #AEBCF6

#AEBCF6
(174,188,246)
#B5C2F6
(181,194,246)
#BCC8F6
(188,200,246)
#C3CEF6
(195,206,246)
#CAD4F6
(202,212,246)
#D1DAF6
(209,218,246)
#D8E0F6
(216,224,246)
#DFE6F6
(223,230,246)
#E6ECF6
(230,236,246)
#EDF2F6
(237,242,246)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBCF6; }

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

This text font color is #AEBCF6.

Background Color

.myBgColor { background-color: #AEBCF6; }

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

This div background color is #AEBCF6.

Border color

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

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

This div border color is #AEBCF6.

Opacity

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

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

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

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

This text has shadow with #AEBCF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBCF6.

Preview

Color preview on black background

This text has color #AEBCF6 on black background.


Color preview on white background

This text has color #AEBCF6 on white background.


Black color preview on #AEBCF6 background

This text has black color on #AEBCF6 background.


White color preview on #AEBCF6 background

This text has white color on #AEBCF6 background.


Related colors

Complementary color

Complementary color for #hex is #514309.


I love getcolorcode.com

Triadic colors

1 #F6AEBC and #BCF6AE with #AEBCF6 are triadic colors.

2 #F6BCAE and #BCAEF6 with #AEBCF6 are triadic colors.