COLOR #A9C88B

HEX: #A9C88B RGB: (169,200,139)

Color info

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

RGB color model

#A9C88B color RGB value is (169,200,139).

RGB: (169,200,139) (66%, 78%, 55%)

RGB channels and saturation

R 169 of 255 = 66%
G 200 of 255 = 78%
B 139 of 255 = 55%

169
200
139

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

Portions of RGB colors in percentages

R + G + B = 169 + 200 + 139 = 508 (100%)
R 169 of 508 ~ 33.27%
G 200 of 508 ~ 39.37%
B 139 of 508 ~ 27.36'%

%33.27
%39.37
%27.36

CMYK color model

#A9C88B color CMYK value is (16,0,31,22).

  • cyan value is 15.50%
  • magenta value is 0.00%
  • yellow value is 30.50%
  • key color value is 21.57%
CMYK: (16,0,31,22) C16M0Y31K22 (16%,0%,31%,22%) (0.16/0.00/0.31/0.22) 

CMYK percentages

%15.5
%0
%30.5
%21.57

Codes

Color #A9C88B in popluar color models

A9 C8 8B
RGB 169 200 139
HSL 90° 35.67% 66.47%
HSB/HSV 90° 30.50% 78.43%
CMYK 15.50% 0.00% 30.50%
21.57%

Color #A9C88B in popluar number systems.

HEX A9 C8 8B
Decimal 169 200 139
Binary 10101001 11001000 10001011
Octal 251 310 213

Shades and tints

Shades of #A9C88B

#A9C88B
(169,200,139)
#9AB67F
(154,182,127)
#8BA473
(139,164,115)
#7C9267
(124,146,103)
#6D805B
(109,128,91)
#5E6E4F
(94,110,79)
#4F5C43
(79,92,67)
#404A37
(64,74,55)
#31382B
(49,56,43)
#22261F
(34,38,31)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #A9C88B

#A9C88B
(169,200,139)
#B0CD95
(176,205,149)
#B7D29F
(183,210,159)
#BED7A9
(190,215,169)
#C5DCB3
(197,220,179)
#CCE1BD
(204,225,189)
#D3E6C7
(211,230,199)
#DAEBD1
(218,235,209)
#E1F0DB
(225,240,219)
#E8F5E5
(232,245,229)
#EFFAEF
(239,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C88B color. Also use rgb(169,200,139) instead hex code.

Text Font Color

.myTextColor { color: #A9C88B; }

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

This text font color is #A9C88B.

Background Color

.myBgColor { background-color: #A9C88B; }

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

This div background color is #A9C88B.

Border color

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

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

This div border color is #A9C88B.

Opacity

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

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

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

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

This text has shadow with #A9C88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C88B.

Preview

Color preview on black background

This text has color #A9C88B on black background.


Color preview on white background

This text has color #A9C88B on white background.


Black color preview on #A9C88B background

This text has black color on #A9C88B background.


White color preview on #A9C88B background

This text has white color on #A9C88B background.


Related colors

Complementary color

Complementary color for #hex is #563774.


I love getcolorcode.com

Triadic colors

1 #8BA9C8 and #C88BA9 with #A9C88B are triadic colors.

2 #8BC8A9 and #C8A98B with #A9C88B are triadic colors.