COLOR #AEB8EA

HEX: #AEB8EA
RGB: (174,184,234)

Color info

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

RGB color model

#AEB8EA color RGB value is (174,184,234).

  • red value is 174;
  • green value is 184;
  • blue value is 234.
RGB:
(174,184,234)
(68%,72%,92%)

RGB channels and saturation

R 174 of 255 = 68%
G 184 of 255 = 72%
B 234 of 255 = 92%

174
184
234

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

Portions of RGB colors in percentages

R + G + B =
174 + 184 + 234 = 592 (100%)
R 174 of 592 ~ 29.39%
G 184 of 592 ~ 31.08%
B 234 of 592 ~ 39.53%

%29.39
%31.08
%39.53

CMYK color model

#AEB8EA color CMYK value is (26,21,0,8).

  • cyan value is 25.64%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(26,21,0,8)
C26M21Y0K8 
(26%,21%,0%,8%)
(0.26/0.21/0.00/0.08)	

CMYK percentages

%25.64
%21.37
%0
%8.24

Codes

Color #AEB8EA in popluar color models

AEB8EA
RGB174184234
HSL230°58.82%80.00%
HSB/HSV230°25.64%91.76%
CMYK25.64%21.37%0.00%
8.24%

Color #AEB8EA in popluar number systems.

HEXAEB8EA
Decimal174184234
Binary101011101011100011101010
Octal256270352

Shades and tints

Shades of #AEB8EA

#AEB8EA
(174,184,234)
#9FA8D5
(159,168,213)
#9098C0
(144,152,192)
#8188AB
(129,136,171)
#727896
(114,120,150)
#636881
(99,104,129)
#54586C
(84,88,108)
#454857
(69,72,87)
#363842
(54,56,66)
#27282D
(39,40,45)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AEB8EA

#AEB8EA
(174,184,234)
#B5BEEB
(181,190,235)
#BCC4EC
(188,196,236)
#C3CAED
(195,202,237)
#CAD0EE
(202,208,238)
#D1D6EF
(209,214,239)
#D8DCF0
(216,220,240)
#DFE2F1
(223,226,241)
#E6E8F2
(230,232,242)
#EDEEF3
(237,238,243)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB8EA color. Also use rgb(174,184,234) instead hex code.

Text Font Color

.myTextColor { color: #AEB8EA; }

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

This text font color is #AEB8EA.


Background Color

.myBgColor { background-color: #AEB8EA; }

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

This div background color is #AEB8EA.


Border color

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

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

This div border color is #AEB8EA.


Opacity

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

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

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

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

This text has shadow with #AEB8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB8EA on black background.


Color preview on white background

This text has color #AEB8EA on white background.



Black color preview on #AEB8EA background

This text has black color on #AEB8EA background.


White color preview on #AEB8EA background

This text has white color on #AEB8EA background.