COLOR #AEB6E3

HEX: #AEB6E3
RGB: (174,182,227)

Color info

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

RGB color model

#AEB6E3 color RGB value is (174,182,227).

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

RGB channels and saturation

R 174 of 255 = 68%
G 182 of 255 = 71%
B 227 of 255 = 89%

174
182
227

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

Portions of RGB colors in percentages

R + G + B =
174 + 182 + 227 = 583 (100%)
R 174 of 583 ~ 29.85%
G 182 of 583 ~ 31.22%
B 227 of 583 ~ 38.94%

%29.85
%31.22
%38.94

CMYK color model

#AEB6E3 color CMYK value is (23,20,0,11).

  • cyan value is 23.35%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(23,20,0,11)
C23M20Y0K11 
(23%,20%,0%,11%)
(0.23/0.20/0.00/0.11)	

CMYK percentages

%23.35
%19.82
%0
%10.98

Codes

Color #AEB6E3 in popluar color models

AEB6E3
RGB174182227
HSL231°48.62%78.63%
HSB/HSV231°23.35%89.02%
CMYK23.35%19.82%0.00%
10.98%

Color #AEB6E3 in popluar number systems.

HEXAEB6E3
Decimal174182227
Binary101011101011011011100011
Octal256266343

Shades and tints

Shades of #AEB6E3

#AEB6E3
(174,182,227)
#9FA6CF
(159,166,207)
#9096BB
(144,150,187)
#8186A7
(129,134,167)
#727693
(114,118,147)
#63667F
(99,102,127)
#54566B
(84,86,107)
#454657
(69,70,87)
#363643
(54,54,67)
#27262F
(39,38,47)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #AEB6E3

#AEB6E3
(174,182,227)
#B5BCE5
(181,188,229)
#BCC2E7
(188,194,231)
#C3C8E9
(195,200,233)
#CACEEB
(202,206,235)
#D1D4ED
(209,212,237)
#D8DAEF
(216,218,239)
#DFE0F1
(223,224,241)
#E6E6F3
(230,230,243)
#EDECF5
(237,236,245)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB6E3; }

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

This text font color is #AEB6E3.


Background Color

.myBgColor { background-color: #AEB6E3; }

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

This div background color is #AEB6E3.


Border color

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

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

This div border color is #AEB6E3.


Opacity

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

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

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

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

This text has shadow with #AEB6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB6E3 on black background.


Color preview on white background

This text has color #AEB6E3 on white background.



Black color preview on #AEB6E3 background

This text has black color on #AEB6E3 background.


White color preview on #AEB6E3 background

This text has white color on #AEB6E3 background.