COLOR #AEF0EF

HEX: #AEF0EF
RGB: (174,240,239)

Color info

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

RGB color model

#AEF0EF color RGB value is (174,240,239).

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

RGB channels and saturation

R 174 of 255 = 68%
G 240 of 255 = 94%
B 239 of 255 = 94%

174
240
239

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

Portions of RGB colors in percentages

R + G + B =
174 + 240 + 239 = 653 (100%)
R 174 of 653 ~ 26.65%
G 240 of 653 ~ 36.75%
B 239 of 653 ~ 36.6%

%26.65
%36.75
%36.6

CMYK color model

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

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 5.88%
CMYK:
(28,0,0,6)
C28M0Y0K6 
(28%,0%,0%,6%)
(0.28/0.00/0.00/0.06)	

CMYK percentages

%27.5
%0
%0.42
%5.88

Codes

Color #AEF0EF in popluar color models

AEF0EF
RGB174240239
HSL179°68.75%81.18%
HSB/HSV179°27.50%94.12%
CMYK27.50%0.00%0.42%
5.88%

Color #AEF0EF in popluar number systems.

HEXAEF0EF
Decimal174240239
Binary101011101111000011101111
Octal256360357

Shades and tints

Shades of #AEF0EF

#AEF0EF
(174,240,239)
#9FDBDA
(159,219,218)
#90C6C5
(144,198,197)
#81B1B0
(129,177,176)
#729C9B
(114,156,155)
#638786
(99,135,134)
#547271
(84,114,113)
#455D5C
(69,93,92)
#364847
(54,72,71)
#273332
(39,51,50)
#181E1D
(24,30,29)
#000000
(0,0,0)

Tints of #AEF0EF

#AEF0EF
(174,240,239)
#B5F1F0
(181,241,240)
#BCF2F1
(188,242,241)
#C3F3F2
(195,243,242)
#CAF4F3
(202,244,243)
#D1F5F4
(209,245,244)
#D8F6F5
(216,246,245)
#DFF7F6
(223,247,246)
#E6F8F7
(230,248,247)
#EDF9F8
(237,249,248)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF0EF; }

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

This text font color is #AEF0EF.


Background Color

.myBgColor { background-color: #AEF0EF; }

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

This div background color is #AEF0EF.


Border color

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

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

This div border color is #AEF0EF.


Opacity

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

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

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

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

This text has shadow with #AEF0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF0EF on black background.


Color preview on white background

This text has color #AEF0EF on white background.



Black color preview on #AEF0EF background

This text has black color on #AEF0EF background.


White color preview on #AEF0EF background

This text has white color on #AEF0EF background.