COLOR #AADA87

HEX: #AADA87 RGB: (170,218,135)

Color info

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

RGB color model

#AADA87 color RGB value is (170,218,135).

RGB: (170,218,135) (67%, 85%, 53%)

RGB channels and saturation

R 170 of 255 = 67%
G 218 of 255 = 85%
B 135 of 255 = 53%

170
218
135

R + G + B ~ 68%. #AADA87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 218 + 135 = 523 (100%)
R 170 of 523 ~ 32.5%
G 218 of 523 ~ 41.68%
B 135 of 523 ~ 25.81'%

%32.5
%41.68
%25.81

CMYK color model

#AADA87 color CMYK value is (22,0,38,15).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 38.07%
  • key color value is 14.51%

CMYK: (22,0,38,15)
C22M0Y38K15 (22%, 0%, 38%, 15%)
(0.22 / 0.00 / 0.38 / 0.15)

CMYK percentages

%22.02
%0
%38.07
%14.51

Codes

Color #AADA87 in popluar color models

AA DA 87
RGB 170 218 135
HSL 95° 52.87% 69.22%
HSB/HSV 95° 38.07% 85.49%
CMYK 22.02% 0.00% 38.07%
14.51%

Color #AADA87 in popluar number systems.

HEX AA DA 87
Decimal 170 218 135
Binary 10101010 11011010 10000111
Octal 252 332 207

Shades and tints

Shades of #AADA87

#AADA87
(170,218,135)
#9BC77B
(155,199,123)
#8CB46F
(140,180,111)
#7DA163
(125,161,99)
#6E8E57
(110,142,87)
#5F7B4B
(95,123,75)
#50683F
(80,104,63)
#415533
(65,85,51)
#324227
(50,66,39)
#232F1B
(35,47,27)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #AADA87

#AADA87
(170,218,135)
#B1DD91
(177,221,145)
#B8E09B
(184,224,155)
#BFE3A5
(191,227,165)
#C6E6AF
(198,230,175)
#CDE9B9
(205,233,185)
#D4ECC3
(212,236,195)
#DBEFCD
(219,239,205)
#E2F2D7
(226,242,215)
#E9F5E1
(233,245,225)
#F0F8EB
(240,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADA87; }

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

This text font color is #AADA87.

Background Color

.myBgColor { background-color: #AADA87; }

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

This div background color is #AADA87.

Border color

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

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

This div border color is #AADA87.

Opacity

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

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

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

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

This text has shadow with #AADA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADA87.

Preview

Color preview on black background

This text has color #AADA87 on black background.


Color preview on white background

This text has color #AADA87 on white background.


Black color preview on #AADA87 background

This text has black color on #AADA87 background.


White color preview on #AADA87 background

This text has white color on #AADA87 background.


Related colors

Complementary color

Complementary color for #hex is #552578.


I love getcolorcode.com

Triadic colors

1 #87AADA and #DA87AA with #AADA87 are triadic colors.

2 #87DAAA and #DAAA87 with #AADA87 are triadic colors.