COLOR #AEBBF6

HEX: #AEBBF6 RGB: (174,187,246)

Color info

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

RGB color model

#AEBBF6 color RGB value is (174,187,246).

RGB: (174,187,246) (68%, 73%, 96%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 246 of 255 = 96%

174
187
246

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

Portions of RGB colors in percentages

R + G + B = 174 + 187 + 246 = 607 (100%)
R 174 of 607 ~ 28.67%
G 187 of 607 ~ 30.81%
B 246 of 607 ~ 40.53'%

%28.67
%30.81
%40.53

CMYK color model

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

  • cyan value is 29.27%
  • magenta value is 23.98%
  • 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.98
%0
%3.53

Codes

Color #AEBBF6 in popluar color models

AE BB F6
RGB 174 187 246
HSL 229° 80.00% 82.35%
HSB/HSV 229° 29.27% 96.47%
CMYK 29.27% 23.98% 0.00%
3.53%

Color #AEBBF6 in popluar number systems.

HEX AE BB F6
Decimal 174 187 246
Binary 10101110 10111011 11110110
Octal 256 273 366

Shades and tints

Shades of #AEBBF6

#AEBBF6
(174,187,246)
#9FAAE0
(159,170,224)
#9099CA
(144,153,202)
#8188B4
(129,136,180)
#72779E
(114,119,158)
#636688
(99,102,136)
#545572
(84,85,114)
#45445C
(69,68,92)
#363346
(54,51,70)
#272230
(39,34,48)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #AEBBF6

#AEBBF6
(174,187,246)
#B5C1F6
(181,193,246)
#BCC7F6
(188,199,246)
#C3CDF6
(195,205,246)
#CAD3F6
(202,211,246)
#D1D9F6
(209,217,246)
#D8DFF6
(216,223,246)
#DFE5F6
(223,229,246)
#E6EBF6
(230,235,246)
#EDF1F6
(237,241,246)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBBF6; }

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

This text font color is #AEBBF6.

Background Color

.myBgColor { background-color: #AEBBF6; }

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

This div background color is #AEBBF6.

Border color

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

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

This div border color is #AEBBF6.

Opacity

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

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

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

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

This text has shadow with #AEBBF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBBF6.

Preview

Color preview on black background

This text has color #AEBBF6 on black background.


Color preview on white background

This text has color #AEBBF6 on white background.


Black color preview on #AEBBF6 background

This text has black color on #AEBBF6 background.


White color preview on #AEBBF6 background

This text has white color on #AEBBF6 background.


Related colors

Complementary color

Complementary color for #hex is #514409.


I love getcolorcode.com

Triadic colors

1 #F6AEBB and #BBF6AE with #AEBBF6 are triadic colors.

2 #F6BBAE and #BBAEF6 with #AEBBF6 are triadic colors.