COLOR #A8C186

HEX: #A8C186
RGB: (168,193,134)

Color info

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

RGB color model

#A8C186 color RGB value is (168,193,134).

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

RGB channels and saturation

R 168 of 255 = 66%
G 193 of 255 = 76%
B 134 of 255 = 53%

168
193
134

R + G + B ~ 65%. #A8C186 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 193 + 134 = 495 (100%)
R 168 of 495 ~ 33.94%
G 193 of 495 ~ 38.99%
B 134 of 495 ~ 27.07%

%33.94
%38.99
%27.07

CMYK color model

#A8C186 color CMYK value is (13,0,31,24).

  • cyan value is 12.95%
  • magenta value is 0.00%
  • yellow value is 30.57%
  • key color value is 24.31%
CMYK:
(13,0,31,24)
C13M0Y31K24 
(13%,0%,31%,24%)
(0.13/0.00/0.31/0.24)	

CMYK percentages

%12.95
%0
%30.57
%24.31

Codes

Color #A8C186 in popluar color models

A8C186
RGB168193134
HSL85°32.24%64.12%
HSB/HSV85°30.57%75.69%
CMYK12.95%0.00%30.57%
24.31%

Color #A8C186 in popluar number systems.

HEXA8C186
Decimal168193134
Binary101010001100000110000110
Octal250301206

Shades and tints

Shades of #A8C186

#A8C186
(168,193,134)
#99B07A
(153,176,122)
#8A9F6E
(138,159,110)
#7B8E62
(123,142,98)
#6C7D56
(108,125,86)
#5D6C4A
(93,108,74)
#4E5B3E
(78,91,62)
#3F4A32
(63,74,50)
#303926
(48,57,38)
#21281A
(33,40,26)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #A8C186

#A8C186
(168,193,134)
#AFC691
(175,198,145)
#B6CB9C
(182,203,156)
#BDD0A7
(189,208,167)
#C4D5B2
(196,213,178)
#CBDABD
(203,218,189)
#D2DFC8
(210,223,200)
#D9E4D3
(217,228,211)
#E0E9DE
(224,233,222)
#E7EEE9
(231,238,233)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C186; }

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

This text font color is #A8C186.


Background Color

.myBgColor { background-color: #A8C186; }

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

This div background color is #A8C186.


Border color

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

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

This div border color is #A8C186.


Opacity

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

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

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

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

This text has shadow with #A8C186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C186 on black background.


Color preview on white background

This text has color #A8C186 on white background.



Black color preview on #A8C186 background

This text has black color on #A8C186 background.


White color preview on #A8C186 background

This text has white color on #A8C186 background.