COLOR #AEFAE2

HEX: #AEFAE2 RGB: (174,250,226)

Color info

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

RGB color model

#AEFAE2 color RGB value is (174,250,226).

RGB: (174,250,226) (68%, 98%, 89%)

RGB channels and saturation

R 174 of 255 = 68%
G 250 of 255 = 98%
B 226 of 255 = 89%

174
250
226

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

Portions of RGB colors in percentages

R + G + B = 174 + 250 + 226 = 650 (100%)
R 174 of 650 ~ 26.77%
G 250 of 650 ~ 38.46%
B 226 of 650 ~ 34.77'%

%26.77
%38.46
%34.77

CMYK color model

#AEFAE2 color CMYK value is (30,0,10,2).

  • cyan value is 30.40%
  • magenta value is 0.00%
  • yellow value is 9.60%
  • key color value is 1.96%
CMYK: (30,0,10,2) C30M0Y10K2 (30%,0%,10%,2%) (0.30/0.00/0.10/0.02) 

CMYK percentages

%30.4
%0
%9.6
%1.96

Codes

Color #AEFAE2 in popluar color models

AE FA E2
RGB 174 250 226
HSL 161° 88.37% 83.14%
HSB/HSV 161° 30.40% 98.04%
CMYK 30.40% 0.00% 9.60%
1.96%

Color #AEFAE2 in popluar number systems.

HEX AE FA E2
Decimal 174 250 226
Binary 10101110 11111010 11100010
Octal 256 372 342

Shades and tints

Shades of #AEFAE2

#AEFAE2
(174,250,226)
#9FE4CE
(159,228,206)
#90CEBA
(144,206,186)
#81B8A6
(129,184,166)
#72A292
(114,162,146)
#638C7E
(99,140,126)
#54766A
(84,118,106)
#456056
(69,96,86)
#364A42
(54,74,66)
#27342E
(39,52,46)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #AEFAE2

#AEFAE2
(174,250,226)
#B5FAE4
(181,250,228)
#BCFAE6
(188,250,230)
#C3FAE8
(195,250,232)
#CAFAEA
(202,250,234)
#D1FAEC
(209,250,236)
#D8FAEE
(216,250,238)
#DFFAF0
(223,250,240)
#E6FAF2
(230,250,242)
#EDFAF4
(237,250,244)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEFAE2 color. Also use rgb(174,250,226) instead hex code.

Text Font Color

.myTextColor { color: #AEFAE2; }

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

This text font color is #AEFAE2.

Background Color

.myBgColor { background-color: #AEFAE2; }

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

This div background color is #AEFAE2.

Border color

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

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

This div border color is #AEFAE2.

Opacity

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

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

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

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

This text has shadow with #AEFAE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEFAE2.

Preview

Color preview on black background

This text has color #AEFAE2 on black background.


Color preview on white background

This text has color #AEFAE2 on white background.


Black color preview on #AEFAE2 background

This text has black color on #AEFAE2 background.


White color preview on #AEFAE2 background

This text has white color on #AEFAE2 background.


Related colors

Complementary color

Complementary color for #hex is #51051D.


I love getcolorcode.com

Triadic colors

1 #E2AEFA and #FAE2AE with #AEFAE2 are triadic colors.

2 #E2FAAE and #FAAEE2 with #AEFAE2 are triadic colors.