COLOR #AEB4ED

HEX: #AEB4ED
RGB: (174,180,237)

Color info

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

RGB color model

#AEB4ED color RGB value is (174,180,237).

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

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 237 of 255 = 93%

174
180
237

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

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 237 = 591 (100%)
R 174 of 591 ~ 29.44%
G 180 of 591 ~ 30.46%
B 237 of 591 ~ 40.1%

%29.44
%30.46
%40.1

CMYK color model

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

  • cyan value is 26.58%
  • magenta value is 24.05%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(27,24,0,7)
C27M24Y0K7 
(27%,24%,0%,7%)
(0.27/0.24/0.00/0.07)	

CMYK percentages

%26.58
%24.05
%0
%7.06

Codes

Color #AEB4ED in popluar color models

AEB4ED
RGB174180237
HSL234°63.64%80.59%
HSB/HSV234°26.58%92.94%
CMYK26.58%24.05%0.00%
7.06%

Color #AEB4ED in popluar number systems.

HEXAEB4ED
Decimal174180237
Binary101011101011010011101101
Octal256264355

Shades and tints

Shades of #AEB4ED

#AEB4ED
(174,180,237)
#9FA4D8
(159,164,216)
#9094C3
(144,148,195)
#8184AE
(129,132,174)
#727499
(114,116,153)
#636484
(99,100,132)
#54546F
(84,84,111)
#45445A
(69,68,90)
#363445
(54,52,69)
#272430
(39,36,48)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #AEB4ED

#AEB4ED
(174,180,237)
#B5BAEE
(181,186,238)
#BCC0EF
(188,192,239)
#C3C6F0
(195,198,240)
#CACCF1
(202,204,241)
#D1D2F2
(209,210,242)
#D8D8F3
(216,216,243)
#DFDEF4
(223,222,244)
#E6E4F5
(230,228,245)
#EDEAF6
(237,234,246)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB4ED; }

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

This text font color is #AEB4ED.


Background Color

.myBgColor { background-color: #AEB4ED; }

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

This div background color is #AEB4ED.


Border color

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

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

This div border color is #AEB4ED.


Opacity

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

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

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

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

This text has shadow with #AEB4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB4ED on black background.


Color preview on white background

This text has color #AEB4ED on white background.



Black color preview on #AEB4ED background

This text has black color on #AEB4ED background.


White color preview on #AEB4ED background

This text has white color on #AEB4ED background.