COLOR #AEF1B4

HEX: #AEF1B4
RGB: (174,241,180)

Color info

#AEF1B4 contains mainly green color. Web safe color of #AEF1B4 is #99FFCC (or #9FC).

RGB color model

#AEF1B4 color RGB value is (174,241,180).

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

RGB channels and saturation

R 174 of 255 = 68%
G 241 of 255 = 95%
B 180 of 255 = 71%

174
241
180

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

Portions of RGB colors in percentages

R + G + B =
174 + 241 + 180 = 595 (100%)
R 174 of 595 ~ 29.24%
G 241 of 595 ~ 40.5%
B 180 of 595 ~ 30.25%

%29.24
%40.5
%30.25

CMYK color model

#AEF1B4 color CMYK value is (28,0,25,5).

  • cyan value is 27.80%
  • magenta value is 0.00%
  • yellow value is 25.31%
  • key color value is 5.49%
CMYK:
(28,0,25,5)
C28M0Y25K5 
(28%,0%,25%,5%)
(0.28/0.00/0.25/0.05)	

CMYK percentages

%27.8
%0
%25.31
%5.49

Codes

Color #AEF1B4 in popluar color models

AEF1B4
RGB174241180
HSL125°70.53%81.37%
HSB/HSV125°27.80%94.51%
CMYK27.80%0.00%25.31%
5.49%

Color #AEF1B4 in popluar number systems.

HEXAEF1B4
Decimal174241180
Binary101011101111000110110100
Octal256361264

Shades and tints

Shades of #AEF1B4

#AEF1B4
(174,241,180)
#9FDCA4
(159,220,164)
#90C794
(144,199,148)
#81B284
(129,178,132)
#729D74
(114,157,116)
#638864
(99,136,100)
#547354
(84,115,84)
#455E44
(69,94,68)
#364934
(54,73,52)
#273424
(39,52,36)
#181F14
(24,31,20)
#000000
(0,0,0)

Tints of #AEF1B4

#AEF1B4
(174,241,180)
#B5F2BA
(181,242,186)
#BCF3C0
(188,243,192)
#C3F4C6
(195,244,198)
#CAF5CC
(202,245,204)
#D1F6D2
(209,246,210)
#D8F7D8
(216,247,216)
#DFF8DE
(223,248,222)
#E6F9E4
(230,249,228)
#EDFAEA
(237,250,234)
#F4FBF0
(244,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF1B4; }

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

This text font color is #AEF1B4.


Background Color

.myBgColor { background-color: #AEF1B4; }

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

This div background color is #AEF1B4.


Border color

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

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

This div border color is #AEF1B4.


Opacity

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

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

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

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

This text has shadow with #AEF1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF1B4 on black background.


Color preview on white background

This text has color #AEF1B4 on white background.



Black color preview on #AEF1B4 background

This text has black color on #AEF1B4 background.


White color preview on #AEF1B4 background

This text has white color on #AEF1B4 background.