COLOR #A9B8A1

HEX: #A9B8A1
RGB: (169,184,161)

Color info

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

RGB color model

#A9B8A1 color RGB value is (169,184,161).

  • red value is 169;
  • green value is 184;
  • blue value is 161.
RGB:
(169,184,161)
(66%,72%,63%)

RGB channels and saturation

R 169 of 255 = 66%
G 184 of 255 = 72%
B 161 of 255 = 63%

169
184
161

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

Portions of RGB colors in percentages

R + G + B =
169 + 184 + 161 = 514 (100%)
R 169 of 514 ~ 32.88%
G 184 of 514 ~ 35.8%
B 161 of 514 ~ 31.32%

%32.88
%35.8
%31.32

CMYK color model

#A9B8A1 color CMYK value is (8,0,13,28).

  • cyan value is 8.15%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 27.84%
CMYK:
(8,0,13,28)
C8M0Y13K28 
(8%,0%,13%,28%)
(0.08/0.00/0.13/0.28)	

CMYK percentages

%8.15
%0
%12.5
%27.84

Codes

Color #A9B8A1 in popluar color models

A9B8A1
RGB169184161
HSL99°13.94%67.65%
HSB/HSV99°12.50%72.16%
CMYK8.15%0.00%12.50%
27.84%

Color #A9B8A1 in popluar number systems.

HEXA9B8A1
Decimal169184161
Binary101010011011100010100001
Octal251270241

Shades and tints

Shades of #A9B8A1

#A9B8A1
(169,184,161)
#9AA893
(154,168,147)
#8B9885
(139,152,133)
#7C8877
(124,136,119)
#6D7869
(109,120,105)
#5E685B
(94,104,91)
#4F584D
(79,88,77)
#40483F
(64,72,63)
#313831
(49,56,49)
#222823
(34,40,35)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #A9B8A1

#A9B8A1
(169,184,161)
#B0BEA9
(176,190,169)
#B7C4B1
(183,196,177)
#BECAB9
(190,202,185)
#C5D0C1
(197,208,193)
#CCD6C9
(204,214,201)
#D3DCD1
(211,220,209)
#DAE2D9
(218,226,217)
#E1E8E1
(225,232,225)
#E8EEE9
(232,238,233)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B8A1 color. Also use rgb(169,184,161) instead hex code.

Text Font Color

.myTextColor { color: #A9B8A1; }

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

This text font color is #A9B8A1.


Background Color

.myBgColor { background-color: #A9B8A1; }

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

This div background color is #A9B8A1.


Border color

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

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

This div border color is #A9B8A1.


Opacity

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

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

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

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

This text has shadow with #A9B8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B8A1 on black background.


Color preview on white background

This text has color #A9B8A1 on white background.



Black color preview on #A9B8A1 background

This text has black color on #A9B8A1 background.


White color preview on #A9B8A1 background

This text has white color on #A9B8A1 background.