COLOR #AEDFA4

HEX: #AEDFA4
RGB: (174,223,164)

Color info

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

RGB color model

#AEDFA4 color RGB value is (174,223,164).

  • red value is 174;
  • green value is 223;
  • blue value is 164.
RGB:
(174,223,164)
(68%,87%,64%)

RGB channels and saturation

R 174 of 255 = 68%
G 223 of 255 = 87%
B 164 of 255 = 64%

174
223
164

R + G + B ~ 73%. #AEDFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 223 + 164 = 561 (100%)
R 174 of 561 ~ 31.02%
G 223 of 561 ~ 39.75%
B 164 of 561 ~ 29.23%

%31.02
%39.75
%29.23

CMYK color model

#AEDFA4 color CMYK value is (22,0,26,13).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 26.46%
  • key color value is 12.55%
CMYK:
(22,0,26,13)
C22M0Y26K13 
(22%,0%,26%,13%)
(0.22/0.00/0.26/0.13)	

CMYK percentages

%21.97
%0
%26.46
%12.55

Codes

Color #AEDFA4 in popluar color models

AEDFA4
RGB174223164
HSL110°47.97%75.88%
HSB/HSV110°26.46%87.45%
CMYK21.97%0.00%26.46%
12.55%

Color #AEDFA4 in popluar number systems.

HEXAEDFA4
Decimal174223164
Binary101011101101111110100100
Octal256337244

Shades and tints

Shades of #AEDFA4

#AEDFA4
(174,223,164)
#9FCB96
(159,203,150)
#90B788
(144,183,136)
#81A37A
(129,163,122)
#728F6C
(114,143,108)
#637B5E
(99,123,94)
#546750
(84,103,80)
#455342
(69,83,66)
#363F34
(54,63,52)
#272B26
(39,43,38)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #AEDFA4

#AEDFA4
(174,223,164)
#B5E1AC
(181,225,172)
#BCE3B4
(188,227,180)
#C3E5BC
(195,229,188)
#CAE7C4
(202,231,196)
#D1E9CC
(209,233,204)
#D8EBD4
(216,235,212)
#DFEDDC
(223,237,220)
#E6EFE4
(230,239,228)
#EDF1EC
(237,241,236)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDFA4 color. Also use rgb(174,223,164) instead hex code.

Text Font Color

.myTextColor { color: #AEDFA4; }

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

This text font color is #AEDFA4.


Background Color

.myBgColor { background-color: #AEDFA4; }

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

This div background color is #AEDFA4.


Border color

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

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

This div border color is #AEDFA4.


Opacity

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

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

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

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

This text has shadow with #AEDFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDFA4 on black background.


Color preview on white background

This text has color #AEDFA4 on white background.



Black color preview on #AEDFA4 background

This text has black color on #AEDFA4 background.


White color preview on #AEDFA4 background

This text has white color on #AEDFA4 background.