COLOR #AEF1D8

HEX: #AEF1D8
RGB: (174,241,216)

Color info

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

RGB color model

#AEF1D8 color RGB value is (174,241,216).

  • red value is 174;
  • green value is 241;
  • blue value is 216.
RGB:
(174,241,216)
(68%,95%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 241 of 255 = 95%
B 216 of 255 = 85%

174
241
216

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

Portions of RGB colors in percentages

R + G + B =
174 + 241 + 216 = 631 (100%)
R 174 of 631 ~ 27.58%
G 241 of 631 ~ 38.19%
B 216 of 631 ~ 34.23%

%27.58
%38.19
%34.23

CMYK color model

#AEF1D8 color CMYK value is (28,0,10,5).

  • cyan value is 27.80%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 5.49%
CMYK:
(28,0,10,5)
C28M0Y10K5 
(28%,0%,10%,5%)
(0.28/0.00/0.10/0.05)	

CMYK percentages

%27.8
%0
%10.37
%5.49

Codes

Color #AEF1D8 in popluar color models

AEF1D8
RGB174241216
HSL158°70.53%81.37%
HSB/HSV158°27.80%94.51%
CMYK27.80%0.00%10.37%
5.49%

Color #AEF1D8 in popluar number systems.

HEXAEF1D8
Decimal174241216
Binary101011101111000111011000
Octal256361330

Shades and tints

Shades of #AEF1D8

#AEF1D8
(174,241,216)
#9FDCC5
(159,220,197)
#90C7B2
(144,199,178)
#81B29F
(129,178,159)
#729D8C
(114,157,140)
#638879
(99,136,121)
#547366
(84,115,102)
#455E53
(69,94,83)
#364940
(54,73,64)
#27342D
(39,52,45)
#181F1A
(24,31,26)
#000000
(0,0,0)

Tints of #AEF1D8

#AEF1D8
(174,241,216)
#B5F2DB
(181,242,219)
#BCF3DE
(188,243,222)
#C3F4E1
(195,244,225)
#CAF5E4
(202,245,228)
#D1F6E7
(209,246,231)
#D8F7EA
(216,247,234)
#DFF8ED
(223,248,237)
#E6F9F0
(230,249,240)
#EDFAF3
(237,250,243)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF1D8 color. Also use rgb(174,241,216) instead hex code.

Text Font Color

.myTextColor { color: #AEF1D8; }

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

This text font color is #AEF1D8.


Background Color

.myBgColor { background-color: #AEF1D8; }

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

This div background color is #AEF1D8.


Border color

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

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

This div border color is #AEF1D8.


Opacity

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

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

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

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

This text has shadow with #AEF1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF1D8 on black background.


Color preview on white background

This text has color #AEF1D8 on white background.



Black color preview on #AEF1D8 background

This text has black color on #AEF1D8 background.


White color preview on #AEF1D8 background

This text has white color on #AEF1D8 background.