COLOR #AADB8F

HEX: #AADB8F
RGB: (170,219,143)

Color info

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

RGB color model

#AADB8F color RGB value is (170,219,143).

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

RGB channels and saturation

R 170 of 255 = 67%
G 219 of 255 = 86%
B 143 of 255 = 56%

170
219
143

R + G + B ~ 70%. #AADB8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 219 + 143 = 532 (100%)
R 170 of 532 ~ 31.95%
G 219 of 532 ~ 41.17%
B 143 of 532 ~ 26.88%

%31.95
%41.17
%26.88

CMYK color model

#AADB8F color CMYK value is (22,0,35,14).

  • cyan value is 22.37%
  • magenta value is 0.00%
  • yellow value is 34.70%
  • key color value is 14.12%
CMYK:
(22,0,35,14)
C22M0Y35K14 
(22%,0%,35%,14%)
(0.22/0.00/0.35/0.14)	

CMYK percentages

%22.37
%0
%34.7
%14.12

Codes

Color #AADB8F in popluar color models

AADB8F
RGB170219143
HSL99°51.35%70.98%
HSB/HSV99°34.70%85.88%
CMYK22.37%0.00%34.70%
14.12%

Color #AADB8F in popluar number systems.

HEXAADB8F
Decimal170219143
Binary101010101101101110001111
Octal252333217

Shades and tints

Shades of #AADB8F

#AADB8F
(170,219,143)
#9BC882
(155,200,130)
#8CB575
(140,181,117)
#7DA268
(125,162,104)
#6E8F5B
(110,143,91)
#5F7C4E
(95,124,78)
#506941
(80,105,65)
#415634
(65,86,52)
#324327
(50,67,39)
#23301A
(35,48,26)
#141D0D
(20,29,13)
#000000
(0,0,0)

Tints of #AADB8F

#AADB8F
(170,219,143)
#B1DE99
(177,222,153)
#B8E1A3
(184,225,163)
#BFE4AD
(191,228,173)
#C6E7B7
(198,231,183)
#CDEAC1
(205,234,193)
#D4EDCB
(212,237,203)
#DBF0D5
(219,240,213)
#E2F3DF
(226,243,223)
#E9F6E9
(233,246,233)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADB8F; }

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

This text font color is #AADB8F.


Background Color

.myBgColor { background-color: #AADB8F; }

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

This div background color is #AADB8F.


Border color

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

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

This div border color is #AADB8F.


Opacity

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

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

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

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

This text has shadow with #AADB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADB8F on black background.


Color preview on white background

This text has color #AADB8F on white background.



Black color preview on #AADB8F background

This text has black color on #AADB8F background.


White color preview on #AADB8F background

This text has white color on #AADB8F background.