COLOR #AECAEF

HEX: #AECAEF RGB: (174,202,239)

Color info

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

RGB color model

#AECAEF color RGB value is (174,202,239).

RGB: (174,202,239) (68%, 79%, 94%)

RGB channels and saturation

R 174 of 255 = 68%
G 202 of 255 = 79%
B 239 of 255 = 94%

174
202
239

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

Portions of RGB colors in percentages

R + G + B = 174 + 202 + 239 = 615 (100%)
R 174 of 615 ~ 28.29%
G 202 of 615 ~ 32.85%
B 239 of 615 ~ 38.86'%

%28.29
%32.85
%38.86

CMYK color model

#AECAEF color CMYK value is (27,15,0,6).

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

CMYK: (27,15,0,6)
C27M15Y0K6 (27%, 15%, 0%, 6%)
(0.27 / 0.15 / 0.00 / 0.06)

CMYK percentages

%27.2
%15.48
%0
%6.27

Codes

Color #AECAEF in popluar color models

AE CA EF
RGB 174 202 239
HSL 214° 67.01% 80.98%
HSB/HSV 214° 27.20% 93.73%
CMYK 27.20% 15.48% 0.00%
6.27%

Color #AECAEF in popluar number systems.

HEX AE CA EF
Decimal 174 202 239
Binary 10101110 11001010 11101111
Octal 256 312 357

Shades and tints

Shades of #AECAEF

#AECAEF
(174,202,239)
#9FB8DA
(159,184,218)
#90A6C5
(144,166,197)
#8194B0
(129,148,176)
#72829B
(114,130,155)
#637086
(99,112,134)
#545E71
(84,94,113)
#454C5C
(69,76,92)
#363A47
(54,58,71)
#272832
(39,40,50)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #AECAEF

#AECAEF
(174,202,239)
#B5CEF0
(181,206,240)
#BCD2F1
(188,210,241)
#C3D6F2
(195,214,242)
#CADAF3
(202,218,243)
#D1DEF4
(209,222,244)
#D8E2F5
(216,226,245)
#DFE6F6
(223,230,246)
#E6EAF7
(230,234,247)
#EDEEF8
(237,238,248)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECAEF; }

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

This text font color is #AECAEF.

Background Color

.myBgColor { background-color: #AECAEF; }

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

This div background color is #AECAEF.

Border color

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

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

This div border color is #AECAEF.

Opacity

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

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

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

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

This text has shadow with #AECAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECAEF.

Preview

Color preview on black background

This text has color #AECAEF on black background.


Color preview on white background

This text has color #AECAEF on white background.


Black color preview on #AECAEF background

This text has black color on #AECAEF background.


White color preview on #AECAEF background

This text has white color on #AECAEF background.


Related colors

Complementary color

Complementary color for #hex is #513510.


I love getcolorcode.com

Triadic colors

1 #EFAECA and #CAEFAE with #AECAEF are triadic colors.

2 #EFCAAE and #CAAEEF with #AECAEF are triadic colors.