COLOR #AEF6E1

HEX: #AEF6E1 RGB: (174,246,225)

Color info

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

RGB color model

#AEF6E1 color RGB value is (174,246,225).

RGB: (174,246,225) (68%, 96%, 88%)

RGB channels and saturation

R 174 of 255 = 68%
G 246 of 255 = 96%
B 225 of 255 = 88%

174
246
225

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

Portions of RGB colors in percentages

R + G + B = 174 + 246 + 225 = 645 (100%)
R 174 of 645 ~ 26.98%
G 246 of 645 ~ 38.14%
B 225 of 645 ~ 34.88'%

%26.98
%38.14
%34.88

CMYK color model

#AEF6E1 color CMYK value is (29,0,9,4).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 3.53%

CMYK: (29,0,9,4)
C29M0Y9K4 (29%, 0%, 9%, 4%)
(0.29 / 0.00 / 0.09 / 0.04)

CMYK percentages

%29.27
%0
%8.54
%3.53

Codes

Color #AEF6E1 in popluar color models

AE F6 E1
RGB 174 246 225
HSL 163° 80.00% 82.35%
HSB/HSV 163° 29.27% 96.47%
CMYK 29.27% 0.00% 8.54%
3.53%

Color #AEF6E1 in popluar number systems.

HEX AE F6 E1
Decimal 174 246 225
Binary 10101110 11110110 11100001
Octal 256 366 341

Shades and tints

Shades of #AEF6E1

#AEF6E1
(174,246,225)
#9FE0CD
(159,224,205)
#90CAB9
(144,202,185)
#81B4A5
(129,180,165)
#729E91
(114,158,145)
#63887D
(99,136,125)
#547269
(84,114,105)
#455C55
(69,92,85)
#364641
(54,70,65)
#27302D
(39,48,45)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #AEF6E1

#AEF6E1
(174,246,225)
#B5F6E3
(181,246,227)
#BCF6E5
(188,246,229)
#C3F6E7
(195,246,231)
#CAF6E9
(202,246,233)
#D1F6EB
(209,246,235)
#D8F6ED
(216,246,237)
#DFF6EF
(223,246,239)
#E6F6F1
(230,246,241)
#EDF6F3
(237,246,243)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF6E1 color. Also use rgb(174,246,225) instead hex code.

Text Font Color

.myTextColor { color: #AEF6E1; }

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

This text font color is #AEF6E1.

Background Color

.myBgColor { background-color: #AEF6E1; }

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

This div background color is #AEF6E1.

Border color

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

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

This div border color is #AEF6E1.

Opacity

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

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

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

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

This text has shadow with #AEF6E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEF6E1.

Preview

Color preview on black background

This text has color #AEF6E1 on black background.


Color preview on white background

This text has color #AEF6E1 on white background.


Black color preview on #AEF6E1 background

This text has black color on #AEF6E1 background.


White color preview on #AEF6E1 background

This text has white color on #AEF6E1 background.


Related colors

Complementary color

Complementary color for #hex is #51091E.


I love getcolorcode.com

Triadic colors

1 #E1AEF6 and #F6E1AE with #AEF6E1 are triadic colors.

2 #E1F6AE and #F6AEE1 with #AEF6E1 are triadic colors.