COLOR #A8B8A1

HEX: #A8B8A1
RGB: (168,184,161)

Color info

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

RGB color model

#A8B8A1 color RGB value is (168,184,161).

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

RGB channels and saturation

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

168
184
161

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

Portions of RGB colors in percentages

R + G + B =
168 + 184 + 161 = 513 (100%)
R 168 of 513 ~ 32.75%
G 184 of 513 ~ 35.87%
B 161 of 513 ~ 31.38%

%32.75
%35.87
%31.38

CMYK color model

#A8B8A1 color CMYK value is (9,0,13,28).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 27.84%
CMYK:
(9,0,13,28)
C9M0Y13K28 
(9%,0%,13%,28%)
(0.09/0.00/0.13/0.28)	

CMYK percentages

%8.7
%0
%12.5
%27.84

Codes

Color #A8B8A1 in popluar color models

A8B8A1
RGB168184161
HSL102°13.94%67.65%
HSB/HSV102°12.50%72.16%
CMYK8.70%0.00%12.50%
27.84%

Color #A8B8A1 in popluar number systems.

HEXA8B8A1
Decimal168184161
Binary101010001011100010100001
Octal250270241

Shades and tints

Shades of #A8B8A1

#A8B8A1
(168,184,161)
#99A893
(153,168,147)
#8A9885
(138,152,133)
#7B8877
(123,136,119)
#6C7869
(108,120,105)
#5D685B
(93,104,91)
#4E584D
(78,88,77)
#3F483F
(63,72,63)
#303831
(48,56,49)
#212823
(33,40,35)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #A8B8A1

#A8B8A1
(168,184,161)
#AFBEA9
(175,190,169)
#B6C4B1
(182,196,177)
#BDCAB9
(189,202,185)
#C4D0C1
(196,208,193)
#CBD6C9
(203,214,201)
#D2DCD1
(210,220,209)
#D9E2D9
(217,226,217)
#E0E8E1
(224,232,225)
#E7EEE9
(231,238,233)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B8A1; }

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

This text font color is #A8B8A1.


Background Color

.myBgColor { background-color: #A8B8A1; }

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

This div background color is #A8B8A1.


Border color

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

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

This div border color is #A8B8A1.


Opacity

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

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

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

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

This text has shadow with #A8B8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B8A1 on black background.


Color preview on white background

This text has color #A8B8A1 on white background.



Black color preview on #A8B8A1 background

This text has black color on #A8B8A1 background.


White color preview on #A8B8A1 background

This text has white color on #A8B8A1 background.