COLOR #AEE6B2

HEX: #AEE6B2
RGB: (174,230,178)

Color info

#AEE6B2 contains red, green and blue colors in about the same proportion. Web safe color of #AEE6B2 is #99CC99 (or #9C9).

RGB color model

#AEE6B2 color RGB value is (174,230,178).

  • red value is 174;
  • green value is 230;
  • blue value is 178.
RGB:
(174,230,178)
(68%,90%,70%)

RGB channels and saturation

R 174 of 255 = 68%
G 230 of 255 = 90%
B 178 of 255 = 70%

174
230
178

R + G + B ~ 76%. #AEE6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 230 + 178 = 582 (100%)
R 174 of 582 ~ 29.9%
G 230 of 582 ~ 39.52%
B 178 of 582 ~ 30.58%

%29.9
%39.52
%30.58

CMYK color model

#AEE6B2 color CMYK value is (24,0,23,10).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 22.61%
  • key color value is 9.80%
CMYK:
(24,0,23,10)
C24M0Y23K10 
(24%,0%,23%,10%)
(0.24/0.00/0.23/0.10)	

CMYK percentages

%24.35
%0
%22.61
%9.8

Codes

Color #AEE6B2 in popluar color models

AEE6B2
RGB174230178
HSL124°52.83%79.22%
HSB/HSV124°24.35%90.20%
CMYK24.35%0.00%22.61%
9.80%

Color #AEE6B2 in popluar number systems.

HEXAEE6B2
Decimal174230178
Binary101011101110011010110010
Octal256346262

Shades and tints

Shades of #AEE6B2

#AEE6B2
(174,230,178)
#9FD2A2
(159,210,162)
#90BE92
(144,190,146)
#81AA82
(129,170,130)
#729672
(114,150,114)
#638262
(99,130,98)
#546E52
(84,110,82)
#455A42
(69,90,66)
#364632
(54,70,50)
#273222
(39,50,34)
#181E12
(24,30,18)
#000000
(0,0,0)

Tints of #AEE6B2

#AEE6B2
(174,230,178)
#B5E8B9
(181,232,185)
#BCEAC0
(188,234,192)
#C3ECC7
(195,236,199)
#CAEECE
(202,238,206)
#D1F0D5
(209,240,213)
#D8F2DC
(216,242,220)
#DFF4E3
(223,244,227)
#E6F6EA
(230,246,234)
#EDF8F1
(237,248,241)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE6B2 color. Also use rgb(174,230,178) instead hex code.

Text Font Color

.myTextColor { color: #AEE6B2; }

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

This text font color is #AEE6B2.


Background Color

.myBgColor { background-color: #AEE6B2; }

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

This div background color is #AEE6B2.


Border color

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

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

This div border color is #AEE6B2.


Opacity

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

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

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

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

This text has shadow with #AEE6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE6B2 on black background.


Color preview on white background

This text has color #AEE6B2 on white background.



Black color preview on #AEE6B2 background

This text has black color on #AEE6B2 background.


White color preview on #AEE6B2 background

This text has white color on #AEE6B2 background.