COLOR #AEF8E9

HEX: #AEF8E9 RGB: (174,248,233)

Color info

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

RGB color model

#AEF8E9 color RGB value is (174,248,233).

RGB: (174,248,233) (68%, 97%, 91%)

RGB channels and saturation

R 174 of 255 = 68%
G 248 of 255 = 97%
B 233 of 255 = 91%

174
248
233

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

Portions of RGB colors in percentages

R + G + B = 174 + 248 + 233 = 655 (100%)
R 174 of 655 ~ 26.56%
G 248 of 655 ~ 37.86%
B 233 of 655 ~ 35.57'%

%26.56
%37.86
%35.57

CMYK color model

#AEF8E9 color CMYK value is (30,0,6,3).

  • cyan value is 29.84%
  • magenta value is 0.00%
  • yellow value is 6.05%
  • key color value is 2.75%
CMYK: (30,0,6,3) C30M0Y6K3 (30%,0%,6%,3%) (0.30/0.00/0.06/0.03) 

CMYK percentages

%29.84
%0
%6.05
%2.75

Codes

Color #AEF8E9 in popluar color models

AE F8 E9
RGB 174 248 233
HSL 168° 84.09% 82.75%
HSB/HSV 168° 29.84% 97.25%
CMYK 29.84% 0.00% 6.05%
2.75%

Color #AEF8E9 in popluar number systems.

HEX AE F8 E9
Decimal 174 248 233
Binary 10101110 11111000 11101001
Octal 256 370 351

Shades and tints

Shades of #AEF8E9

#AEF8E9
(174,248,233)
#9FE2D4
(159,226,212)
#90CCBF
(144,204,191)
#81B6AA
(129,182,170)
#72A095
(114,160,149)
#638A80
(99,138,128)
#54746B
(84,116,107)
#455E56
(69,94,86)
#364841
(54,72,65)
#27322C
(39,50,44)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #AEF8E9

#AEF8E9
(174,248,233)
#B5F8EB
(181,248,235)
#BCF8ED
(188,248,237)
#C3F8EF
(195,248,239)
#CAF8F1
(202,248,241)
#D1F8F3
(209,248,243)
#D8F8F5
(216,248,245)
#DFF8F7
(223,248,247)
#E6F8F9
(230,248,249)
#EDF8FB
(237,248,251)
#F4F8FD
(244,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF8E9 color. Also use rgb(174,248,233) instead hex code.

Text Font Color

.myTextColor { color: #AEF8E9; }

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

This text font color is #AEF8E9.

Background Color

.myBgColor { background-color: #AEF8E9; }

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

This div background color is #AEF8E9.

Border color

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

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

This div border color is #AEF8E9.

Opacity

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

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

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

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

This text has shadow with #AEF8E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEF8E9.

Preview

Color preview on black background

This text has color #AEF8E9 on black background.


Color preview on white background

This text has color #AEF8E9 on white background.


Black color preview on #AEF8E9 background

This text has black color on #AEF8E9 background.


White color preview on #AEF8E9 background

This text has white color on #AEF8E9 background.


Related colors

Complementary color

Complementary color for #hex is #510716.


I love getcolorcode.com

Triadic colors

1 #E9AEF8 and #F8E9AE with #AEF8E9 are triadic colors.

2 #E9F8AE and #F8AEE9 with #AEF8E9 are triadic colors.