COLOR #AEF3E5

HEX: #AEF3E5 RGB: (174,243,229)

Color info

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

RGB color model

#AEF3E5 color RGB value is (174,243,229).

RGB: (174,243,229) (68%, 95%, 90%)

RGB channels and saturation

R 174 of 255 = 68%
G 243 of 255 = 95%
B 229 of 255 = 90%

174
243
229

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

Portions of RGB colors in percentages

R + G + B = 174 + 243 + 229 = 646 (100%)
R 174 of 646 ~ 26.93%
G 243 of 646 ~ 37.62%
B 229 of 646 ~ 35.45'%

%26.93
%37.62
%35.45

CMYK color model

#AEF3E5 color CMYK value is (28,0,6,5).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 4.71%

CMYK: (28,0,6,5)
C28M0Y6K5 (28%, 0%, 6%, 5%)
(0.28 / 0.00 / 0.06 / 0.05)

CMYK percentages

%28.4
%0
%5.76
%4.71

Codes

Color #AEF3E5 in popluar color models

AE F3 E5
RGB 174 243 229
HSL 168° 74.19% 81.76%
HSB/HSV 168° 28.40% 95.29%
CMYK 28.40% 0.00% 5.76%
4.71%

Color #AEF3E5 in popluar number systems.

HEX AE F3 E5
Decimal 174 243 229
Binary 10101110 11110011 11100101
Octal 256 363 345

Shades and tints

Shades of #AEF3E5

#AEF3E5
(174,243,229)
#9FDDD1
(159,221,209)
#90C7BD
(144,199,189)
#81B1A9
(129,177,169)
#729B95
(114,155,149)
#638581
(99,133,129)
#546F6D
(84,111,109)
#455959
(69,89,89)
#364345
(54,67,69)
#272D31
(39,45,49)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #AEF3E5

#AEF3E5
(174,243,229)
#B5F4E7
(181,244,231)
#BCF5E9
(188,245,233)
#C3F6EB
(195,246,235)
#CAF7ED
(202,247,237)
#D1F8EF
(209,248,239)
#D8F9F1
(216,249,241)
#DFFAF3
(223,250,243)
#E6FBF5
(230,251,245)
#EDFCF7
(237,252,247)
#F4FDF9
(244,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF3E5; }

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

This text font color is #AEF3E5.

Background Color

.myBgColor { background-color: #AEF3E5; }

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

This div background color is #AEF3E5.

Border color

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

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

This div border color is #AEF3E5.

Opacity

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

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

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

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

This text has shadow with #AEF3E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEF3E5.

Preview

Color preview on black background

This text has color #AEF3E5 on black background.


Color preview on white background

This text has color #AEF3E5 on white background.


Black color preview on #AEF3E5 background

This text has black color on #AEF3E5 background.


White color preview on #AEF3E5 background

This text has white color on #AEF3E5 background.


Related colors

Complementary color

Complementary color for #hex is #510C1A.


I love getcolorcode.com

Triadic colors

1 #E5AEF3 and #F3E5AE with #AEF3E5 are triadic colors.

2 #E5F3AE and #F3AEE5 with #AEF3E5 are triadic colors.