COLOR #AEF0D8

HEX: #AEF0D8
RGB: (174,240,216)

Color info

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

RGB color model

#AEF0D8 color RGB value is (174,240,216).

  • red value is 174;
  • green value is 240;
  • blue value is 216.
RGB:
(174,240,216)
(68%,94%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 240 of 255 = 94%
B 216 of 255 = 85%

174
240
216

R + G + B ~ 82%. #AEF0D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 240 + 216 = 630 (100%)
R 174 of 630 ~ 27.62%
G 240 of 630 ~ 38.1%
B 216 of 630 ~ 34.29%

%27.62
%38.1
%34.29

CMYK color model

#AEF0D8 color CMYK value is (28,0,10,6).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 5.88%
CMYK:
(28,0,10,6)
C28M0Y10K6 
(28%,0%,10%,6%)
(0.28/0.00/0.10/0.06)	

CMYK percentages

%27.5
%0
%10
%5.88

Codes

Color #AEF0D8 in popluar color models

AEF0D8
RGB174240216
HSL158°68.75%81.18%
HSB/HSV158°27.50%94.12%
CMYK27.50%0.00%10.00%
5.88%

Color #AEF0D8 in popluar number systems.

HEXAEF0D8
Decimal174240216
Binary101011101111000011011000
Octal256360330

Shades and tints

Shades of #AEF0D8

#AEF0D8
(174,240,216)
#9FDBC5
(159,219,197)
#90C6B2
(144,198,178)
#81B19F
(129,177,159)
#729C8C
(114,156,140)
#638779
(99,135,121)
#547266
(84,114,102)
#455D53
(69,93,83)
#364840
(54,72,64)
#27332D
(39,51,45)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #AEF0D8

#AEF0D8
(174,240,216)
#B5F1DB
(181,241,219)
#BCF2DE
(188,242,222)
#C3F3E1
(195,243,225)
#CAF4E4
(202,244,228)
#D1F5E7
(209,245,231)
#D8F6EA
(216,246,234)
#DFF7ED
(223,247,237)
#E6F8F0
(230,248,240)
#EDF9F3
(237,249,243)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF0D8 color. Also use rgb(174,240,216) instead hex code.

Text Font Color

.myTextColor { color: #AEF0D8; }

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

This text font color is #AEF0D8.


Background Color

.myBgColor { background-color: #AEF0D8; }

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

This div background color is #AEF0D8.


Border color

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

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

This div border color is #AEF0D8.


Opacity

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

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

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

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

This text has shadow with #AEF0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF0D8 on black background.


Color preview on white background

This text has color #AEF0D8 on white background.



Black color preview on #AEF0D8 background

This text has black color on #AEF0D8 background.


White color preview on #AEF0D8 background

This text has white color on #AEF0D8 background.