COLOR #A8B2B3

HEX: #A8B2B3
RGB: (168,178,179)

Color info

#A8B2B3 contains red, green and blue colors in about the same proportion. Web safe color of #A8B2B3 is #999999 (or #999).

RGB color model

#A8B2B3 color RGB value is (168,178,179).

  • red value is 168;
  • green value is 178;
  • blue value is 179.
RGB:
(168,178,179)
(66%,70%,70%)

RGB channels and saturation

R 168 of 255 = 66%
G 178 of 255 = 70%
B 179 of 255 = 70%

168
178
179

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

Portions of RGB colors in percentages

R + G + B =
168 + 178 + 179 = 525 (100%)
R 168 of 525 ~ 32%
G 178 of 525 ~ 33.9%
B 179 of 525 ~ 34.1%

%32
%33.9
%34.1

CMYK color model

#A8B2B3 color CMYK value is (6,1,0,30).

  • cyan value is 6.15%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(6,1,0,30)
C6M1Y0K30 
(6%,1%,0%,30%)
(0.06/0.01/0.00/0.30)	

CMYK percentages

%6.15
%0.56
%0
%29.8

Codes

Color #A8B2B3 in popluar color models

A8B2B3
RGB168178179
HSL185°6.75%68.04%
HSB/HSV185°6.15%70.20%
CMYK6.15%0.56%0.00%
29.80%

Color #A8B2B3 in popluar number systems.

HEXA8B2B3
Decimal168178179
Binary101010001011001010110011
Octal250262263

Shades and tints

Shades of #A8B2B3

#A8B2B3
(168,178,179)
#99A2A3
(153,162,163)
#8A9293
(138,146,147)
#7B8283
(123,130,131)
#6C7273
(108,114,115)
#5D6263
(93,98,99)
#4E5253
(78,82,83)
#3F4243
(63,66,67)
#303233
(48,50,51)
#212223
(33,34,35)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #A8B2B3

#A8B2B3
(168,178,179)
#AFB9B9
(175,185,185)
#B6C0BF
(182,192,191)
#BDC7C5
(189,199,197)
#C4CECB
(196,206,203)
#CBD5D1
(203,213,209)
#D2DCD7
(210,220,215)
#D9E3DD
(217,227,221)
#E0EAE3
(224,234,227)
#E7F1E9
(231,241,233)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B2B3 color. Also use rgb(168,178,179) instead hex code.

Text Font Color

.myTextColor { color: #A8B2B3; }

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

This text font color is #A8B2B3.


Background Color

.myBgColor { background-color: #A8B2B3; }

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

This div background color is #A8B2B3.


Border color

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

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

This div border color is #A8B2B3.


Opacity

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

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

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

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

This text has shadow with #A8B2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B2B3 on black background.


Color preview on white background

This text has color #A8B2B3 on white background.



Black color preview on #A8B2B3 background

This text has black color on #A8B2B3 background.


White color preview on #A8B2B3 background

This text has white color on #A8B2B3 background.