COLOR #A9C186

HEX: #A9C186
RGB: (169,193,134)

Color info

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

RGB color model

#A9C186 color RGB value is (169,193,134).

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

RGB channels and saturation

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

169
193
134

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

Portions of RGB colors in percentages

R + G + B =
169 + 193 + 134 = 496 (100%)
R 169 of 496 ~ 34.07%
G 193 of 496 ~ 38.91%
B 134 of 496 ~ 27.02%

%34.07
%38.91
%27.02

CMYK color model

#A9C186 color CMYK value is (12,0,31,24).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 30.57%
  • key color value is 24.31%
CMYK:
(12,0,31,24)
C12M0Y31K24 
(12%,0%,31%,24%)
(0.12/0.00/0.31/0.24)	

CMYK percentages

%12.44
%0
%30.57
%24.31

Codes

Color #A9C186 in popluar color models

A9C186
RGB169193134
HSL84°32.24%64.12%
HSB/HSV84°30.57%75.69%
CMYK12.44%0.00%30.57%
24.31%

Color #A9C186 in popluar number systems.

HEXA9C186
Decimal169193134
Binary101010011100000110000110
Octal251301206

Shades and tints

Shades of #A9C186

#A9C186
(169,193,134)
#9AB07A
(154,176,122)
#8B9F6E
(139,159,110)
#7C8E62
(124,142,98)
#6D7D56
(109,125,86)
#5E6C4A
(94,108,74)
#4F5B3E
(79,91,62)
#404A32
(64,74,50)
#313926
(49,57,38)
#22281A
(34,40,26)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #A9C186

#A9C186
(169,193,134)
#B0C691
(176,198,145)
#B7CB9C
(183,203,156)
#BED0A7
(190,208,167)
#C5D5B2
(197,213,178)
#CCDABD
(204,218,189)
#D3DFC8
(211,223,200)
#DAE4D3
(218,228,211)
#E1E9DE
(225,233,222)
#E8EEE9
(232,238,233)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C186; }

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

This text font color is #A9C186.


Background Color

.myBgColor { background-color: #A9C186; }

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

This div background color is #A9C186.


Border color

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

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

This div border color is #A9C186.


Opacity

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

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

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

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

This text has shadow with #A9C186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C186 on black background.


Color preview on white background

This text has color #A9C186 on white background.



Black color preview on #A9C186 background

This text has black color on #A9C186 background.


White color preview on #A9C186 background

This text has white color on #A9C186 background.