COLOR #A3B4B1

HEX: #A3B4B1
RGB: (163,180,177)

Color info

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

RGB color model

#A3B4B1 color RGB value is (163,180,177).

  • red value is 163;
  • green value is 180;
  • blue value is 177.
RGB:
(163,180,177)
(64%,71%,69%)

RGB channels and saturation

R 163 of 255 = 64%
G 180 of 255 = 71%
B 177 of 255 = 69%

163
180
177

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

Portions of RGB colors in percentages

R + G + B =
163 + 180 + 177 = 520 (100%)
R 163 of 520 ~ 31.35%
G 180 of 520 ~ 34.62%
B 177 of 520 ~ 34.04%

%31.35
%34.62
%34.04

CMYK color model

#A3B4B1 color CMYK value is (9,0,2,29).

  • cyan value is 9.44%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 29.41%
CMYK:
(9,0,2,29)
C9M0Y2K29 
(9%,0%,2%,29%)
(0.09/0.00/0.02/0.29)	

CMYK percentages

%9.44
%0
%1.67
%29.41

Codes

Color #A3B4B1 in popluar color models

A3B4B1
RGB163180177
HSL169°10.18%67.25%
HSB/HSV169°9.44%70.59%
CMYK9.44%0.00%1.67%
29.41%

Color #A3B4B1 in popluar number systems.

HEXA3B4B1
Decimal163180177
Binary101000111011010010110001
Octal243264261

Shades and tints

Shades of #A3B4B1

#A3B4B1
(163,180,177)
#95A4A1
(149,164,161)
#879491
(135,148,145)
#798481
(121,132,129)
#6B7471
(107,116,113)
#5D6461
(93,100,97)
#4F5451
(79,84,81)
#414441
(65,68,65)
#333431
(51,52,49)
#252421
(37,36,33)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A3B4B1

#A3B4B1
(163,180,177)
#ABBAB8
(171,186,184)
#B3C0BF
(179,192,191)
#BBC6C6
(187,198,198)
#C3CCCD
(195,204,205)
#CBD2D4
(203,210,212)
#D3D8DB
(211,216,219)
#DBDEE2
(219,222,226)
#E3E4E9
(227,228,233)
#EBEAF0
(235,234,240)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B4B1; }

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

This text font color is #A3B4B1.


Background Color

.myBgColor { background-color: #A3B4B1; }

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

This div background color is #A3B4B1.


Border color

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

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

This div border color is #A3B4B1.


Opacity

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

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

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

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

This text has shadow with #A3B4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B4B1 on black background.


Color preview on white background

This text has color #A3B4B1 on white background.



Black color preview on #A3B4B1 background

This text has black color on #A3B4B1 background.


White color preview on #A3B4B1 background

This text has white color on #A3B4B1 background.