COLOR #AED4AB

HEX: #AED4AB
RGB: (174,212,171)

Color info

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

RGB color model

#AED4AB color RGB value is (174,212,171).

  • red value is 174;
  • green value is 212;
  • blue value is 171.
RGB:
(174,212,171)
(68%,83%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 212 of 255 = 83%
B 171 of 255 = 67%

174
212
171

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

Portions of RGB colors in percentages

R + G + B =
174 + 212 + 171 = 557 (100%)
R 174 of 557 ~ 31.24%
G 212 of 557 ~ 38.06%
B 171 of 557 ~ 30.7%

%31.24
%38.06
%30.7

CMYK color model

#AED4AB color CMYK value is (18,0,19,17).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(18,0,19,17)
C18M0Y19K17 
(18%,0%,19%,17%)
(0.18/0.00/0.19/0.17)	

CMYK percentages

%17.92
%0
%19.34
%16.86

Codes

Color #AED4AB in popluar color models

AED4AB
RGB174212171
HSL116°32.28%75.10%
HSB/HSV116°19.34%83.14%
CMYK17.92%0.00%19.34%
16.86%

Color #AED4AB in popluar number systems.

HEXAED4AB
Decimal174212171
Binary101011101101010010101011
Octal256324253

Shades and tints

Shades of #AED4AB

#AED4AB
(174,212,171)
#9FC19C
(159,193,156)
#90AE8D
(144,174,141)
#819B7E
(129,155,126)
#72886F
(114,136,111)
#637560
(99,117,96)
#546251
(84,98,81)
#454F42
(69,79,66)
#363C33
(54,60,51)
#272924
(39,41,36)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #AED4AB

#AED4AB
(174,212,171)
#B5D7B2
(181,215,178)
#BCDAB9
(188,218,185)
#C3DDC0
(195,221,192)
#CAE0C7
(202,224,199)
#D1E3CE
(209,227,206)
#D8E6D5
(216,230,213)
#DFE9DC
(223,233,220)
#E6ECE3
(230,236,227)
#EDEFEA
(237,239,234)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED4AB color. Also use rgb(174,212,171) instead hex code.

Text Font Color

.myTextColor { color: #AED4AB; }

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

This text font color is #AED4AB.


Background Color

.myBgColor { background-color: #AED4AB; }

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

This div background color is #AED4AB.


Border color

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

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

This div border color is #AED4AB.


Opacity

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

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

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

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

This text has shadow with #AED4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED4AB on black background.


Color preview on white background

This text has color #AED4AB on white background.



Black color preview on #AED4AB background

This text has black color on #AED4AB background.


White color preview on #AED4AB background

This text has white color on #AED4AB background.