COLOR #A8C686

HEX: #A8C686
RGB: (168,198,134)

Color info

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

RGB color model

#A8C686 color RGB value is (168,198,134).

  • red value is 168;
  • green value is 198;
  • blue value is 134.
RGB:
(168,198,134)
(66%,78%,53%)

RGB channels and saturation

R 168 of 255 = 66%
G 198 of 255 = 78%
B 134 of 255 = 53%

168
198
134

R + G + B ~ 66%. #A8C686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 198 + 134 = 500 (100%)
R 168 of 500 ~ 33.6%
G 198 of 500 ~ 39.6%
B 134 of 500 ~ 26.8%

%33.6
%39.6
%26.8

CMYK color model

#A8C686 color CMYK value is (15,0,32,22).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 32.32%
  • key color value is 22.35%
CMYK:
(15,0,32,22)
C15M0Y32K22 
(15%,0%,32%,22%)
(0.15/0.00/0.32/0.22)	

CMYK percentages

%15.15
%0
%32.32
%22.35

Codes

Color #A8C686 in popluar color models

A8C686
RGB168198134
HSL88°35.96%65.10%
HSB/HSV88°32.32%77.65%
CMYK15.15%0.00%32.32%
22.35%

Color #A8C686 in popluar number systems.

HEXA8C686
Decimal168198134
Binary101010001100011010000110
Octal250306206

Shades and tints

Shades of #A8C686

#A8C686
(168,198,134)
#99B47A
(153,180,122)
#8AA26E
(138,162,110)
#7B9062
(123,144,98)
#6C7E56
(108,126,86)
#5D6C4A
(93,108,74)
#4E5A3E
(78,90,62)
#3F4832
(63,72,50)
#303626
(48,54,38)
#21241A
(33,36,26)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #A8C686

#A8C686
(168,198,134)
#AFCB91
(175,203,145)
#B6D09C
(182,208,156)
#BDD5A7
(189,213,167)
#C4DAB2
(196,218,178)
#CBDFBD
(203,223,189)
#D2E4C8
(210,228,200)
#D9E9D3
(217,233,211)
#E0EEDE
(224,238,222)
#E7F3E9
(231,243,233)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C686 color. Also use rgb(168,198,134) instead hex code.

Text Font Color

.myTextColor { color: #A8C686; }

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

This text font color is #A8C686.


Background Color

.myBgColor { background-color: #A8C686; }

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

This div background color is #A8C686.


Border color

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

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

This div border color is #A8C686.


Opacity

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

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

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

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

This text has shadow with #A8C686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C686 on black background.


Color preview on white background

This text has color #A8C686 on white background.



Black color preview on #A8C686 background

This text has black color on #A8C686 background.


White color preview on #A8C686 background

This text has white color on #A8C686 background.