COLOR #AEF5DD

HEX: #AEF5DD RGB: (174,245,221)

Color info

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

RGB color model

#AEF5DD color RGB value is (174,245,221).

RGB: (174,245,221) (68%, 96%, 87%)

RGB channels and saturation

R 174 of 255 = 68%
G 245 of 255 = 96%
B 221 of 255 = 87%

174
245
221

R + G + B ~ 84%. #AEF5DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 245 + 221 = 640 (100%)
R 174 of 640 ~ 27.19%
G 245 of 640 ~ 38.28%
B 221 of 640 ~ 34.53'%

%27.19
%38.28
%34.53

CMYK color model

#AEF5DD color CMYK value is (29,0,10,4).

  • cyan value is 28.98%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 3.92%

CMYK: (29,0,10,4)
C29M0Y10K4 (29%, 0%, 10%, 4%)
(0.29 / 0.00 / 0.10 / 0.04)

CMYK percentages

%28.98
%0
%9.8
%3.92

Codes

Color #AEF5DD in popluar color models

AE F5 DD
RGB 174 245 221
HSL 160° 78.02% 82.16%
HSB/HSV 160° 28.98% 96.08%
CMYK 28.98% 0.00% 9.80%
3.92%

Color #AEF5DD in popluar number systems.

HEX AE F5 DD
Decimal 174 245 221
Binary 10101110 11110101 11011101
Octal 256 365 335

Shades and tints

Shades of #AEF5DD

#AEF5DD
(174,245,221)
#9FDFC9
(159,223,201)
#90C9B5
(144,201,181)
#81B3A1
(129,179,161)
#729D8D
(114,157,141)
#638779
(99,135,121)
#547165
(84,113,101)
#455B51
(69,91,81)
#36453D
(54,69,61)
#272F29
(39,47,41)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #AEF5DD

#AEF5DD
(174,245,221)
#B5F5E0
(181,245,224)
#BCF5E3
(188,245,227)
#C3F5E6
(195,245,230)
#CAF5E9
(202,245,233)
#D1F5EC
(209,245,236)
#D8F5EF
(216,245,239)
#DFF5F2
(223,245,242)
#E6F5F5
(230,245,245)
#EDF5F8
(237,245,248)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF5DD; }

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

This text font color is #AEF5DD.

Background Color

.myBgColor { background-color: #AEF5DD; }

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

This div background color is #AEF5DD.

Border color

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

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

This div border color is #AEF5DD.

Opacity

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

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

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

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

This text has shadow with #AEF5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEF5DD.

Preview

Color preview on black background

This text has color #AEF5DD on black background.


Color preview on white background

This text has color #AEF5DD on white background.


Black color preview on #AEF5DD background

This text has black color on #AEF5DD background.


White color preview on #AEF5DD background

This text has white color on #AEF5DD background.


Related colors

Complementary color

Complementary color for #hex is #510A22.


I love getcolorcode.com

Triadic colors

1 #DDAEF5 and #F5DDAE with #AEF5DD are triadic colors.

2 #DDF5AE and #F5AEDD with #AEF5DD are triadic colors.