COLOR #AEF8D4

HEX: #AEF8D4
RGB: (174,248,212)

Color info

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

RGB color model

#AEF8D4 color RGB value is (174,248,212).

  • red value is 174;
  • green value is 248;
  • blue value is 212.
RGB:
(174,248,212)
(68%,97%,83%)

RGB channels and saturation

R 174 of 255 = 68%
G 248 of 255 = 97%
B 212 of 255 = 83%

174
248
212

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

Portions of RGB colors in percentages

R + G + B =
174 + 248 + 212 = 634 (100%)
R 174 of 634 ~ 27.44%
G 248 of 634 ~ 39.12%
B 212 of 634 ~ 33.44%

%27.44
%39.12
%33.44

CMYK color model

#AEF8D4 color CMYK value is (30,0,15,3).

  • cyan value is 29.84%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 2.75%
CMYK:
(30,0,15,3)
C30M0Y15K3 
(30%,0%,15%,3%)
(0.30/0.00/0.15/0.03)	

CMYK percentages

%29.84
%0
%14.52
%2.75

Codes

Color #AEF8D4 in popluar color models

AEF8D4
RGB174248212
HSL151°84.09%82.75%
HSB/HSV151°29.84%97.25%
CMYK29.84%0.00%14.52%
2.75%

Color #AEF8D4 in popluar number systems.

HEXAEF8D4
Decimal174248212
Binary101011101111100011010100
Octal256370324

Shades and tints

Shades of #AEF8D4

#AEF8D4
(174,248,212)
#9FE2C1
(159,226,193)
#90CCAE
(144,204,174)
#81B69B
(129,182,155)
#72A088
(114,160,136)
#638A75
(99,138,117)
#547462
(84,116,98)
#455E4F
(69,94,79)
#36483C
(54,72,60)
#273229
(39,50,41)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #AEF8D4

#AEF8D4
(174,248,212)
#B5F8D7
(181,248,215)
#BCF8DA
(188,248,218)
#C3F8DD
(195,248,221)
#CAF8E0
(202,248,224)
#D1F8E3
(209,248,227)
#D8F8E6
(216,248,230)
#DFF8E9
(223,248,233)
#E6F8EC
(230,248,236)
#EDF8EF
(237,248,239)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF8D4 color. Also use rgb(174,248,212) instead hex code.

Text Font Color

.myTextColor { color: #AEF8D4; }

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

This text font color is #AEF8D4.


Background Color

.myBgColor { background-color: #AEF8D4; }

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

This div background color is #AEF8D4.


Border color

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

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

This div border color is #AEF8D4.


Opacity

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

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

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

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

This text has shadow with #AEF8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF8D4 on black background.


Color preview on white background

This text has color #AEF8D4 on white background.



Black color preview on #AEF8D4 background

This text has black color on #AEF8D4 background.


White color preview on #AEF8D4 background

This text has white color on #AEF8D4 background.