COLOR #A8D9A7

HEX: #A8D9A7
RGB: (168,217,167)

Color info

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

RGB color model

#A8D9A7 color RGB value is (168,217,167).

  • red value is 168;
  • green value is 217;
  • blue value is 167.
RGB:
(168,217,167)
(66%,85%,65%)

RGB channels and saturation

R 168 of 255 = 66%
G 217 of 255 = 85%
B 167 of 255 = 65%

168
217
167

R + G + B ~ 72%. #A8D9A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 217 + 167 = 552 (100%)
R 168 of 552 ~ 30.43%
G 217 of 552 ~ 39.31%
B 167 of 552 ~ 30.25%

%30.43
%39.31
%30.25

CMYK color model

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

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 23.04%
  • key color value is 14.90%
CMYK:
(23,0,23,15)
C23M0Y23K15 
(23%,0%,23%,15%)
(0.23/0.00/0.23/0.15)	

CMYK percentages

%22.58
%0
%23.04
%14.9

Codes

Color #A8D9A7 in popluar color models

A8D9A7
RGB168217167
HSL119°39.68%75.29%
HSB/HSV119°23.04%85.10%
CMYK22.58%0.00%23.04%
14.90%

Color #A8D9A7 in popluar number systems.

HEXA8D9A7
Decimal168217167
Binary101010001101100110100111
Octal250331247

Shades and tints

Shades of #A8D9A7

#A8D9A7
(168,217,167)
#99C698
(153,198,152)
#8AB389
(138,179,137)
#7BA07A
(123,160,122)
#6C8D6B
(108,141,107)
#5D7A5C
(93,122,92)
#4E674D
(78,103,77)
#3F543E
(63,84,62)
#30412F
(48,65,47)
#212E20
(33,46,32)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #A8D9A7

#A8D9A7
(168,217,167)
#AFDCAF
(175,220,175)
#B6DFB7
(182,223,183)
#BDE2BF
(189,226,191)
#C4E5C7
(196,229,199)
#CBE8CF
(203,232,207)
#D2EBD7
(210,235,215)
#D9EEDF
(217,238,223)
#E0F1E7
(224,241,231)
#E7F4EF
(231,244,239)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D9A7 color. Also use rgb(168,217,167) instead hex code.

Text Font Color

.myTextColor { color: #A8D9A7; }

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

This text font color is #A8D9A7.


Background Color

.myBgColor { background-color: #A8D9A7; }

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

This div background color is #A8D9A7.


Border color

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

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

This div border color is #A8D9A7.


Opacity

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

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

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

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

This text has shadow with #A8D9A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D9A7 on black background.


Color preview on white background

This text has color #A8D9A7 on white background.



Black color preview on #A8D9A7 background

This text has black color on #A8D9A7 background.


White color preview on #A8D9A7 background

This text has white color on #A8D9A7 background.