COLOR #A8DA9F

HEX: #A8DA9F
RGB: (168,218,159)

Color info

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

RGB color model

#A8DA9F color RGB value is (168,218,159).

  • red value is 168;
  • green value is 218;
  • blue value is 159.
RGB:
(168,218,159)
(66%,85%,62%)

RGB channels and saturation

R 168 of 255 = 66%
G 218 of 255 = 85%
B 159 of 255 = 62%

168
218
159

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

Portions of RGB colors in percentages

R + G + B =
168 + 218 + 159 = 545 (100%)
R 168 of 545 ~ 30.83%
G 218 of 545 ~ 40%
B 159 of 545 ~ 29.17%

%30.83
%40
%29.17

CMYK color model

#A8DA9F color CMYK value is (23,0,27,15).

  • cyan value is 22.94%
  • magenta value is 0.00%
  • yellow value is 27.06%
  • key color value is 14.51%
CMYK:
(23,0,27,15)
C23M0Y27K15 
(23%,0%,27%,15%)
(0.23/0.00/0.27/0.15)	

CMYK percentages

%22.94
%0
%27.06
%14.51

Codes

Color #A8DA9F in popluar color models

A8DA9F
RGB168218159
HSL111°44.36%73.92%
HSB/HSV111°27.06%85.49%
CMYK22.94%0.00%27.06%
14.51%

Color #A8DA9F in popluar number systems.

HEXA8DA9F
Decimal168218159
Binary101010001101101010011111
Octal250332237

Shades and tints

Shades of #A8DA9F

#A8DA9F
(168,218,159)
#99C791
(153,199,145)
#8AB483
(138,180,131)
#7BA175
(123,161,117)
#6C8E67
(108,142,103)
#5D7B59
(93,123,89)
#4E684B
(78,104,75)
#3F553D
(63,85,61)
#30422F
(48,66,47)
#212F21
(33,47,33)
#121C13
(18,28,19)
#000000
(0,0,0)

Tints of #A8DA9F

#A8DA9F
(168,218,159)
#AFDDA7
(175,221,167)
#B6E0AF
(182,224,175)
#BDE3B7
(189,227,183)
#C4E6BF
(196,230,191)
#CBE9C7
(203,233,199)
#D2ECCF
(210,236,207)
#D9EFD7
(217,239,215)
#E0F2DF
(224,242,223)
#E7F5E7
(231,245,231)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8DA9F color. Also use rgb(168,218,159) instead hex code.

Text Font Color

.myTextColor { color: #A8DA9F; }

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

This text font color is #A8DA9F.


Background Color

.myBgColor { background-color: #A8DA9F; }

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

This div background color is #A8DA9F.


Border color

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

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

This div border color is #A8DA9F.


Opacity

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

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

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

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

This text has shadow with #A8DA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DA9F on black background.


Color preview on white background

This text has color #A8DA9F on white background.



Black color preview on #A8DA9F background

This text has black color on #A8DA9F background.


White color preview on #A8DA9F background

This text has white color on #A8DA9F background.