COLOR #A3B2B2

HEX: #A3B2B2
RGB: (163,178,178)

Color info

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

RGB color model

#A3B2B2 color RGB value is (163,178,178).

  • red value is 163;
  • green value is 178;
  • blue value is 178.
RGB:
(163,178,178)
(64%,70%,70%)

RGB channels and saturation

R 163 of 255 = 64%
G 178 of 255 = 70%
B 178 of 255 = 70%

163
178
178

R + G + B ~ 68%. #A3B2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 178 + 178 = 519 (100%)
R 163 of 519 ~ 31.41%
G 178 of 519 ~ 34.3%
B 178 of 519 ~ 34.3%

%31.41
%34.3
%34.3

CMYK color model

#A3B2B2 color CMYK value is (8,0,0,30).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(8,0,0,30)
C8M0Y0K30 
(8%,0%,0%,30%)
(0.08/0.00/0.00/0.30)	

CMYK percentages

%8.43
%0
%0
%30.2

Codes

Color #A3B2B2 in popluar color models

A3B2B2
RGB163178178
HSL180°8.88%66.86%
HSB/HSV180°8.43%69.80%
CMYK8.43%0.00%0.00%
30.20%

Color #A3B2B2 in popluar number systems.

HEXA3B2B2
Decimal163178178
Binary101000111011001010110010
Octal243262262

Shades and tints

Shades of #A3B2B2

#A3B2B2
(163,178,178)
#95A2A2
(149,162,162)
#879292
(135,146,146)
#798282
(121,130,130)
#6B7272
(107,114,114)
#5D6262
(93,98,98)
#4F5252
(79,82,82)
#414242
(65,66,66)
#333232
(51,50,50)
#252222
(37,34,34)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #A3B2B2

#A3B2B2
(163,178,178)
#ABB9B9
(171,185,185)
#B3C0C0
(179,192,192)
#BBC7C7
(187,199,199)
#C3CECE
(195,206,206)
#CBD5D5
(203,213,213)
#D3DCDC
(211,220,220)
#DBE3E3
(219,227,227)
#E3EAEA
(227,234,234)
#EBF1F1
(235,241,241)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B2B2; }

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

This text font color is #A3B2B2.


Background Color

.myBgColor { background-color: #A3B2B2; }

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

This div background color is #A3B2B2.


Border color

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

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

This div border color is #A3B2B2.


Opacity

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

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

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

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

This text has shadow with #A3B2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B2B2 on black background.


Color preview on white background

This text has color #A3B2B2 on white background.



Black color preview on #A3B2B2 background

This text has black color on #A3B2B2 background.


White color preview on #A3B2B2 background

This text has white color on #A3B2B2 background.