COLOR #AEECE2

HEX: #AEECE2 RGB: (174,236,226)

Color info

#AEECE2 contains mainly green and blue colors. Web safe color of #AEECE2 is #99FFCC (or #9FC).

RGB color model

#AEECE2 color RGB value is (174,236,226).

RGB: (174,236,226) (68%, 93%, 89%)

RGB channels and saturation

R 174 of 255 = 68%
G 236 of 255 = 93%
B 226 of 255 = 89%

174
236
226

R + G + B ~ 83%. #AEECE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 236 + 226 = 636 (100%)
R 174 of 636 ~ 27.36%
G 236 of 636 ~ 37.11%
B 226 of 636 ~ 35.53'%

%27.36
%37.11
%35.53

CMYK color model

#AEECE2 color CMYK value is (26,0,4,7).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 7.45%

CMYK: (26,0,4,7)
C26M0Y4K7 (26%, 0%, 4%, 7%)
(0.26 / 0.00 / 0.04 / 0.07)

CMYK percentages

%26.27
%0
%4.24
%7.45

Codes

Color #AEECE2 in popluar color models

AE EC E2
RGB 174 236 226
HSL 170° 62.00% 80.39%
HSB/HSV 170° 26.27% 92.55%
CMYK 26.27% 0.00% 4.24%
7.45%

Color #AEECE2 in popluar number systems.

HEX AE EC E2
Decimal 174 236 226
Binary 10101110 11101100 11100010
Octal 256 354 342

Shades and tints

Shades of #AEECE2

#AEECE2
(174,236,226)
#9FD7CE
(159,215,206)
#90C2BA
(144,194,186)
#81ADA6
(129,173,166)
#729892
(114,152,146)
#63837E
(99,131,126)
#546E6A
(84,110,106)
#455956
(69,89,86)
#364442
(54,68,66)
#272F2E
(39,47,46)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #AEECE2

#AEECE2
(174,236,226)
#B5EDE4
(181,237,228)
#BCEEE6
(188,238,230)
#C3EFE8
(195,239,232)
#CAF0EA
(202,240,234)
#D1F1EC
(209,241,236)
#D8F2EE
(216,242,238)
#DFF3F0
(223,243,240)
#E6F4F2
(230,244,242)
#EDF5F4
(237,245,244)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEECE2 color. Also use rgb(174,236,226) instead hex code.

Text Font Color

.myTextColor { color: #AEECE2; }

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

This text font color is #AEECE2.

Background Color

.myBgColor { background-color: #AEECE2; }

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

This div background color is #AEECE2.

Border color

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

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

This div border color is #AEECE2.

Opacity

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

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

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

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

This text has shadow with #AEECE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEECE2.

Preview

Color preview on black background

This text has color #AEECE2 on black background.


Color preview on white background

This text has color #AEECE2 on white background.


Black color preview on #AEECE2 background

This text has black color on #AEECE2 background.


White color preview on #AEECE2 background

This text has white color on #AEECE2 background.


Related colors

Complementary color

Complementary color for #hex is #51131D.


I love getcolorcode.com

Triadic colors

1 #E2AEEC and #ECE2AE with #AEECE2 are triadic colors.

2 #E2ECAE and #ECAEE2 with #AEECE2 are triadic colors.