COLOR #AEEFE1

HEX: #AEEFE1 RGB: (174,239,225)

Color info

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

RGB color model

#AEEFE1 color RGB value is (174,239,225).

RGB: (174,239,225) (68%, 94%, 88%)

RGB channels and saturation

R 174 of 255 = 68%
G 239 of 255 = 94%
B 225 of 255 = 88%

174
239
225

R + G + B ~ 83%. #AEEFE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 239 + 225 = 638 (100%)
R 174 of 638 ~ 27.27%
G 239 of 638 ~ 37.46%
B 225 of 638 ~ 35.27'%

%27.27
%37.46
%35.27

CMYK color model

#AEEFE1 color CMYK value is (27,0,6,6).

  • cyan value is 27.20%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 6.27%

CMYK: (27,0,6,6)
C27M0Y6K6 (27%, 0%, 6%, 6%)
(0.27 / 0.00 / 0.06 / 0.06)

CMYK percentages

%27.2
%0
%5.86
%6.27

Codes

Color #AEEFE1 in popluar color models

AE EF E1
RGB 174 239 225
HSL 167° 67.01% 80.98%
HSB/HSV 167° 27.20% 93.73%
CMYK 27.20% 0.00% 5.86%
6.27%

Color #AEEFE1 in popluar number systems.

HEX AE EF E1
Decimal 174 239 225
Binary 10101110 11101111 11100001
Octal 256 357 341

Shades and tints

Shades of #AEEFE1

#AEEFE1
(174,239,225)
#9FDACD
(159,218,205)
#90C5B9
(144,197,185)
#81B0A5
(129,176,165)
#729B91
(114,155,145)
#63867D
(99,134,125)
#547169
(84,113,105)
#455C55
(69,92,85)
#364741
(54,71,65)
#27322D
(39,50,45)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #AEEFE1

#AEEFE1
(174,239,225)
#B5F0E3
(181,240,227)
#BCF1E5
(188,241,229)
#C3F2E7
(195,242,231)
#CAF3E9
(202,243,233)
#D1F4EB
(209,244,235)
#D8F5ED
(216,245,237)
#DFF6EF
(223,246,239)
#E6F7F1
(230,247,241)
#EDF8F3
(237,248,243)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEFE1; }

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

This text font color is #AEEFE1.

Background Color

.myBgColor { background-color: #AEEFE1; }

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

This div background color is #AEEFE1.

Border color

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

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

This div border color is #AEEFE1.

Opacity

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

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

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

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

This text has shadow with #AEEFE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEEFE1.

Preview

Color preview on black background

This text has color #AEEFE1 on black background.


Color preview on white background

This text has color #AEEFE1 on white background.


Black color preview on #AEEFE1 background

This text has black color on #AEEFE1 background.


White color preview on #AEEFE1 background

This text has white color on #AEEFE1 background.


Related colors

Complementary color

Complementary color for #hex is #51101E.


I love getcolorcode.com

Triadic colors

1 #E1AEEF and #EFE1AE with #AEEFE1 are triadic colors.

2 #E1EFAE and #EFAEE1 with #AEEFE1 are triadic colors.