COLOR #AEFEB5

HEX: #AEFEB5
RGB: (174,254,181)

Color info

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

RGB color model

#AEFEB5 color RGB value is (174,254,181).

  • red value is 174;
  • green value is 254;
  • blue value is 181.
RGB:
(174,254,181)
(68%,100%,71%)

RGB channels and saturation

R 174 of 255 = 68%
G 254 of 255 = 100%
B 181 of 255 = 71%

174
254
181

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

Portions of RGB colors in percentages

R + G + B =
174 + 254 + 181 = 609 (100%)
R 174 of 609 ~ 28.57%
G 254 of 609 ~ 41.71%
B 181 of 609 ~ 29.72%

%28.57
%41.71
%29.72

CMYK color model

#AEFEB5 color CMYK value is (31,0,29,0).

  • cyan value is 31.50%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 0.39%
CMYK:
(31,0,29,0)
C31M0Y29K0 
(31%,0%,29%,0%)
(0.31/0.00/0.29/0.00)	

CMYK percentages

%31.5
%0
%28.74
%0.39

Codes

Color #AEFEB5 in popluar color models

AEFEB5
RGB174254181
HSL125°97.56%83.92%
HSB/HSV125°31.50%99.61%
CMYK31.50%0.00%28.74%
0.39%

Color #AEFEB5 in popluar number systems.

HEXAEFEB5
Decimal174254181
Binary101011101111111010110101
Octal256376265

Shades and tints

Shades of #AEFEB5

#AEFEB5
(174,254,181)
#9FE7A5
(159,231,165)
#90D095
(144,208,149)
#81B985
(129,185,133)
#72A275
(114,162,117)
#638B65
(99,139,101)
#547455
(84,116,85)
#455D45
(69,93,69)
#364635
(54,70,53)
#272F25
(39,47,37)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #AEFEB5

#AEFEB5
(174,254,181)
#B5FEBB
(181,254,187)
#BCFEC1
(188,254,193)
#C3FEC7
(195,254,199)
#CAFECD
(202,254,205)
#D1FED3
(209,254,211)
#D8FED9
(216,254,217)
#DFFEDF
(223,254,223)
#E6FEE5
(230,254,229)
#EDFEEB
(237,254,235)
#F4FEF1
(244,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEFEB5 color. Also use rgb(174,254,181) instead hex code.

Text Font Color

.myTextColor { color: #AEFEB5; }

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

This text font color is #AEFEB5.


Background Color

.myBgColor { background-color: #AEFEB5; }

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

This div background color is #AEFEB5.


Border color

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

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

This div border color is #AEFEB5.


Opacity

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

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

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

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

This text has shadow with #AEFEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFEB5 on black background.


Color preview on white background

This text has color #AEFEB5 on white background.



Black color preview on #AEFEB5 background

This text has black color on #AEFEB5 background.


White color preview on #AEFEB5 background

This text has white color on #AEFEB5 background.