COLOR #AEEADD

HEX: #AEEADD
RGB: (174,234,221)

Color info

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

RGB color model

#AEEADD color RGB value is (174,234,221).

  • red value is 174;
  • green value is 234;
  • blue value is 221.
RGB:
(174,234,221)
(68%,92%,87%)

RGB channels and saturation

R 174 of 255 = 68%
G 234 of 255 = 92%
B 221 of 255 = 87%

174
234
221

R + G + B ~ 82%. #AEEADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 234 + 221 = 629 (100%)
R 174 of 629 ~ 27.66%
G 234 of 629 ~ 37.2%
B 221 of 629 ~ 35.14%

%27.66
%37.2
%35.14

CMYK color model

#AEEADD color CMYK value is (26,0,6,8).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 8.24%
CMYK:
(26,0,6,8)
C26M0Y6K8 
(26%,0%,6%,8%)
(0.26/0.00/0.06/0.08)	

CMYK percentages

%25.64
%0
%5.56
%8.24

Codes

Color #AEEADD in popluar color models

AEEADD
RGB174234221
HSL167°58.82%80.00%
HSB/HSV167°25.64%91.76%
CMYK25.64%0.00%5.56%
8.24%

Color #AEEADD in popluar number systems.

HEXAEEADD
Decimal174234221
Binary101011101110101011011101
Octal256352335

Shades and tints

Shades of #AEEADD

#AEEADD
(174,234,221)
#9FD5C9
(159,213,201)
#90C0B5
(144,192,181)
#81ABA1
(129,171,161)
#72968D
(114,150,141)
#638179
(99,129,121)
#546C65
(84,108,101)
#455751
(69,87,81)
#36423D
(54,66,61)
#272D29
(39,45,41)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #AEEADD

#AEEADD
(174,234,221)
#B5EBE0
(181,235,224)
#BCECE3
(188,236,227)
#C3EDE6
(195,237,230)
#CAEEE9
(202,238,233)
#D1EFEC
(209,239,236)
#D8F0EF
(216,240,239)
#DFF1F2
(223,241,242)
#E6F2F5
(230,242,245)
#EDF3F8
(237,243,248)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEADD color. Also use rgb(174,234,221) instead hex code.

Text Font Color

.myTextColor { color: #AEEADD; }

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

This text font color is #AEEADD.


Background Color

.myBgColor { background-color: #AEEADD; }

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

This div background color is #AEEADD.


Border color

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

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

This div border color is #AEEADD.


Opacity

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

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

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

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

This text has shadow with #AEEADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEADD on black background.


Color preview on white background

This text has color #AEEADD on white background.



Black color preview on #AEEADD background

This text has black color on #AEEADD background.


White color preview on #AEEADD background

This text has white color on #AEEADD background.