COLOR #A8D29E

HEX: #A8D29E RGB: (168,210,158)

Color info

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

RGB color model

#A8D29E color RGB value is (168,210,158).

RGB: (168,210,158) (66%, 82%, 62%)

RGB channels and saturation

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

168
210
158

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

Portions of RGB colors in percentages

R + G + B = 168 + 210 + 158 = 536 (100%)
R 168 of 536 ~ 31.34%
G 210 of 536 ~ 39.18%
B 158 of 536 ~ 29.48'%

%31.34
%39.18
%29.48

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • 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
%24.76
%17.65

Codes

Color #A8D29E in popluar color models

A8 D2 9E
RGB 168 210 158
HSL 108° 36.62% 72.16%
HSB/HSV 108° 24.76% 82.35%
CMYK 20.00% 0.00% 24.76%
17.65%

Color #A8D29E in popluar number systems.

HEX A8 D2 9E
Decimal 168 210 158
Binary 10101000 11010010 10011110
Octal 250 322 236

Shades and tints

Shades of #A8D29E

#A8D29E
(168,210,158)
#99BF90
(153,191,144)
#8AAC82
(138,172,130)
#7B9974
(123,153,116)
#6C8666
(108,134,102)
#5D7358
(93,115,88)
#4E604A
(78,96,74)
#3F4D3C
(63,77,60)
#303A2E
(48,58,46)
#212720
(33,39,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #A8D29E

#A8D29E
(168,210,158)
#AFD6A6
(175,214,166)
#B6DAAE
(182,218,174)
#BDDEB6
(189,222,182)
#C4E2BE
(196,226,190)
#CBE6C6
(203,230,198)
#D2EACE
(210,234,206)
#D9EED6
(217,238,214)
#E0F2DE
(224,242,222)
#E7F6E6
(231,246,230)
#EEFAEE
(238,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D29E; }

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

This text font color is #A8D29E.

Background Color

.myBgColor { background-color: #A8D29E; }

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

This div background color is #A8D29E.

Border color

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

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

This div border color is #A8D29E.

Opacity

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

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

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

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

This text has shadow with #A8D29E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D29E.

Preview

Color preview on black background

This text has color #A8D29E on black background.


Color preview on white background

This text has color #A8D29E on white background.


Black color preview on #A8D29E background

This text has black color on #A8D29E background.


White color preview on #A8D29E background

This text has white color on #A8D29E background.


Related colors

Complementary color

Complementary color for #hex is #572D61.


I love getcolorcode.com

Triadic colors

1 #9EA8D2 and #D29EA8 with #A8D29E are triadic colors.

2 #9ED2A8 and #D2A89E with #A8D29E are triadic colors.