COLOR #AEE6B9

HEX: #AEE6B9
RGB: (174,230,185)

Color info

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

RGB color model

#AEE6B9 color RGB value is (174,230,185).

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

RGB channels and saturation

R 174 of 255 = 68%
G 230 of 255 = 90%
B 185 of 255 = 73%

174
230
185

R + G + B ~ 77%. #AEE6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 230 + 185 = 589 (100%)
R 174 of 589 ~ 29.54%
G 230 of 589 ~ 39.05%
B 185 of 589 ~ 31.41%

%29.54
%39.05
%31.41

CMYK color model

#AEE6B9 color CMYK value is (24,0,20,10).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 9.80%
CMYK:
(24,0,20,10)
C24M0Y20K10 
(24%,0%,20%,10%)
(0.24/0.00/0.20/0.10)	

CMYK percentages

%24.35
%0
%19.57
%9.8

Codes

Color #AEE6B9 in popluar color models

AEE6B9
RGB174230185
HSL132°52.83%79.22%
HSB/HSV132°24.35%90.20%
CMYK24.35%0.00%19.57%
9.80%

Color #AEE6B9 in popluar number systems.

HEXAEE6B9
Decimal174230185
Binary101011101110011010111001
Octal256346271

Shades and tints

Shades of #AEE6B9

#AEE6B9
(174,230,185)
#9FD2A9
(159,210,169)
#90BE99
(144,190,153)
#81AA89
(129,170,137)
#729679
(114,150,121)
#638269
(99,130,105)
#546E59
(84,110,89)
#455A49
(69,90,73)
#364639
(54,70,57)
#273229
(39,50,41)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #AEE6B9

#AEE6B9
(174,230,185)
#B5E8BF
(181,232,191)
#BCEAC5
(188,234,197)
#C3ECCB
(195,236,203)
#CAEED1
(202,238,209)
#D1F0D7
(209,240,215)
#D8F2DD
(216,242,221)
#DFF4E3
(223,244,227)
#E6F6E9
(230,246,233)
#EDF8EF
(237,248,239)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE6B9; }

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

This text font color is #AEE6B9.


Background Color

.myBgColor { background-color: #AEE6B9; }

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

This div background color is #AEE6B9.


Border color

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

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

This div border color is #AEE6B9.


Opacity

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

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

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

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

This text has shadow with #AEE6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE6B9 on black background.


Color preview on white background

This text has color #AEE6B9 on white background.



Black color preview on #AEE6B9 background

This text has black color on #AEE6B9 background.


White color preview on #AEE6B9 background

This text has white color on #AEE6B9 background.