COLOR #AEC7ED

HEX: #AEC7ED
RGB: (174,199,237)

Color info

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

RGB color model

#AEC7ED color RGB value is (174,199,237).

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

RGB channels and saturation

R 174 of 255 = 68%
G 199 of 255 = 78%
B 237 of 255 = 93%

174
199
237

R + G + B ~ 80%. #AEC7ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 199 + 237 = 610 (100%)
R 174 of 610 ~ 28.52%
G 199 of 610 ~ 32.62%
B 237 of 610 ~ 38.85%

%28.52
%32.62
%38.85

CMYK color model

#AEC7ED color CMYK value is (27,16,0,7).

  • cyan value is 26.58%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(27,16,0,7)
C27M16Y0K7 
(27%,16%,0%,7%)
(0.27/0.16/0.00/0.07)	

CMYK percentages

%26.58
%16.03
%0
%7.06

Codes

Color #AEC7ED in popluar color models

AEC7ED
RGB174199237
HSL216°63.64%80.59%
HSB/HSV216°26.58%92.94%
CMYK26.58%16.03%0.00%
7.06%

Color #AEC7ED in popluar number systems.

HEXAEC7ED
Decimal174199237
Binary101011101100011111101101
Octal256307355

Shades and tints

Shades of #AEC7ED

#AEC7ED
(174,199,237)
#9FB5D8
(159,181,216)
#90A3C3
(144,163,195)
#8191AE
(129,145,174)
#727F99
(114,127,153)
#636D84
(99,109,132)
#545B6F
(84,91,111)
#45495A
(69,73,90)
#363745
(54,55,69)
#272530
(39,37,48)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #AEC7ED

#AEC7ED
(174,199,237)
#B5CCEE
(181,204,238)
#BCD1EF
(188,209,239)
#C3D6F0
(195,214,240)
#CADBF1
(202,219,241)
#D1E0F2
(209,224,242)
#D8E5F3
(216,229,243)
#DFEAF4
(223,234,244)
#E6EFF5
(230,239,245)
#EDF4F6
(237,244,246)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC7ED; }

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

This text font color is #AEC7ED.


Background Color

.myBgColor { background-color: #AEC7ED; }

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

This div background color is #AEC7ED.


Border color

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

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

This div border color is #AEC7ED.


Opacity

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

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

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

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

This text has shadow with #AEC7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC7ED on black background.


Color preview on white background

This text has color #AEC7ED on white background.



Black color preview on #AEC7ED background

This text has black color on #AEC7ED background.


White color preview on #AEC7ED background

This text has white color on #AEC7ED background.