COLOR #AADA9D

HEX: #AADA9D
RGB: (170,218,157)

Color info

#AADA9D contains mainly red and green colors. Web safe color of #AADA9D is #99CC99 (or #9C9).

RGB color model

#AADA9D color RGB value is (170,218,157).

  • red value is 170;
  • green value is 218;
  • blue value is 157.
RGB:
(170,218,157)
(67%,85%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 218 of 255 = 85%
B 157 of 255 = 62%

170
218
157

R + G + B ~ 71%. #AADA9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 218 + 157 = 545 (100%)
R 170 of 545 ~ 31.19%
G 218 of 545 ~ 40%
B 157 of 545 ~ 28.81%

%31.19
%40
%28.81

CMYK color model

#AADA9D color CMYK value is (22,0,28,15).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 14.51%
CMYK:
(22,0,28,15)
C22M0Y28K15 
(22%,0%,28%,15%)
(0.22/0.00/0.28/0.15)	

CMYK percentages

%22.02
%0
%27.98
%14.51

Codes

Color #AADA9D in popluar color models

AADA9D
RGB170218157
HSL107°45.19%73.53%
HSB/HSV107°27.98%85.49%
CMYK22.02%0.00%27.98%
14.51%

Color #AADA9D in popluar number systems.

HEXAADA9D
Decimal170218157
Binary101010101101101010011101
Octal252332235

Shades and tints

Shades of #AADA9D

#AADA9D
(170,218,157)
#9BC78F
(155,199,143)
#8CB481
(140,180,129)
#7DA173
(125,161,115)
#6E8E65
(110,142,101)
#5F7B57
(95,123,87)
#506849
(80,104,73)
#41553B
(65,85,59)
#32422D
(50,66,45)
#232F1F
(35,47,31)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #AADA9D

#AADA9D
(170,218,157)
#B1DDA5
(177,221,165)
#B8E0AD
(184,224,173)
#BFE3B5
(191,227,181)
#C6E6BD
(198,230,189)
#CDE9C5
(205,233,197)
#D4ECCD
(212,236,205)
#DBEFD5
(219,239,213)
#E2F2DD
(226,242,221)
#E9F5E5
(233,245,229)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADA9D color. Also use rgb(170,218,157) instead hex code.

Text Font Color

.myTextColor { color: #AADA9D; }

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

This text font color is #AADA9D.


Background Color

.myBgColor { background-color: #AADA9D; }

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

This div background color is #AADA9D.


Border color

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

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

This div border color is #AADA9D.


Opacity

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

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

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

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

This text has shadow with #AADA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADA9D on black background.


Color preview on white background

This text has color #AADA9D on white background.



Black color preview on #AADA9D background

This text has black color on #AADA9D background.


White color preview on #AADA9D background

This text has white color on #AADA9D background.