COLOR #A8D29D

HEX: #A8D29D
RGB: (168,210,157)

Color info

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

RGB color model

#A8D29D color RGB value is (168,210,157).

  • red value is 168;
  • green value is 210;
  • blue value is 157.
RGB:
(168,210,157)
(66%,82%,62%)

RGB channels and saturation

R 168 of 255 = 66%
G 210 of 255 = 82%
B 157 of 255 = 62%

168
210
157

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

Portions of RGB colors in percentages

R + G + B =
168 + 210 + 157 = 535 (100%)
R 168 of 535 ~ 31.4%
G 210 of 535 ~ 39.25%
B 157 of 535 ~ 29.35%

%31.4
%39.25
%29.35

CMYK color model

#A8D29D color CMYK value is (20,0,25,18).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 17.65%
CMYK:
(20,0,25,18)
C20M0Y25K18 
(20%,0%,25%,18%)
(0.20/0.00/0.25/0.18)	

CMYK percentages

%20
%0
%25.24
%17.65

Codes

Color #A8D29D in popluar color models

A8D29D
RGB168210157
HSL108°37.06%71.96%
HSB/HSV108°25.24%82.35%
CMYK20.00%0.00%25.24%
17.65%

Color #A8D29D in popluar number systems.

HEXA8D29D
Decimal168210157
Binary101010001101001010011101
Octal250322235

Shades and tints

Shades of #A8D29D

#A8D29D
(168,210,157)
#99BF8F
(153,191,143)
#8AAC81
(138,172,129)
#7B9973
(123,153,115)
#6C8665
(108,134,101)
#5D7357
(93,115,87)
#4E6049
(78,96,73)
#3F4D3B
(63,77,59)
#303A2D
(48,58,45)
#21271F
(33,39,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #A8D29D

#A8D29D
(168,210,157)
#AFD6A5
(175,214,165)
#B6DAAD
(182,218,173)
#BDDEB5
(189,222,181)
#C4E2BD
(196,226,189)
#CBE6C5
(203,230,197)
#D2EACD
(210,234,205)
#D9EED5
(217,238,213)
#E0F2DD
(224,242,221)
#E7F6E5
(231,246,229)
#EEFAED
(238,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D29D color. Also use rgb(168,210,157) instead hex code.

Text Font Color

.myTextColor { color: #A8D29D; }

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

This text font color is #A8D29D.


Background Color

.myBgColor { background-color: #A8D29D; }

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

This div background color is #A8D29D.


Border color

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

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

This div border color is #A8D29D.


Opacity

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

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

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

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

This text has shadow with #A8D29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D29D on black background.


Color preview on white background

This text has color #A8D29D on white background.



Black color preview on #A8D29D background

This text has black color on #A8D29D background.


White color preview on #A8D29D background

This text has white color on #A8D29D background.