COLOR #AEB2ED

HEX: #AEB2ED
RGB: (174,178,237)

Color info

#AEB2ED contains mainly green and blue colors. Web safe color of #AEB2ED is #9999FF (or #99F).

RGB color model

#AEB2ED color RGB value is (174,178,237).

  • red value is 174;
  • green value is 178;
  • blue value is 237.
RGB:
(174,178,237)
(68%,70%,93%)

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 237 of 255 = 93%

174
178
237

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 237 = 589 (100%)
R 174 of 589 ~ 29.54%
G 178 of 589 ~ 30.22%
B 237 of 589 ~ 40.24%

%29.54
%30.22
%40.24

CMYK color model

#AEB2ED color CMYK value is (27,25,0,7).

  • cyan value is 26.58%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(27,25,0,7)
C27M25Y0K7 
(27%,25%,0%,7%)
(0.27/0.25/0.00/0.07)	

CMYK percentages

%26.58
%24.89
%0
%7.06

Codes

Color #AEB2ED in popluar color models

AEB2ED
RGB174178237
HSL236°63.64%80.59%
HSB/HSV236°26.58%92.94%
CMYK26.58%24.89%0.00%
7.06%

Color #AEB2ED in popluar number systems.

HEXAEB2ED
Decimal174178237
Binary101011101011001011101101
Octal256262355

Shades and tints

Shades of #AEB2ED

#AEB2ED
(174,178,237)
#9FA2D8
(159,162,216)
#9092C3
(144,146,195)
#8182AE
(129,130,174)
#727299
(114,114,153)
#636284
(99,98,132)
#54526F
(84,82,111)
#45425A
(69,66,90)
#363245
(54,50,69)
#272230
(39,34,48)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #AEB2ED

#AEB2ED
(174,178,237)
#B5B9EE
(181,185,238)
#BCC0EF
(188,192,239)
#C3C7F0
(195,199,240)
#CACEF1
(202,206,241)
#D1D5F2
(209,213,242)
#D8DCF3
(216,220,243)
#DFE3F4
(223,227,244)
#E6EAF5
(230,234,245)
#EDF1F6
(237,241,246)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB2ED color. Also use rgb(174,178,237) instead hex code.

Text Font Color

.myTextColor { color: #AEB2ED; }

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

This text font color is #AEB2ED.


Background Color

.myBgColor { background-color: #AEB2ED; }

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

This div background color is #AEB2ED.


Border color

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

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

This div border color is #AEB2ED.


Opacity

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

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

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

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

This text has shadow with #AEB2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB2ED on black background.


Color preview on white background

This text has color #AEB2ED on white background.



Black color preview on #AEB2ED background

This text has black color on #AEB2ED background.


White color preview on #AEB2ED background

This text has white color on #AEB2ED background.