COLOR #A8D06C

HEX: #A8D06C RGB: (168,208,108)

Color info

#A8D06C contains mainly red and green colors. Web safe color of #A8D06C is #99CC66 (or #9C6).

RGB color model

#A8D06C color RGB value is (168,208,108).

RGB: (168,208,108) (66%, 82%, 42%)

RGB channels and saturation

R 168 of 255 = 66%
G 208 of 255 = 82%
B 108 of 255 = 42%

168
208
108

R + G + B ~ 63%. #A8D06C is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 208 + 108 = 484 (100%)
R 168 of 484 ~ 34.71%
G 208 of 484 ~ 42.98%
B 108 of 484 ~ 22.31'%

%34.71
%42.98
%22.31

CMYK color model

#A8D06C color CMYK value is (19,0,48,18).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 48.08%
  • key color value is 18.43%

CMYK: (19,0,48,18)
C19M0Y48K18 (19%, 0%, 48%, 18%)
(0.19 / 0.00 / 0.48 / 0.18)

CMYK percentages

%19.23
%0
%48.08
%18.43

Codes

Color #A8D06C in popluar color models

A8 D0 6C
RGB 168 208 108
HSL 84° 51.55% 61.96%
HSB/HSV 84° 48.08% 81.57%
CMYK 19.23% 0.00% 48.08%
18.43%

Color #A8D06C in popluar number systems.

HEX A8 D0 6C
Decimal 168 208 108
Binary 10101000 11010000 1101100
Octal 250 320 154

Shades and tints

Shades of #A8D06C

#A8D06C
(168,208,108)
#99BE63
(153,190,99)
#8AAC5A
(138,172,90)
#7B9A51
(123,154,81)
#6C8848
(108,136,72)
#5D763F
(93,118,63)
#4E6436
(78,100,54)
#3F522D
(63,82,45)
#304024
(48,64,36)
#212E1B
(33,46,27)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #A8D06C

#A8D06C
(168,208,108)
#AFD479
(175,212,121)
#B6D886
(182,216,134)
#BDDC93
(189,220,147)
#C4E0A0
(196,224,160)
#CBE4AD
(203,228,173)
#D2E8BA
(210,232,186)
#D9ECC7
(217,236,199)
#E0F0D4
(224,240,212)
#E7F4E1
(231,244,225)
#EEF8EE
(238,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D06C color. Also use rgb(168,208,108) instead hex code.

Text Font Color

.myTextColor { color: #A8D06C; }

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

This text font color is #A8D06C.

Background Color

.myBgColor { background-color: #A8D06C; }

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

This div background color is #A8D06C.

Border color

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

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

This div border color is #A8D06C.

Opacity

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

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

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

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

This text has shadow with #A8D06C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D06C.

Preview

Color preview on black background

This text has color #A8D06C on black background.


Color preview on white background

This text has color #A8D06C on white background.


Black color preview on #A8D06C background

This text has black color on #A8D06C background.


White color preview on #A8D06C background

This text has white color on #A8D06C background.


Related colors

Complementary color

Complementary color for #hex is #572F93.


I love getcolorcode.com

Triadic colors

1 #6CA8D0 and #D06CA8 with #A8D06C are triadic colors.

2 #6CD0A8 and #D0A86C with #A8D06C are triadic colors.