COLOR #AEF0D9

HEX: #AEF0D9 RGB: (174,240,217)

Color info

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

RGB color model

#AEF0D9 color RGB value is (174,240,217).

RGB: (174,240,217) (68%, 94%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 240 of 255 = 94%
B 217 of 255 = 85%

174
240
217

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

Portions of RGB colors in percentages

R + G + B = 174 + 240 + 217 = 631 (100%)
R 174 of 631 ~ 27.58%
G 240 of 631 ~ 38.03%
B 217 of 631 ~ 34.39'%

%27.58
%38.03
%34.39

CMYK color model

#AEF0D9 color CMYK value is (28,0,10,6).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 9.58%
  • key color value is 5.88%

CMYK: (28,0,10,6)
C28M0Y10K6 (28%, 0%, 10%, 6%)
(0.28 / 0.00 / 0.10 / 0.06)

CMYK percentages

%27.5
%0
%9.58
%5.88

Codes

Color #AEF0D9 in popluar color models

AE F0 D9
RGB 174 240 217
HSL 159° 68.75% 81.18%
HSB/HSV 159° 27.50% 94.12%
CMYK 27.50% 0.00% 9.58%
5.88%

Color #AEF0D9 in popluar number systems.

HEX AE F0 D9
Decimal 174 240 217
Binary 10101110 11110000 11011001
Octal 256 360 331

Shades and tints

Shades of #AEF0D9

#AEF0D9
(174,240,217)
#9FDBC6
(159,219,198)
#90C6B3
(144,198,179)
#81B1A0
(129,177,160)
#729C8D
(114,156,141)
#63877A
(99,135,122)
#547267
(84,114,103)
#455D54
(69,93,84)
#364841
(54,72,65)
#27332E
(39,51,46)
#181E1B
(24,30,27)
#000000
(0,0,0)

Tints of #AEF0D9

#AEF0D9
(174,240,217)
#B5F1DC
(181,241,220)
#BCF2DF
(188,242,223)
#C3F3E2
(195,243,226)
#CAF4E5
(202,244,229)
#D1F5E8
(209,245,232)
#D8F6EB
(216,246,235)
#DFF7EE
(223,247,238)
#E6F8F1
(230,248,241)
#EDF9F4
(237,249,244)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF0D9 color. Also use rgb(174,240,217) instead hex code.

Text Font Color

.myTextColor { color: #AEF0D9; }

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

This text font color is #AEF0D9.

Background Color

.myBgColor { background-color: #AEF0D9; }

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

This div background color is #AEF0D9.

Border color

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

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

This div border color is #AEF0D9.

Opacity

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

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

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

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

This text has shadow with #AEF0D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEF0D9.

Preview

Color preview on black background

This text has color #AEF0D9 on black background.


Color preview on white background

This text has color #AEF0D9 on white background.


Black color preview on #AEF0D9 background

This text has black color on #AEF0D9 background.


White color preview on #AEF0D9 background

This text has white color on #AEF0D9 background.


Related colors

Complementary color

Complementary color for #hex is #510F26.


I love getcolorcode.com

Triadic colors

1 #D9AEF0 and #F0D9AE with #AEF0D9 are triadic colors.

2 #D9F0AE and #F0AED9 with #AEF0D9 are triadic colors.