COLOR #AEE3AC

HEX: #AEE3AC
RGB: (174,227,172)

Color info

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

RGB color model

#AEE3AC color RGB value is (174,227,172).

  • red value is 174;
  • green value is 227;
  • blue value is 172.
RGB:
(174,227,172)
(68%,89%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 227 of 255 = 89%
B 172 of 255 = 67%

174
227
172

R + G + B ~ 75%. #AEE3AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 227 + 172 = 573 (100%)
R 174 of 573 ~ 30.37%
G 227 of 573 ~ 39.62%
B 172 of 573 ~ 30.02%

%30.37
%39.62
%30.02

CMYK color model

#AEE3AC color CMYK value is (23,0,24,11).

  • cyan value is 23.35%
  • magenta value is 0.00%
  • yellow value is 24.23%
  • key color value is 10.98%
CMYK:
(23,0,24,11)
C23M0Y24K11 
(23%,0%,24%,11%)
(0.23/0.00/0.24/0.11)	

CMYK percentages

%23.35
%0
%24.23
%10.98

Codes

Color #AEE3AC in popluar color models

AEE3AC
RGB174227172
HSL118°49.55%78.24%
HSB/HSV118°24.23%89.02%
CMYK23.35%0.00%24.23%
10.98%

Color #AEE3AC in popluar number systems.

HEXAEE3AC
Decimal174227172
Binary101011101110001110101100
Octal256343254

Shades and tints

Shades of #AEE3AC

#AEE3AC
(174,227,172)
#9FCF9D
(159,207,157)
#90BB8E
(144,187,142)
#81A77F
(129,167,127)
#729370
(114,147,112)
#637F61
(99,127,97)
#546B52
(84,107,82)
#455743
(69,87,67)
#364334
(54,67,52)
#272F25
(39,47,37)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #AEE3AC

#AEE3AC
(174,227,172)
#B5E5B3
(181,229,179)
#BCE7BA
(188,231,186)
#C3E9C1
(195,233,193)
#CAEBC8
(202,235,200)
#D1EDCF
(209,237,207)
#D8EFD6
(216,239,214)
#DFF1DD
(223,241,221)
#E6F3E4
(230,243,228)
#EDF5EB
(237,245,235)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE3AC color. Also use rgb(174,227,172) instead hex code.

Text Font Color

.myTextColor { color: #AEE3AC; }

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

This text font color is #AEE3AC.


Background Color

.myBgColor { background-color: #AEE3AC; }

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

This div background color is #AEE3AC.


Border color

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

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

This div border color is #AEE3AC.


Opacity

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

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

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

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

This text has shadow with #AEE3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE3AC on black background.


Color preview on white background

This text has color #AEE3AC on white background.



Black color preview on #AEE3AC background

This text has black color on #AEE3AC background.


White color preview on #AEE3AC background

This text has white color on #AEE3AC background.