COLOR #AEBAEE

HEX: #AEBAEE
RGB: (174,186,238)

Color info

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

RGB color model

#AEBAEE color RGB value is (174,186,238).

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

RGB channels and saturation

R 174 of 255 = 68%
G 186 of 255 = 73%
B 238 of 255 = 93%

174
186
238

R + G + B ~ 78%. #AEBAEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 186 + 238 = 598 (100%)
R 174 of 598 ~ 29.1%
G 186 of 598 ~ 31.1%
B 238 of 598 ~ 39.8%

%29.1
%31.1
%39.8

CMYK color model

#AEBAEE color CMYK value is (27,22,0,7).

  • cyan value is 26.89%
  • magenta value is 21.85%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(27,22,0,7)
C27M22Y0K7 
(27%,22%,0%,7%)
(0.27/0.22/0.00/0.07)	

CMYK percentages

%26.89
%21.85
%0
%6.67

Codes

Color #AEBAEE in popluar color models

AEBAEE
RGB174186238
HSL229°65.31%80.78%
HSB/HSV229°26.89%93.33%
CMYK26.89%21.85%0.00%
6.67%

Color #AEBAEE in popluar number systems.

HEXAEBAEE
Decimal174186238
Binary101011101011101011101110
Octal256272356

Shades and tints

Shades of #AEBAEE

#AEBAEE
(174,186,238)
#9FAAD9
(159,170,217)
#909AC4
(144,154,196)
#818AAF
(129,138,175)
#727A9A
(114,122,154)
#636A85
(99,106,133)
#545A70
(84,90,112)
#454A5B
(69,74,91)
#363A46
(54,58,70)
#272A31
(39,42,49)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #AEBAEE

#AEBAEE
(174,186,238)
#B5C0EF
(181,192,239)
#BCC6F0
(188,198,240)
#C3CCF1
(195,204,241)
#CAD2F2
(202,210,242)
#D1D8F3
(209,216,243)
#D8DEF4
(216,222,244)
#DFE4F5
(223,228,245)
#E6EAF6
(230,234,246)
#EDF0F7
(237,240,247)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBAEE; }

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

This text font color is #AEBAEE.


Background Color

.myBgColor { background-color: #AEBAEE; }

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

This div background color is #AEBAEE.


Border color

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

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

This div border color is #AEBAEE.


Opacity

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

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

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

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

This text has shadow with #AEBAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBAEE on black background.


Color preview on white background

This text has color #AEBAEE on white background.



Black color preview on #AEBAEE background

This text has black color on #AEBAEE background.


White color preview on #AEBAEE background

This text has white color on #AEBAEE background.