COLOR #AEF4E6

HEX: #AEF4E6
RGB: (174,244,230)

Color info

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

RGB color model

#AEF4E6 color RGB value is (174,244,230).

  • red value is 174;
  • green value is 244;
  • blue value is 230.
RGB:
(174,244,230)
(68%,96%,90%)

RGB channels and saturation

R 174 of 255 = 68%
G 244 of 255 = 96%
B 230 of 255 = 90%

174
244
230

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

Portions of RGB colors in percentages

R + G + B =
174 + 244 + 230 = 648 (100%)
R 174 of 648 ~ 26.85%
G 244 of 648 ~ 37.65%
B 230 of 648 ~ 35.49%

%26.85
%37.65
%35.49

CMYK color model

#AEF4E6 color CMYK value is (29,0,6,4).

  • cyan value is 28.69%
  • magenta value is 0.00%
  • yellow value is 5.74%
  • key color value is 4.31%
CMYK:
(29,0,6,4)
C29M0Y6K4 
(29%,0%,6%,4%)
(0.29/0.00/0.06/0.04)	

CMYK percentages

%28.69
%0
%5.74
%4.31

Codes

Color #AEF4E6 in popluar color models

AEF4E6
RGB174244230
HSL168°76.09%81.96%
HSB/HSV168°28.69%95.69%
CMYK28.69%0.00%5.74%
4.31%

Color #AEF4E6 in popluar number systems.

HEXAEF4E6
Decimal174244230
Binary101011101111010011100110
Octal256364346

Shades and tints

Shades of #AEF4E6

#AEF4E6
(174,244,230)
#9FDED2
(159,222,210)
#90C8BE
(144,200,190)
#81B2AA
(129,178,170)
#729C96
(114,156,150)
#638682
(99,134,130)
#54706E
(84,112,110)
#455A5A
(69,90,90)
#364446
(54,68,70)
#272E32
(39,46,50)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #AEF4E6

#AEF4E6
(174,244,230)
#B5F5E8
(181,245,232)
#BCF6EA
(188,246,234)
#C3F7EC
(195,247,236)
#CAF8EE
(202,248,238)
#D1F9F0
(209,249,240)
#D8FAF2
(216,250,242)
#DFFBF4
(223,251,244)
#E6FCF6
(230,252,246)
#EDFDF8
(237,253,248)
#F4FEFA
(244,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF4E6 color. Also use rgb(174,244,230) instead hex code.

Text Font Color

.myTextColor { color: #AEF4E6; }

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

This text font color is #AEF4E6.


Background Color

.myBgColor { background-color: #AEF4E6; }

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

This div background color is #AEF4E6.


Border color

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

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

This div border color is #AEF4E6.


Opacity

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

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

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

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

This text has shadow with #AEF4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF4E6 on black background.


Color preview on white background

This text has color #AEF4E6 on white background.



Black color preview on #AEF4E6 background

This text has black color on #AEF4E6 background.


White color preview on #AEF4E6 background

This text has white color on #AEF4E6 background.