COLOR #AAD08F

HEX: #AAD08F
RGB: (170,208,143)

Color info

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

RGB color model

#AAD08F color RGB value is (170,208,143).

  • red value is 170;
  • green value is 208;
  • blue value is 143.
RGB:
(170,208,143)
(67%,82%,56%)

RGB channels and saturation

R 170 of 255 = 67%
G 208 of 255 = 82%
B 143 of 255 = 56%

170
208
143

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

Portions of RGB colors in percentages

R + G + B =
170 + 208 + 143 = 521 (100%)
R 170 of 521 ~ 32.63%
G 208 of 521 ~ 39.92%
B 143 of 521 ~ 27.45%

%32.63
%39.92
%27.45

CMYK color model

#AAD08F color CMYK value is (18,0,31,18).

  • cyan value is 18.27%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 18.43%
CMYK:
(18,0,31,18)
C18M0Y31K18 
(18%,0%,31%,18%)
(0.18/0.00/0.31/0.18)	

CMYK percentages

%18.27
%0
%31.25
%18.43

Codes

Color #AAD08F in popluar color models

AAD08F
RGB170208143
HSL95°40.88%68.82%
HSB/HSV95°31.25%81.57%
CMYK18.27%0.00%31.25%
18.43%

Color #AAD08F in popluar number systems.

HEXAAD08F
Decimal170208143
Binary101010101101000010001111
Octal252320217

Shades and tints

Shades of #AAD08F

#AAD08F
(170,208,143)
#9BBE82
(155,190,130)
#8CAC75
(140,172,117)
#7D9A68
(125,154,104)
#6E885B
(110,136,91)
#5F764E
(95,118,78)
#506441
(80,100,65)
#415234
(65,82,52)
#324027
(50,64,39)
#232E1A
(35,46,26)
#141C0D
(20,28,13)
#000000
(0,0,0)

Tints of #AAD08F

#AAD08F
(170,208,143)
#B1D499
(177,212,153)
#B8D8A3
(184,216,163)
#BFDCAD
(191,220,173)
#C6E0B7
(198,224,183)
#CDE4C1
(205,228,193)
#D4E8CB
(212,232,203)
#DBECD5
(219,236,213)
#E2F0DF
(226,240,223)
#E9F4E9
(233,244,233)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD08F color. Also use rgb(170,208,143) instead hex code.

Text Font Color

.myTextColor { color: #AAD08F; }

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

This text font color is #AAD08F.


Background Color

.myBgColor { background-color: #AAD08F; }

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

This div background color is #AAD08F.


Border color

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

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

This div border color is #AAD08F.


Opacity

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

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

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

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

This text has shadow with #AAD08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD08F on black background.


Color preview on white background

This text has color #AAD08F on white background.



Black color preview on #AAD08F background

This text has black color on #AAD08F background.


White color preview on #AAD08F background

This text has white color on #AAD08F background.