COLOR #AEEEEC

HEX: #AEEEEC RGB: (174,238,236)

Color info

#AEEEEC contains mainly green and blue colors. Web safe color of #AEEEEC is #99FFFF (or #9FF).

RGB color model

#AEEEEC color RGB value is (174,238,236).

RGB: (174,238,236) (68%, 93%, 93%)

RGB channels and saturation

R 174 of 255 = 68%
G 238 of 255 = 93%
B 236 of 255 = 93%

174
238
236

R + G + B ~ 85%. #AEEEEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 238 + 236 = 648 (100%)
R 174 of 648 ~ 26.85%
G 238 of 648 ~ 36.73%
B 236 of 648 ~ 36.42'%

%26.85
%36.73
%36.42

CMYK color model

#AEEEEC color CMYK value is (27,0,1,7).

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

CMYK: (27,0,1,7)
C27M0Y1K7 (27%, 0%, 1%, 7%)
(0.27 / 0.00 / 0.01 / 0.07)

CMYK percentages

%26.89
%0
%0.84
%6.67

Codes

Color #AEEEEC in popluar color models

AE EE EC
RGB 174 238 236
HSL 178° 65.31% 80.78%
HSB/HSV 178° 26.89% 93.33%
CMYK 26.89% 0.00% 0.84%
6.67%

Color #AEEEEC in popluar number systems.

HEX AE EE EC
Decimal 174 238 236
Binary 10101110 11101110 11101100
Octal 256 356 354

Shades and tints

Shades of #AEEEEC

#AEEEEC
(174,238,236)
#9FD9D7
(159,217,215)
#90C4C2
(144,196,194)
#81AFAD
(129,175,173)
#729A98
(114,154,152)
#638583
(99,133,131)
#54706E
(84,112,110)
#455B59
(69,91,89)
#364644
(54,70,68)
#27312F
(39,49,47)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #AEEEEC

#AEEEEC
(174,238,236)
#B5EFED
(181,239,237)
#BCF0EE
(188,240,238)
#C3F1EF
(195,241,239)
#CAF2F0
(202,242,240)
#D1F3F1
(209,243,241)
#D8F4F2
(216,244,242)
#DFF5F3
(223,245,243)
#E6F6F4
(230,246,244)
#EDF7F5
(237,247,245)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEEEC; }

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

This text font color is #AEEEEC.

Background Color

.myBgColor { background-color: #AEEEEC; }

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

This div background color is #AEEEEC.

Border color

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

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

This div border color is #AEEEEC.

Opacity

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

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

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

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

This text has shadow with #AEEEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEEEEC.

Preview

Color preview on black background

This text has color #AEEEEC on black background.


Color preview on white background

This text has color #AEEEEC on white background.


Black color preview on #AEEEEC background

This text has black color on #AEEEEC background.


White color preview on #AEEEEC background

This text has white color on #AEEEEC background.


Related colors

Complementary color

Complementary color for #hex is #511113.


I love getcolorcode.com

Triadic colors

1 #ECAEEE and #EEECAE with #AEEEEC are triadic colors.

2 #ECEEAE and #EEAEEC with #AEEEEC are triadic colors.