COLOR #AEE6AF

HEX: #AEE6AF
RGB: (174,230,175)

Color info

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

RGB color model

#AEE6AF color RGB value is (174,230,175).

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

RGB channels and saturation

R 174 of 255 = 68%
G 230 of 255 = 90%
B 175 of 255 = 69%

174
230
175

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

Portions of RGB colors in percentages

R + G + B =
174 + 230 + 175 = 579 (100%)
R 174 of 579 ~ 30.05%
G 230 of 579 ~ 39.72%
B 175 of 579 ~ 30.22%

%30.05
%39.72
%30.22

CMYK color model

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

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 9.80%
CMYK:
(24,0,24,10)
C24M0Y24K10 
(24%,0%,24%,10%)
(0.24/0.00/0.24/0.10)	

CMYK percentages

%24.35
%0
%23.91
%9.8

Codes

Color #AEE6AF in popluar color models

AEE6AF
RGB174230175
HSL121°52.83%79.22%
HSB/HSV121°24.35%90.20%
CMYK24.35%0.00%23.91%
9.80%

Color #AEE6AF in popluar number systems.

HEXAEE6AF
Decimal174230175
Binary101011101110011010101111
Octal256346257

Shades and tints

Shades of #AEE6AF

#AEE6AF
(174,230,175)
#9FD2A0
(159,210,160)
#90BE91
(144,190,145)
#81AA82
(129,170,130)
#729673
(114,150,115)
#638264
(99,130,100)
#546E55
(84,110,85)
#455A46
(69,90,70)
#364637
(54,70,55)
#273228
(39,50,40)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #AEE6AF

#AEE6AF
(174,230,175)
#B5E8B6
(181,232,182)
#BCEABD
(188,234,189)
#C3ECC4
(195,236,196)
#CAEECB
(202,238,203)
#D1F0D2
(209,240,210)
#D8F2D9
(216,242,217)
#DFF4E0
(223,244,224)
#E6F6E7
(230,246,231)
#EDF8EE
(237,248,238)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE6AF; }

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

This text font color is #AEE6AF.


Background Color

.myBgColor { background-color: #AEE6AF; }

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

This div background color is #AEE6AF.


Border color

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

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

This div border color is #AEE6AF.


Opacity

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

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

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

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

This text has shadow with #AEE6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE6AF on black background.


Color preview on white background

This text has color #AEE6AF on white background.



Black color preview on #AEE6AF background

This text has black color on #AEE6AF background.


White color preview on #AEE6AF background

This text has white color on #AEE6AF background.