COLOR #AEF1E0

HEX: #AEF1E0
RGB: (174,241,224)

Color info

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

RGB color model

#AEF1E0 color RGB value is (174,241,224).

  • red value is 174;
  • green value is 241;
  • blue value is 224.
RGB:
(174,241,224)
(68%,95%,88%)

RGB channels and saturation

R 174 of 255 = 68%
G 241 of 255 = 95%
B 224 of 255 = 88%

174
241
224

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

Portions of RGB colors in percentages

R + G + B =
174 + 241 + 224 = 639 (100%)
R 174 of 639 ~ 27.23%
G 241 of 639 ~ 37.72%
B 224 of 639 ~ 35.05%

%27.23
%37.72
%35.05

CMYK color model

#AEF1E0 color CMYK value is (28,0,7,5).

  • cyan value is 27.80%
  • magenta value is 0.00%
  • yellow value is 7.05%
  • key color value is 5.49%
CMYK:
(28,0,7,5)
C28M0Y7K5 
(28%,0%,7%,5%)
(0.28/0.00/0.07/0.05)	

CMYK percentages

%27.8
%0
%7.05
%5.49

Codes

Color #AEF1E0 in popluar color models

AEF1E0
RGB174241224
HSL165°70.53%81.37%
HSB/HSV165°27.80%94.51%
CMYK27.80%0.00%7.05%
5.49%

Color #AEF1E0 in popluar number systems.

HEXAEF1E0
Decimal174241224
Binary101011101111000111100000
Octal256361340

Shades and tints

Shades of #AEF1E0

#AEF1E0
(174,241,224)
#9FDCCC
(159,220,204)
#90C7B8
(144,199,184)
#81B2A4
(129,178,164)
#729D90
(114,157,144)
#63887C
(99,136,124)
#547368
(84,115,104)
#455E54
(69,94,84)
#364940
(54,73,64)
#27342C
(39,52,44)
#181F18
(24,31,24)
#000000
(0,0,0)

Tints of #AEF1E0

#AEF1E0
(174,241,224)
#B5F2E2
(181,242,226)
#BCF3E4
(188,243,228)
#C3F4E6
(195,244,230)
#CAF5E8
(202,245,232)
#D1F6EA
(209,246,234)
#D8F7EC
(216,247,236)
#DFF8EE
(223,248,238)
#E6F9F0
(230,249,240)
#EDFAF2
(237,250,242)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF1E0 color. Also use rgb(174,241,224) instead hex code.

Text Font Color

.myTextColor { color: #AEF1E0; }

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

This text font color is #AEF1E0.


Background Color

.myBgColor { background-color: #AEF1E0; }

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

This div background color is #AEF1E0.


Border color

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

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

This div border color is #AEF1E0.


Opacity

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

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

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

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

This text has shadow with #AEF1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF1E0 on black background.


Color preview on white background

This text has color #AEF1E0 on white background.



Black color preview on #AEF1E0 background

This text has black color on #AEF1E0 background.


White color preview on #AEF1E0 background

This text has white color on #AEF1E0 background.