COLOR #AEF0DD

HEX: #AEF0DD
RGB: (174,240,221)

Color info

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

RGB color model

#AEF0DD color RGB value is (174,240,221).

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

RGB channels and saturation

R 174 of 255 = 68%
G 240 of 255 = 94%
B 221 of 255 = 87%

174
240
221

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

Portions of RGB colors in percentages

R + G + B =
174 + 240 + 221 = 635 (100%)
R 174 of 635 ~ 27.4%
G 240 of 635 ~ 37.8%
B 221 of 635 ~ 34.8%

%27.4
%37.8
%34.8

CMYK color model

#AEF0DD color CMYK value is (28,0,8,6).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 5.88%
CMYK:
(28,0,8,6)
C28M0Y8K6 
(28%,0%,8%,6%)
(0.28/0.00/0.08/0.06)	

CMYK percentages

%27.5
%0
%7.92
%5.88

Codes

Color #AEF0DD in popluar color models

AEF0DD
RGB174240221
HSL163°68.75%81.18%
HSB/HSV163°27.50%94.12%
CMYK27.50%0.00%7.92%
5.88%

Color #AEF0DD in popluar number systems.

HEXAEF0DD
Decimal174240221
Binary101011101111000011011101
Octal256360335

Shades and tints

Shades of #AEF0DD

#AEF0DD
(174,240,221)
#9FDBC9
(159,219,201)
#90C6B5
(144,198,181)
#81B1A1
(129,177,161)
#729C8D
(114,156,141)
#638779
(99,135,121)
#547265
(84,114,101)
#455D51
(69,93,81)
#36483D
(54,72,61)
#273329
(39,51,41)
#181E15
(24,30,21)
#000000
(0,0,0)

Tints of #AEF0DD

#AEF0DD
(174,240,221)
#B5F1E0
(181,241,224)
#BCF2E3
(188,242,227)
#C3F3E6
(195,243,230)
#CAF4E9
(202,244,233)
#D1F5EC
(209,245,236)
#D8F6EF
(216,246,239)
#DFF7F2
(223,247,242)
#E6F8F5
(230,248,245)
#EDF9F8
(237,249,248)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF0DD; }

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

This text font color is #AEF0DD.


Background Color

.myBgColor { background-color: #AEF0DD; }

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

This div background color is #AEF0DD.


Border color

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

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

This div border color is #AEF0DD.


Opacity

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

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

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

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

This text has shadow with #AEF0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF0DD on black background.


Color preview on white background

This text has color #AEF0DD on white background.



Black color preview on #AEF0DD background

This text has black color on #AEF0DD background.


White color preview on #AEF0DD background

This text has white color on #AEF0DD background.