COLOR #AEC6E4

HEX: #AEC6E4
RGB: (174,198,228)

Color info

#AEC6E4 contains red, green and blue colors in about the same proportion. Web safe color of #AEC6E4 is #99CCCC (or #9CC).

RGB color model

#AEC6E4 color RGB value is (174,198,228).

  • red value is 174;
  • green value is 198;
  • blue value is 228.
RGB:
(174,198,228)
(68%,78%,89%)

RGB channels and saturation

R 174 of 255 = 68%
G 198 of 255 = 78%
B 228 of 255 = 89%

174
198
228

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

Portions of RGB colors in percentages

R + G + B =
174 + 198 + 228 = 600 (100%)
R 174 of 600 ~ 29%
G 198 of 600 ~ 33%
B 228 of 600 ~ 38%

%29
%33
%38

CMYK color model

#AEC6E4 color CMYK value is (24,13,0,11).

  • cyan value is 23.68%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(24,13,0,11)
C24M13Y0K11 
(24%,13%,0%,11%)
(0.24/0.13/0.00/0.11)	

CMYK percentages

%23.68
%13.16
%0
%10.59

Codes

Color #AEC6E4 in popluar color models

AEC6E4
RGB174198228
HSL213°50.00%78.82%
HSB/HSV213°23.68%89.41%
CMYK23.68%13.16%0.00%
10.59%

Color #AEC6E4 in popluar number systems.

HEXAEC6E4
Decimal174198228
Binary101011101100011011100100
Octal256306344

Shades and tints

Shades of #AEC6E4

#AEC6E4
(174,198,228)
#9FB4D0
(159,180,208)
#90A2BC
(144,162,188)
#8190A8
(129,144,168)
#727E94
(114,126,148)
#636C80
(99,108,128)
#545A6C
(84,90,108)
#454858
(69,72,88)
#363644
(54,54,68)
#272430
(39,36,48)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #AEC6E4

#AEC6E4
(174,198,228)
#B5CBE6
(181,203,230)
#BCD0E8
(188,208,232)
#C3D5EA
(195,213,234)
#CADAEC
(202,218,236)
#D1DFEE
(209,223,238)
#D8E4F0
(216,228,240)
#DFE9F2
(223,233,242)
#E6EEF4
(230,238,244)
#EDF3F6
(237,243,246)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC6E4 color. Also use rgb(174,198,228) instead hex code.

Text Font Color

.myTextColor { color: #AEC6E4; }

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

This text font color is #AEC6E4.


Background Color

.myBgColor { background-color: #AEC6E4; }

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

This div background color is #AEC6E4.


Border color

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

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

This div border color is #AEC6E4.


Opacity

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

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

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

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

This text has shadow with #AEC6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC6E4 on black background.


Color preview on white background

This text has color #AEC6E4 on white background.



Black color preview on #AEC6E4 background

This text has black color on #AEC6E4 background.


White color preview on #AEC6E4 background

This text has white color on #AEC6E4 background.