COLOR #A9C98B

HEX: #A9C98B
RGB: (169,201,139)

Color info

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

RGB color model

#A9C98B color RGB value is (169,201,139).

  • red value is 169;
  • green value is 201;
  • blue value is 139.
RGB:
(169,201,139)
(66%,79%,55%)

RGB channels and saturation

R 169 of 255 = 66%
G 201 of 255 = 79%
B 139 of 255 = 55%

169
201
139

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

Portions of RGB colors in percentages

R + G + B =
169 + 201 + 139 = 509 (100%)
R 169 of 509 ~ 33.2%
G 201 of 509 ~ 39.49%
B 139 of 509 ~ 27.31%

%33.2
%39.49
%27.31

CMYK color model

#A9C98B color CMYK value is (16,0,31,21).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 30.85%
  • key color value is 21.18%
CMYK:
(16,0,31,21)
C16M0Y31K21 
(16%,0%,31%,21%)
(0.16/0.00/0.31/0.21)	

CMYK percentages

%15.92
%0
%30.85
%21.18

Codes

Color #A9C98B in popluar color models

A9C98B
RGB169201139
HSL91°36.47%66.67%
HSB/HSV91°30.85%78.82%
CMYK15.92%0.00%30.85%
21.18%

Color #A9C98B in popluar number systems.

HEXA9C98B
Decimal169201139
Binary101010011100100110001011
Octal251311213

Shades and tints

Shades of #A9C98B

#A9C98B
(169,201,139)
#9AB77F
(154,183,127)
#8BA573
(139,165,115)
#7C9367
(124,147,103)
#6D815B
(109,129,91)
#5E6F4F
(94,111,79)
#4F5D43
(79,93,67)
#404B37
(64,75,55)
#31392B
(49,57,43)
#22271F
(34,39,31)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #A9C98B

#A9C98B
(169,201,139)
#B0CD95
(176,205,149)
#B7D19F
(183,209,159)
#BED5A9
(190,213,169)
#C5D9B3
(197,217,179)
#CCDDBD
(204,221,189)
#D3E1C7
(211,225,199)
#DAE5D1
(218,229,209)
#E1E9DB
(225,233,219)
#E8EDE5
(232,237,229)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C98B; }

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

This text font color is #A9C98B.


Background Color

.myBgColor { background-color: #A9C98B; }

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

This div background color is #A9C98B.


Border color

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

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

This div border color is #A9C98B.


Opacity

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

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

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

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

This text has shadow with #A9C98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C98B on black background.


Color preview on white background

This text has color #A9C98B on white background.



Black color preview on #A9C98B background

This text has black color on #A9C98B background.


White color preview on #A9C98B background

This text has white color on #A9C98B background.