COLOR #AEFFE5

HEX: #AEFFE5 RGB: (174,255,229)

Color info

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

RGB color model

#AEFFE5 color RGB value is (174,255,229).

RGB: (174,255,229) (68%, 100%, 90%)

RGB channels and saturation

R 174 of 255 = 68%
G 255 of 255 = 100%
B 229 of 255 = 90%

174
255
229

R + G + B ~ 86%. #AEFFE5 is light color.

Portions of RGB colors in percentages

R + G + B = 174 + 255 + 229 = 658 (100%)
R 174 of 658 ~ 26.44%
G 255 of 658 ~ 38.75%
B 229 of 658 ~ 34.8'%

%26.44
%38.75
%34.8

CMYK color model

#AEFFE5 color CMYK value is (32,0,10,0).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 0.00%

CMYK: (32,0,10,0)
C32M0Y10K0 (32%, 0%, 10%, 0%)
(0.32 / 0.00 / 0.10 / 0.00)

CMYK percentages

%31.76
%0
%10.2
%0

Codes

Color #AEFFE5 in popluar color models

AE FF E5
RGB 174 255 229
HSL 161° 100.00% 84.12%
HSB/HSV 161° 31.76% 100.00%
CMYK 31.76% 0.00% 10.20%
0.00%

Color #AEFFE5 in popluar number systems.

HEX AE FF E5
Decimal 174 255 229
Binary 10101110 11111111 11100101
Octal 256 377 345

Shades and tints

Shades of #AEFFE5

#AEFFE5
(174,255,229)
#9FE8D1
(159,232,209)
#90D1BD
(144,209,189)
#81BAA9
(129,186,169)
#72A395
(114,163,149)
#638C81
(99,140,129)
#54756D
(84,117,109)
#455E59
(69,94,89)
#364745
(54,71,69)
#273031
(39,48,49)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #AEFFE5

#AEFFE5
(174,255,229)
#B5FFE7
(181,255,231)
#BCFFE9
(188,255,233)
#C3FFEB
(195,255,235)
#CAFFED
(202,255,237)
#D1FFEF
(209,255,239)
#D8FFF1
(216,255,241)
#DFFFF3
(223,255,243)
#E6FFF5
(230,255,245)
#EDFFF7
(237,255,247)
#F4FFF9
(244,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEFFE5 color. Also use rgb(174,255,229) instead hex code.

Text Font Color

.myTextColor { color: #AEFFE5; }

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

This text font color is #AEFFE5.

Background Color

.myBgColor { background-color: #AEFFE5; }

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

This div background color is #AEFFE5.

Border color

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

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

This div border color is #AEFFE5.

Opacity

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

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

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

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

This text has shadow with #AEFFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEFFE5.

Preview

Color preview on black background

This text has color #AEFFE5 on black background.


Color preview on white background

This text has color #AEFFE5 on white background.


Black color preview on #AEFFE5 background

This text has black color on #AEFFE5 background.


White color preview on #AEFFE5 background

This text has white color on #AEFFE5 background.


Related colors

Complementary color

Complementary color for #hex is #51001A.


I love getcolorcode.com

Triadic colors

1 #E5AEFF and #FFE5AE with #AEFFE5 are triadic colors.

2 #E5FFAE and #FFAEE5 with #AEFFE5 are triadic colors.