COLOR #AEC1EE

HEX: #AEC1EE RGB: (174,193,238)

Color info

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

RGB color model

#AEC1EE color RGB value is (174,193,238).

RGB: (174,193,238) (68%, 76%, 93%)

RGB channels and saturation

R 174 of 255 = 68%
G 193 of 255 = 76%
B 238 of 255 = 93%

174
193
238

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

Portions of RGB colors in percentages

R + G + B = 174 + 193 + 238 = 605 (100%)
R 174 of 605 ~ 28.76%
G 193 of 605 ~ 31.9%
B 238 of 605 ~ 39.34'%

%28.76
%31.9
%39.34

CMYK color model

#AEC1EE color CMYK value is (27,19,0,7).

  • cyan value is 26.89%
  • magenta value is 18.91%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (27,19,0,7)
C27M19Y0K7 (27%, 19%, 0%, 7%)
(0.27 / 0.19 / 0.00 / 0.07)

CMYK percentages

%26.89
%18.91
%0
%6.67

Codes

Color #AEC1EE in popluar color models

AE C1 EE
RGB 174 193 238
HSL 222° 65.31% 80.78%
HSB/HSV 222° 26.89% 93.33%
CMYK 26.89% 18.91% 0.00%
6.67%

Color #AEC1EE in popluar number systems.

HEX AE C1 EE
Decimal 174 193 238
Binary 10101110 11000001 11101110
Octal 256 301 356

Shades and tints

Shades of #AEC1EE

#AEC1EE
(174,193,238)
#9FB0D9
(159,176,217)
#909FC4
(144,159,196)
#818EAF
(129,142,175)
#727D9A
(114,125,154)
#636C85
(99,108,133)
#545B70
(84,91,112)
#454A5B
(69,74,91)
#363946
(54,57,70)
#272831
(39,40,49)
#18171C
(24,23,28)
#000000
(0,0,0)

Tints of #AEC1EE

#AEC1EE
(174,193,238)
#B5C6EF
(181,198,239)
#BCCBF0
(188,203,240)
#C3D0F1
(195,208,241)
#CAD5F2
(202,213,242)
#D1DAF3
(209,218,243)
#D8DFF4
(216,223,244)
#DFE4F5
(223,228,245)
#E6E9F6
(230,233,246)
#EDEEF7
(237,238,247)
#F4F3F8
(244,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC1EE color. Also use rgb(174,193,238) instead hex code.

Text Font Color

.myTextColor { color: #AEC1EE; }

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

This text font color is #AEC1EE.

Background Color

.myBgColor { background-color: #AEC1EE; }

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

This div background color is #AEC1EE.

Border color

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

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

This div border color is #AEC1EE.

Opacity

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

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

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

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

This text has shadow with #AEC1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC1EE.

Preview

Color preview on black background

This text has color #AEC1EE on black background.


Color preview on white background

This text has color #AEC1EE on white background.


Black color preview on #AEC1EE background

This text has black color on #AEC1EE background.


White color preview on #AEC1EE background

This text has white color on #AEC1EE background.


Related colors

Complementary color

Complementary color for #hex is #513E11.


I love getcolorcode.com

Triadic colors

1 #EEAEC1 and #C1EEAE with #AEC1EE are triadic colors.

2 #EEC1AE and #C1AEEE with #AEC1EE are triadic colors.