COLOR #AEB5EE

HEX: #AEB5EE
RGB: (174,181,238)

Color info

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

RGB color model

#AEB5EE color RGB value is (174,181,238).

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

RGB channels and saturation

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

174
181
238

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

Portions of RGB colors in percentages

R + G + B =
174 + 181 + 238 = 593 (100%)
R 174 of 593 ~ 29.34%
G 181 of 593 ~ 30.52%
B 238 of 593 ~ 40.13%

%29.34
%30.52
%40.13

CMYK color model

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

  • cyan value is 26.89%
  • magenta value is 23.95%
  • 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.95
%0
%6.67

Codes

Color #AEB5EE in popluar color models

AEB5EE
RGB174181238
HSL233°65.31%80.78%
HSB/HSV233°26.89%93.33%
CMYK26.89%23.95%0.00%
6.67%

Color #AEB5EE in popluar number systems.

HEXAEB5EE
Decimal174181238
Binary101011101011010111101110
Octal256265356

Shades and tints

Shades of #AEB5EE

#AEB5EE
(174,181,238)
#9FA5D9
(159,165,217)
#9095C4
(144,149,196)
#8185AF
(129,133,175)
#72759A
(114,117,154)
#636585
(99,101,133)
#545570
(84,85,112)
#45455B
(69,69,91)
#363546
(54,53,70)
#272531
(39,37,49)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #AEB5EE

#AEB5EE
(174,181,238)
#B5BBEF
(181,187,239)
#BCC1F0
(188,193,240)
#C3C7F1
(195,199,241)
#CACDF2
(202,205,242)
#D1D3F3
(209,211,243)
#D8D9F4
(216,217,244)
#DFDFF5
(223,223,245)
#E6E5F6
(230,229,246)
#EDEBF7
(237,235,247)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB5EE; }

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

This text font color is #AEB5EE.


Background Color

.myBgColor { background-color: #AEB5EE; }

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

This div background color is #AEB5EE.


Border color

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

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

This div border color is #AEB5EE.


Opacity

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

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

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

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

This text has shadow with #AEB5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB5EE on black background.


Color preview on white background

This text has color #AEB5EE on white background.



Black color preview on #AEB5EE background

This text has black color on #AEB5EE background.


White color preview on #AEB5EE background

This text has white color on #AEB5EE background.