COLOR #A9C387

HEX: #A9C387
RGB: (169,195,135)

Color info

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

RGB color model

#A9C387 color RGB value is (169,195,135).

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

RGB channels and saturation

R 169 of 255 = 66%
G 195 of 255 = 76%
B 135 of 255 = 53%

169
195
135

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

Portions of RGB colors in percentages

R + G + B =
169 + 195 + 135 = 499 (100%)
R 169 of 499 ~ 33.87%
G 195 of 499 ~ 39.08%
B 135 of 499 ~ 27.05%

%33.87
%39.08
%27.05

CMYK color model

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

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

CMYK percentages

%13.33
%0
%30.77
%23.53

Codes

Color #A9C387 in popluar color models

A9C387
RGB169195135
HSL86°33.33%64.71%
HSB/HSV86°30.77%76.47%
CMYK13.33%0.00%30.77%
23.53%

Color #A9C387 in popluar number systems.

HEXA9C387
Decimal169195135
Binary101010011100001110000111
Octal251303207

Shades and tints

Shades of #A9C387

#A9C387
(169,195,135)
#9AB27B
(154,178,123)
#8BA16F
(139,161,111)
#7C9063
(124,144,99)
#6D7F57
(109,127,87)
#5E6E4B
(94,110,75)
#4F5D3F
(79,93,63)
#404C33
(64,76,51)
#313B27
(49,59,39)
#222A1B
(34,42,27)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #A9C387

#A9C387
(169,195,135)
#B0C891
(176,200,145)
#B7CD9B
(183,205,155)
#BED2A5
(190,210,165)
#C5D7AF
(197,215,175)
#CCDCB9
(204,220,185)
#D3E1C3
(211,225,195)
#DAE6CD
(218,230,205)
#E1EBD7
(225,235,215)
#E8F0E1
(232,240,225)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C387 color. Also use rgb(169,195,135) instead hex code.

Text Font Color

.myTextColor { color: #A9C387; }

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

This text font color is #A9C387.


Background Color

.myBgColor { background-color: #A9C387; }

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

This div background color is #A9C387.


Border color

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

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

This div border color is #A9C387.


Opacity

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

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

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

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

This text has shadow with #A9C387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C387 on black background.


Color preview on white background

This text has color #A9C387 on white background.



Black color preview on #A9C387 background

This text has black color on #A9C387 background.


White color preview on #A9C387 background

This text has white color on #A9C387 background.