COLOR #AEF0C8

HEX: #AEF0C8
RGB: (174,240,200)

Color info

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

RGB color model

#AEF0C8 color RGB value is (174,240,200).

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

RGB channels and saturation

R 174 of 255 = 68%
G 240 of 255 = 94%
B 200 of 255 = 78%

174
240
200

R + G + B ~ 80%. #AEF0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 240 + 200 = 614 (100%)
R 174 of 614 ~ 28.34%
G 240 of 614 ~ 39.09%
B 200 of 614 ~ 32.57%

%28.34
%39.09
%32.57

CMYK color model

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

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 5.88%
CMYK:
(28,0,17,6)
C28M0Y17K6 
(28%,0%,17%,6%)
(0.28/0.00/0.17/0.06)	

CMYK percentages

%27.5
%0
%16.67
%5.88

Codes

Color #AEF0C8 in popluar color models

AEF0C8
RGB174240200
HSL144°68.75%81.18%
HSB/HSV144°27.50%94.12%
CMYK27.50%0.00%16.67%
5.88%

Color #AEF0C8 in popluar number systems.

HEXAEF0C8
Decimal174240200
Binary101011101111000011001000
Octal256360310

Shades and tints

Shades of #AEF0C8

#AEF0C8
(174,240,200)
#9FDBB6
(159,219,182)
#90C6A4
(144,198,164)
#81B192
(129,177,146)
#729C80
(114,156,128)
#63876E
(99,135,110)
#54725C
(84,114,92)
#455D4A
(69,93,74)
#364838
(54,72,56)
#273326
(39,51,38)
#181E14
(24,30,20)
#000000
(0,0,0)

Tints of #AEF0C8

#AEF0C8
(174,240,200)
#B5F1CD
(181,241,205)
#BCF2D2
(188,242,210)
#C3F3D7
(195,243,215)
#CAF4DC
(202,244,220)
#D1F5E1
(209,245,225)
#D8F6E6
(216,246,230)
#DFF7EB
(223,247,235)
#E6F8F0
(230,248,240)
#EDF9F5
(237,249,245)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF0C8; }

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

This text font color is #AEF0C8.


Background Color

.myBgColor { background-color: #AEF0C8; }

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

This div background color is #AEF0C8.


Border color

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

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

This div border color is #AEF0C8.


Opacity

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

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

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

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

This text has shadow with #AEF0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF0C8 on black background.


Color preview on white background

This text has color #AEF0C8 on white background.



Black color preview on #AEF0C8 background

This text has black color on #AEF0C8 background.


White color preview on #AEF0C8 background

This text has white color on #AEF0C8 background.