COLOR #AEC0EF

HEX: #AEC0EF RGB: (174,192,239)

Color info

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

RGB color model

#AEC0EF color RGB value is (174,192,239).

RGB: (174,192,239) (68%, 75%, 94%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 239 of 255 = 94%

174
192
239

R + G + B ~ 79%. #AEC0EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 192 + 239 = 605 (100%)
R 174 of 605 ~ 28.76%
G 192 of 605 ~ 31.74%
B 239 of 605 ~ 39.5'%

%28.76
%31.74
%39.5

CMYK color model

#AEC0EF color CMYK value is (27,20,0,6).

  • cyan value is 27.20%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (27,20,0,6)
C27M20Y0K6 (27%, 20%, 0%, 6%)
(0.27 / 0.20 / 0.00 / 0.06)

CMYK percentages

%27.2
%19.67
%0
%6.27

Codes

Color #AEC0EF in popluar color models

AE C0 EF
RGB 174 192 239
HSL 223° 67.01% 80.98%
HSB/HSV 223° 27.20% 93.73%
CMYK 27.20% 19.67% 0.00%
6.27%

Color #AEC0EF in popluar number systems.

HEX AE C0 EF
Decimal 174 192 239
Binary 10101110 11000000 11101111
Octal 256 300 357

Shades and tints

Shades of #AEC0EF

#AEC0EF
(174,192,239)
#9FAFDA
(159,175,218)
#909EC5
(144,158,197)
#818DB0
(129,141,176)
#727C9B
(114,124,155)
#636B86
(99,107,134)
#545A71
(84,90,113)
#45495C
(69,73,92)
#363847
(54,56,71)
#272732
(39,39,50)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #AEC0EF

#AEC0EF
(174,192,239)
#B5C5F0
(181,197,240)
#BCCAF1
(188,202,241)
#C3CFF2
(195,207,242)
#CAD4F3
(202,212,243)
#D1D9F4
(209,217,244)
#D8DEF5
(216,222,245)
#DFE3F6
(223,227,246)
#E6E8F7
(230,232,247)
#EDEDF8
(237,237,248)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC0EF color. Also use rgb(174,192,239) instead hex code.

Text Font Color

.myTextColor { color: #AEC0EF; }

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

This text font color is #AEC0EF.

Background Color

.myBgColor { background-color: #AEC0EF; }

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

This div background color is #AEC0EF.

Border color

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

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

This div border color is #AEC0EF.

Opacity

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

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

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

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

This text has shadow with #AEC0EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC0EF.

Preview

Color preview on black background

This text has color #AEC0EF on black background.


Color preview on white background

This text has color #AEC0EF on white background.


Black color preview on #AEC0EF background

This text has black color on #AEC0EF background.


White color preview on #AEC0EF background

This text has white color on #AEC0EF background.


Related colors

Complementary color

Complementary color for #hex is #513F10.


I love getcolorcode.com

Triadic colors

1 #EFAEC0 and #C0EFAE with #AEC0EF are triadic colors.

2 #EFC0AE and #C0AEEF with #AEC0EF are triadic colors.