COLOR #AEF8B1

HEX: #AEF8B1
RGB: (174,248,177)

Color info

#AEF8B1 contains mainly green color. Web safe color of #AEF8B1 is #99FF99 (or #9F9).

RGB color model

#AEF8B1 color RGB value is (174,248,177).

  • red value is 174;
  • green value is 248;
  • blue value is 177.
RGB:
(174,248,177)
(68%,97%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 248 of 255 = 97%
B 177 of 255 = 69%

174
248
177

R + G + B ~ 78%. #AEF8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 248 + 177 = 599 (100%)
R 174 of 599 ~ 29.05%
G 248 of 599 ~ 41.4%
B 177 of 599 ~ 29.55%

%29.05
%41.4
%29.55

CMYK color model

#AEF8B1 color CMYK value is (30,0,29,3).

  • cyan value is 29.84%
  • magenta value is 0.00%
  • yellow value is 28.63%
  • key color value is 2.75%
CMYK:
(30,0,29,3)
C30M0Y29K3 
(30%,0%,29%,3%)
(0.30/0.00/0.29/0.03)	

CMYK percentages

%29.84
%0
%28.63
%2.75

Codes

Color #AEF8B1 in popluar color models

AEF8B1
RGB174248177
HSL122°84.09%82.75%
HSB/HSV122°29.84%97.25%
CMYK29.84%0.00%28.63%
2.75%

Color #AEF8B1 in popluar number systems.

HEXAEF8B1
Decimal174248177
Binary101011101111100010110001
Octal256370261

Shades and tints

Shades of #AEF8B1

#AEF8B1
(174,248,177)
#9FE2A1
(159,226,161)
#90CC91
(144,204,145)
#81B681
(129,182,129)
#72A071
(114,160,113)
#638A61
(99,138,97)
#547451
(84,116,81)
#455E41
(69,94,65)
#364831
(54,72,49)
#273221
(39,50,33)
#181C11
(24,28,17)
#000000
(0,0,0)

Tints of #AEF8B1

#AEF8B1
(174,248,177)
#B5F8B8
(181,248,184)
#BCF8BF
(188,248,191)
#C3F8C6
(195,248,198)
#CAF8CD
(202,248,205)
#D1F8D4
(209,248,212)
#D8F8DB
(216,248,219)
#DFF8E2
(223,248,226)
#E6F8E9
(230,248,233)
#EDF8F0
(237,248,240)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF8B1 color. Also use rgb(174,248,177) instead hex code.

Text Font Color

.myTextColor { color: #AEF8B1; }

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

This text font color is #AEF8B1.


Background Color

.myBgColor { background-color: #AEF8B1; }

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

This div background color is #AEF8B1.


Border color

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

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

This div border color is #AEF8B1.


Opacity

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

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

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

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

This text has shadow with #AEF8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF8B1 on black background.


Color preview on white background

This text has color #AEF8B1 on white background.



Black color preview on #AEF8B1 background

This text has black color on #AEF8B1 background.


White color preview on #AEF8B1 background

This text has white color on #AEF8B1 background.