COLOR #AEF0EB

HEX: #AEF0EB
RGB: (174,240,235)

Color info

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

RGB color model

#AEF0EB color RGB value is (174,240,235).

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

RGB channels and saturation

R 174 of 255 = 68%
G 240 of 255 = 94%
B 235 of 255 = 92%

174
240
235

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

Portions of RGB colors in percentages

R + G + B =
174 + 240 + 235 = 649 (100%)
R 174 of 649 ~ 26.81%
G 240 of 649 ~ 36.98%
B 235 of 649 ~ 36.21%

%26.81
%36.98
%36.21

CMYK color model

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

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 5.88%
CMYK:
(28,0,2,6)
C28M0Y2K6 
(28%,0%,2%,6%)
(0.28/0.00/0.02/0.06)	

CMYK percentages

%27.5
%0
%2.08
%5.88

Codes

Color #AEF0EB in popluar color models

AEF0EB
RGB174240235
HSL175°68.75%81.18%
HSB/HSV175°27.50%94.12%
CMYK27.50%0.00%2.08%
5.88%

Color #AEF0EB in popluar number systems.

HEXAEF0EB
Decimal174240235
Binary101011101111000011101011
Octal256360353

Shades and tints

Shades of #AEF0EB

#AEF0EB
(174,240,235)
#9FDBD6
(159,219,214)
#90C6C1
(144,198,193)
#81B1AC
(129,177,172)
#729C97
(114,156,151)
#638782
(99,135,130)
#54726D
(84,114,109)
#455D58
(69,93,88)
#364843
(54,72,67)
#27332E
(39,51,46)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #AEF0EB

#AEF0EB
(174,240,235)
#B5F1EC
(181,241,236)
#BCF2ED
(188,242,237)
#C3F3EE
(195,243,238)
#CAF4EF
(202,244,239)
#D1F5F0
(209,245,240)
#D8F6F1
(216,246,241)
#DFF7F2
(223,247,242)
#E6F8F3
(230,248,243)
#EDF9F4
(237,249,244)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF0EB; }

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

This text font color is #AEF0EB.


Background Color

.myBgColor { background-color: #AEF0EB; }

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

This div background color is #AEF0EB.


Border color

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

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

This div border color is #AEF0EB.


Opacity

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

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

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

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

This text has shadow with #AEF0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF0EB on black background.


Color preview on white background

This text has color #AEF0EB on white background.



Black color preview on #AEF0EB background

This text has black color on #AEF0EB background.


White color preview on #AEF0EB background

This text has white color on #AEF0EB background.