COLOR #A3B4AB

HEX: #A3B4AB RGB: (163,180,171)

Color info

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

RGB color model

#A3B4AB color RGB value is (163,180,171).

RGB: (163,180,171) (64%, 71%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 180 of 255 = 71%
B 171 of 255 = 67%

163
180
171

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

Portions of RGB colors in percentages

R + G + B = 163 + 180 + 171 = 514 (100%)
R 163 of 514 ~ 31.71%
G 180 of 514 ~ 35.02%
B 171 of 514 ~ 33.27'%

%31.71
%35.02
%33.27

CMYK color model

#A3B4AB color CMYK value is (9,0,5,29).

  • cyan value is 9.44%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 29.41%

CMYK: (9,0,5,29)
C9M0Y5K29 (9%, 0%, 5%, 29%)
(0.09 / 0.00 / 0.05 / 0.29)

CMYK percentages

%9.44
%0
%5
%29.41

Codes

Color #A3B4AB in popluar color models

A3 B4 AB
RGB 163 180 171
HSL 148° 10.18% 67.25%
HSB/HSV 148° 9.44% 70.59%
CMYK 9.44% 0.00% 5.00%
29.41%

Color #A3B4AB in popluar number systems.

HEX A3 B4 AB
Decimal 163 180 171
Binary 10100011 10110100 10101011
Octal 243 264 253

Shades and tints

Shades of #A3B4AB

#A3B4AB
(163,180,171)
#95A49C
(149,164,156)
#87948D
(135,148,141)
#79847E
(121,132,126)
#6B746F
(107,116,111)
#5D6460
(93,100,96)
#4F5451
(79,84,81)
#414442
(65,68,66)
#333433
(51,52,51)
#252424
(37,36,36)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #A3B4AB

#A3B4AB
(163,180,171)
#ABBAB2
(171,186,178)
#B3C0B9
(179,192,185)
#BBC6C0
(187,198,192)
#C3CCC7
(195,204,199)
#CBD2CE
(203,210,206)
#D3D8D5
(211,216,213)
#DBDEDC
(219,222,220)
#E3E4E3
(227,228,227)
#EBEAEA
(235,234,234)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B4AB; }

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

This text font color is #A3B4AB.

Background Color

.myBgColor { background-color: #A3B4AB; }

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

This div background color is #A3B4AB.

Border color

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

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

This div border color is #A3B4AB.

Opacity

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

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

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

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

This text has shadow with #A3B4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B4AB.

Preview

Color preview on black background

This text has color #A3B4AB on black background.


Color preview on white background

This text has color #A3B4AB on white background.


Black color preview on #A3B4AB background

This text has black color on #A3B4AB background.


White color preview on #A3B4AB background

This text has white color on #A3B4AB background.


Related colors

Complementary color

Complementary color for #hex is #5C4B54.


I love getcolorcode.com

Triadic colors

1 #ABA3B4 and #B4ABA3 with #A3B4AB are triadic colors.

2 #ABB4A3 and #B4A3AB with #A3B4AB are triadic colors.