COLOR #A8D79B

HEX: #A8D79B RGB: (168,215,155)

Color info

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

RGB color model

#A8D79B color RGB value is (168,215,155).

RGB: (168,215,155) (66%, 84%, 61%)

RGB channels and saturation

R 168 of 255 = 66%
G 215 of 255 = 84%
B 155 of 255 = 61%

168
215
155

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

Portions of RGB colors in percentages

R + G + B = 168 + 215 + 155 = 538 (100%)
R 168 of 538 ~ 31.23%
G 215 of 538 ~ 39.96%
B 155 of 538 ~ 28.81'%

%31.23
%39.96
%28.81

CMYK color model

#A8D79B color CMYK value is (22,0,28,16).

  • cyan value is 21.86%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 15.69%

CMYK: (22,0,28,16)
C22M0Y28K16 (22%, 0%, 28%, 16%)
(0.22 / 0.00 / 0.28 / 0.16)

CMYK percentages

%21.86
%0
%27.91
%15.69

Codes

Color #A8D79B in popluar color models

A8 D7 9B
RGB 168 215 155
HSL 107° 42.86% 72.55%
HSB/HSV 107° 27.91% 84.31%
CMYK 21.86% 0.00% 27.91%
15.69%

Color #A8D79B in popluar number systems.

HEX A8 D7 9B
Decimal 168 215 155
Binary 10101000 11010111 10011011
Octal 250 327 233

Shades and tints

Shades of #A8D79B

#A8D79B
(168,215,155)
#99C48D
(153,196,141)
#8AB17F
(138,177,127)
#7B9E71
(123,158,113)
#6C8B63
(108,139,99)
#5D7855
(93,120,85)
#4E6547
(78,101,71)
#3F5239
(63,82,57)
#303F2B
(48,63,43)
#212C1D
(33,44,29)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #A8D79B

#A8D79B
(168,215,155)
#AFDAA4
(175,218,164)
#B6DDAD
(182,221,173)
#BDE0B6
(189,224,182)
#C4E3BF
(196,227,191)
#CBE6C8
(203,230,200)
#D2E9D1
(210,233,209)
#D9ECDA
(217,236,218)
#E0EFE3
(224,239,227)
#E7F2EC
(231,242,236)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D79B color. Also use rgb(168,215,155) instead hex code.

Text Font Color

.myTextColor { color: #A8D79B; }

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

This text font color is #A8D79B.

Background Color

.myBgColor { background-color: #A8D79B; }

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

This div background color is #A8D79B.

Border color

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

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

This div border color is #A8D79B.

Opacity

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

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

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

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

This text has shadow with #A8D79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D79B.

Preview

Color preview on black background

This text has color #A8D79B on black background.


Color preview on white background

This text has color #A8D79B on white background.


Black color preview on #A8D79B background

This text has black color on #A8D79B background.


White color preview on #A8D79B background

This text has white color on #A8D79B background.


Related colors

Complementary color

Complementary color for #hex is #572864.


I love getcolorcode.com

Triadic colors

1 #9BA8D7 and #D79BA8 with #A8D79B are triadic colors.

2 #9BD7A8 and #D7A89B with #A8D79B are triadic colors.