COLOR #AEF7E8

HEX: #AEF7E8
RGB: (174,247,232)

Color info

#AEF7E8 contains mainly green and blue colors. Web safe color of #AEF7E8 is #99FFFF (or #9FF).

RGB color model

#AEF7E8 color RGB value is (174,247,232).

  • red value is 174;
  • green value is 247;
  • blue value is 232.
RGB:
(174,247,232)
(68%,97%,91%)

RGB channels and saturation

R 174 of 255 = 68%
G 247 of 255 = 97%
B 232 of 255 = 91%

174
247
232

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

Portions of RGB colors in percentages

R + G + B =
174 + 247 + 232 = 653 (100%)
R 174 of 653 ~ 26.65%
G 247 of 653 ~ 37.83%
B 232 of 653 ~ 35.53%

%26.65
%37.83
%35.53

CMYK color model

#AEF7E8 color CMYK value is (30,0,6,3).

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 6.07%
  • key color value is 3.14%
CMYK:
(30,0,6,3)
C30M0Y6K3 
(30%,0%,6%,3%)
(0.30/0.00/0.06/0.03)	

CMYK percentages

%29.55
%0
%6.07
%3.14

Codes

Color #AEF7E8 in popluar color models

AEF7E8
RGB174247232
HSL168°82.02%82.55%
HSB/HSV168°29.55%96.86%
CMYK29.55%0.00%6.07%
3.14%

Color #AEF7E8 in popluar number systems.

HEXAEF7E8
Decimal174247232
Binary101011101111011111101000
Octal256367350

Shades and tints

Shades of #AEF7E8

#AEF7E8
(174,247,232)
#9FE1D3
(159,225,211)
#90CBBE
(144,203,190)
#81B5A9
(129,181,169)
#729F94
(114,159,148)
#63897F
(99,137,127)
#54736A
(84,115,106)
#455D55
(69,93,85)
#364740
(54,71,64)
#27312B
(39,49,43)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #AEF7E8

#AEF7E8
(174,247,232)
#B5F7EA
(181,247,234)
#BCF7EC
(188,247,236)
#C3F7EE
(195,247,238)
#CAF7F0
(202,247,240)
#D1F7F2
(209,247,242)
#D8F7F4
(216,247,244)
#DFF7F6
(223,247,246)
#E6F7F8
(230,247,248)
#EDF7FA
(237,247,250)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF7E8 color. Also use rgb(174,247,232) instead hex code.

Text Font Color

.myTextColor { color: #AEF7E8; }

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

This text font color is #AEF7E8.


Background Color

.myBgColor { background-color: #AEF7E8; }

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

This div background color is #AEF7E8.


Border color

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

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

This div border color is #AEF7E8.


Opacity

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

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

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

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

This text has shadow with #AEF7E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF7E8 on black background.


Color preview on white background

This text has color #AEF7E8 on white background.



Black color preview on #AEF7E8 background

This text has black color on #AEF7E8 background.


White color preview on #AEF7E8 background

This text has white color on #AEF7E8 background.