COLOR #A9CB89

HEX: #A9CB89
RGB: (169,203,137)

Color info

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

RGB color model

#A9CB89 color RGB value is (169,203,137).

  • red value is 169;
  • green value is 203;
  • blue value is 137.
RGB:
(169,203,137)
(66%,80%,54%)

RGB channels and saturation

R 169 of 255 = 66%
G 203 of 255 = 80%
B 137 of 255 = 54%

169
203
137

R + G + B ~ 67%. #A9CB89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 203 + 137 = 509 (100%)
R 169 of 509 ~ 33.2%
G 203 of 509 ~ 39.88%
B 137 of 509 ~ 26.92%

%33.2
%39.88
%26.92

CMYK color model

#A9CB89 color CMYK value is (17,0,33,20).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 32.51%
  • key color value is 20.39%
CMYK:
(17,0,33,20)
C17M0Y33K20 
(17%,0%,33%,20%)
(0.17/0.00/0.33/0.20)	

CMYK percentages

%16.75
%0
%32.51
%20.39

Codes

Color #A9CB89 in popluar color models

A9CB89
RGB169203137
HSL91°38.82%66.67%
HSB/HSV91°32.51%79.61%
CMYK16.75%0.00%32.51%
20.39%

Color #A9CB89 in popluar number systems.

HEXA9CB89
Decimal169203137
Binary101010011100101110001001
Octal251313211

Shades and tints

Shades of #A9CB89

#A9CB89
(169,203,137)
#9AB97D
(154,185,125)
#8BA771
(139,167,113)
#7C9565
(124,149,101)
#6D8359
(109,131,89)
#5E714D
(94,113,77)
#4F5F41
(79,95,65)
#404D35
(64,77,53)
#313B29
(49,59,41)
#22291D
(34,41,29)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #A9CB89

#A9CB89
(169,203,137)
#B0CF93
(176,207,147)
#B7D39D
(183,211,157)
#BED7A7
(190,215,167)
#C5DBB1
(197,219,177)
#CCDFBB
(204,223,187)
#D3E3C5
(211,227,197)
#DAE7CF
(218,231,207)
#E1EBD9
(225,235,217)
#E8EFE3
(232,239,227)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9CB89 color. Also use rgb(169,203,137) instead hex code.

Text Font Color

.myTextColor { color: #A9CB89; }

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

This text font color is #A9CB89.


Background Color

.myBgColor { background-color: #A9CB89; }

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

This div background color is #A9CB89.


Border color

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

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

This div border color is #A9CB89.


Opacity

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

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

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

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

This text has shadow with #A9CB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CB89 on black background.


Color preview on white background

This text has color #A9CB89 on white background.



Black color preview on #A9CB89 background

This text has black color on #A9CB89 background.


White color preview on #A9CB89 background

This text has white color on #A9CB89 background.