COLOR #A8B8B1

HEX: #A8B8B1
RGB: (168,184,177)

Color info

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

RGB color model

#A8B8B1 color RGB value is (168,184,177).

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

RGB channels and saturation

R 168 of 255 = 66%
G 184 of 255 = 72%
B 177 of 255 = 69%

168
184
177

R + G + B ~ 69%. #A8B8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 184 + 177 = 529 (100%)
R 168 of 529 ~ 31.76%
G 184 of 529 ~ 34.78%
B 177 of 529 ~ 33.46%

%31.76
%34.78
%33.46

CMYK color model

#A8B8B1 color CMYK value is (9,0,4,28).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 27.84%
CMYK:
(9,0,4,28)
C9M0Y4K28 
(9%,0%,4%,28%)
(0.09/0.00/0.04/0.28)	

CMYK percentages

%8.7
%0
%3.8
%27.84

Codes

Color #A8B8B1 in popluar color models

A8B8B1
RGB168184177
HSL154°10.13%69.02%
HSB/HSV154°8.70%72.16%
CMYK8.70%0.00%3.80%
27.84%

Color #A8B8B1 in popluar number systems.

HEXA8B8B1
Decimal168184177
Binary101010001011100010110001
Octal250270261

Shades and tints

Shades of #A8B8B1

#A8B8B1
(168,184,177)
#99A8A1
(153,168,161)
#8A9891
(138,152,145)
#7B8881
(123,136,129)
#6C7871
(108,120,113)
#5D6861
(93,104,97)
#4E5851
(78,88,81)
#3F4841
(63,72,65)
#303831
(48,56,49)
#212821
(33,40,33)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #A8B8B1

#A8B8B1
(168,184,177)
#AFBEB8
(175,190,184)
#B6C4BF
(182,196,191)
#BDCAC6
(189,202,198)
#C4D0CD
(196,208,205)
#CBD6D4
(203,214,212)
#D2DCDB
(210,220,219)
#D9E2E2
(217,226,226)
#E0E8E9
(224,232,233)
#E7EEF0
(231,238,240)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B8B1; }

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

This text font color is #A8B8B1.


Background Color

.myBgColor { background-color: #A8B8B1; }

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

This div background color is #A8B8B1.


Border color

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

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

This div border color is #A8B8B1.


Opacity

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

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

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

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

This text has shadow with #A8B8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B8B1 on black background.


Color preview on white background

This text has color #A8B8B1 on white background.



Black color preview on #A8B8B1 background

This text has black color on #A8B8B1 background.


White color preview on #A8B8B1 background

This text has white color on #A8B8B1 background.