COLOR #AEF2EE

HEX: #AEF2EE
RGB: (174,242,238)

Color info

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

RGB color model

#AEF2EE color RGB value is (174,242,238).

  • red value is 174;
  • green value is 242;
  • blue value is 238.
RGB:
(174,242,238)
(68%,95%,93%)

RGB channels and saturation

R 174 of 255 = 68%
G 242 of 255 = 95%
B 238 of 255 = 93%

174
242
238

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

Portions of RGB colors in percentages

R + G + B =
174 + 242 + 238 = 654 (100%)
R 174 of 654 ~ 26.61%
G 242 of 654 ~ 37%
B 238 of 654 ~ 36.39%

%26.61
%37
%36.39

CMYK color model

#AEF2EE color CMYK value is (28,0,2,5).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 5.10%
CMYK:
(28,0,2,5)
C28M0Y2K5 
(28%,0%,2%,5%)
(0.28/0.00/0.02/0.05)	

CMYK percentages

%28.1
%0
%1.65
%5.1

Codes

Color #AEF2EE in popluar color models

AEF2EE
RGB174242238
HSL176°72.34%81.57%
HSB/HSV176°28.10%94.90%
CMYK28.10%0.00%1.65%
5.10%

Color #AEF2EE in popluar number systems.

HEXAEF2EE
Decimal174242238
Binary101011101111001011101110
Octal256362356

Shades and tints

Shades of #AEF2EE

#AEF2EE
(174,242,238)
#9FDCD9
(159,220,217)
#90C6C4
(144,198,196)
#81B0AF
(129,176,175)
#729A9A
(114,154,154)
#638485
(99,132,133)
#546E70
(84,110,112)
#45585B
(69,88,91)
#364246
(54,66,70)
#272C31
(39,44,49)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #AEF2EE

#AEF2EE
(174,242,238)
#B5F3EF
(181,243,239)
#BCF4F0
(188,244,240)
#C3F5F1
(195,245,241)
#CAF6F2
(202,246,242)
#D1F7F3
(209,247,243)
#D8F8F4
(216,248,244)
#DFF9F5
(223,249,245)
#E6FAF6
(230,250,246)
#EDFBF7
(237,251,247)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF2EE color. Also use rgb(174,242,238) instead hex code.

Text Font Color

.myTextColor { color: #AEF2EE; }

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

This text font color is #AEF2EE.


Background Color

.myBgColor { background-color: #AEF2EE; }

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

This div background color is #AEF2EE.


Border color

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

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

This div border color is #AEF2EE.


Opacity

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

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

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

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

This text has shadow with #AEF2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF2EE on black background.


Color preview on white background

This text has color #AEF2EE on white background.



Black color preview on #AEF2EE background

This text has black color on #AEF2EE background.


White color preview on #AEF2EE background

This text has white color on #AEF2EE background.