COLOR #AEB6EE

HEX: #AEB6EE
RGB: (174,182,238)

Color info

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

RGB color model

#AEB6EE color RGB value is (174,182,238).

  • red value is 174;
  • green value is 182;
  • blue value is 238.
RGB:
(174,182,238)
(68%,71%,93%)

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 238 of 255 = 93%

174
182
238

R + G + B ~ 77%. #AEB6EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 182 + 238 = 594 (100%)
R 174 of 594 ~ 29.29%
G 182 of 594 ~ 30.64%
B 238 of 594 ~ 40.07%

%29.29
%30.64
%40.07

CMYK color model

#AEB6EE color CMYK value is (27,24,0,7).

  • cyan value is 26.89%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(27,24,0,7)
C27M24Y0K7 
(27%,24%,0%,7%)
(0.27/0.24/0.00/0.07)	

CMYK percentages

%26.89
%23.53
%0
%6.67

Codes

Color #AEB6EE in popluar color models

AEB6EE
RGB174182238
HSL233°65.31%80.78%
HSB/HSV233°26.89%93.33%
CMYK26.89%23.53%0.00%
6.67%

Color #AEB6EE in popluar number systems.

HEXAEB6EE
Decimal174182238
Binary101011101011011011101110
Octal256266356

Shades and tints

Shades of #AEB6EE

#AEB6EE
(174,182,238)
#9FA6D9
(159,166,217)
#9096C4
(144,150,196)
#8186AF
(129,134,175)
#72769A
(114,118,154)
#636685
(99,102,133)
#545670
(84,86,112)
#45465B
(69,70,91)
#363646
(54,54,70)
#272631
(39,38,49)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #AEB6EE

#AEB6EE
(174,182,238)
#B5BCEF
(181,188,239)
#BCC2F0
(188,194,240)
#C3C8F1
(195,200,241)
#CACEF2
(202,206,242)
#D1D4F3
(209,212,243)
#D8DAF4
(216,218,244)
#DFE0F5
(223,224,245)
#E6E6F6
(230,230,246)
#EDECF7
(237,236,247)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB6EE color. Also use rgb(174,182,238) instead hex code.

Text Font Color

.myTextColor { color: #AEB6EE; }

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

This text font color is #AEB6EE.


Background Color

.myBgColor { background-color: #AEB6EE; }

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

This div background color is #AEB6EE.


Border color

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

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

This div border color is #AEB6EE.


Opacity

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

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

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

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

This text has shadow with #AEB6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB6EE on black background.


Color preview on white background

This text has color #AEB6EE on white background.



Black color preview on #AEB6EE background

This text has black color on #AEB6EE background.


White color preview on #AEB6EE background

This text has white color on #AEB6EE background.