COLOR #A9B98C

HEX: #A9B98C
RGB: (169,185,140)

Color info

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

RGB color model

#A9B98C color RGB value is (169,185,140).

  • red value is 169;
  • green value is 185;
  • blue value is 140.
RGB:
(169,185,140)
(66%,73%,55%)

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 140 of 255 = 55%

169
185
140

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

Portions of RGB colors in percentages

R + G + B =
169 + 185 + 140 = 494 (100%)
R 169 of 494 ~ 34.21%
G 185 of 494 ~ 37.45%
B 140 of 494 ~ 28.34%

%34.21
%37.45
%28.34

CMYK color model

#A9B98C color CMYK value is (9,0,24,27).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 27.45%
CMYK:
(9,0,24,27)
C9M0Y24K27 
(9%,0%,24%,27%)
(0.09/0.00/0.24/0.27)	

CMYK percentages

%8.65
%0
%24.32
%27.45

Codes

Color #A9B98C in popluar color models

A9B98C
RGB169185140
HSL81°24.32%63.73%
HSB/HSV81°24.32%72.55%
CMYK8.65%0.00%24.32%
27.45%

Color #A9B98C in popluar number systems.

HEXA9B98C
Decimal169185140
Binary101010011011100110001100
Octal251271214

Shades and tints

Shades of #A9B98C

#A9B98C
(169,185,140)
#9AA980
(154,169,128)
#8B9974
(139,153,116)
#7C8968
(124,137,104)
#6D795C
(109,121,92)
#5E6950
(94,105,80)
#4F5944
(79,89,68)
#404938
(64,73,56)
#31392C
(49,57,44)
#222920
(34,41,32)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #A9B98C

#A9B98C
(169,185,140)
#B0BF96
(176,191,150)
#B7C5A0
(183,197,160)
#BECBAA
(190,203,170)
#C5D1B4
(197,209,180)
#CCD7BE
(204,215,190)
#D3DDC8
(211,221,200)
#DAE3D2
(218,227,210)
#E1E9DC
(225,233,220)
#E8EFE6
(232,239,230)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B98C color. Also use rgb(169,185,140) instead hex code.

Text Font Color

.myTextColor { color: #A9B98C; }

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

This text font color is #A9B98C.


Background Color

.myBgColor { background-color: #A9B98C; }

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

This div background color is #A9B98C.


Border color

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

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

This div border color is #A9B98C.


Opacity

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

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

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

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

This text has shadow with #A9B98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B98C on black background.


Color preview on white background

This text has color #A9B98C on white background.



Black color preview on #A9B98C background

This text has black color on #A9B98C background.


White color preview on #A9B98C background

This text has white color on #A9B98C background.