COLOR #A3B3BB

HEX: #A3B3BB RGB: (163,179,187)

Color info

#A3B3BB contains red, green and blue colors in about the same proportion. Web safe color of #A3B3BB is #9999CC (or #99C).

RGB color model

#A3B3BB color RGB value is (163,179,187).

RGB: (163,179,187) (64%, 70%, 73%)

RGB channels and saturation

R 163 of 255 = 64%
G 179 of 255 = 70%
B 187 of 255 = 73%

163
179
187

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

Portions of RGB colors in percentages

R + G + B = 163 + 179 + 187 = 529 (100%)
R 163 of 529 ~ 30.81%
G 179 of 529 ~ 33.84%
B 187 of 529 ~ 35.35'%

%30.81
%33.84
%35.35

CMYK color model

#A3B3BB color CMYK value is (13,4,0,27).

  • cyan value is 12.83%
  • magenta value is 4.28%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (13,4,0,27)
C13M4Y0K27 (13%, 4%, 0%, 27%)
(0.13 / 0.04 / 0.00 / 0.27)

CMYK percentages

%12.83
%4.28
%0
%26.67

Codes

Color #A3B3BB in popluar color models

A3 B3 BB
RGB 163 179 187
HSL 200° 15.00% 68.63%
HSB/HSV 200° 12.83% 73.33%
CMYK 12.83% 4.28% 0.00%
26.67%

Color #A3B3BB in popluar number systems.

HEX A3 B3 BB
Decimal 163 179 187
Binary 10100011 10110011 10111011
Octal 243 263 273

Shades and tints

Shades of #A3B3BB

#A3B3BB
(163,179,187)
#95A3AA
(149,163,170)
#879399
(135,147,153)
#798388
(121,131,136)
#6B7377
(107,115,119)
#5D6366
(93,99,102)
#4F5355
(79,83,85)
#414344
(65,67,68)
#333333
(51,51,51)
#252322
(37,35,34)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #A3B3BB

#A3B3BB
(163,179,187)
#ABB9C1
(171,185,193)
#B3BFC7
(179,191,199)
#BBC5CD
(187,197,205)
#C3CBD3
(195,203,211)
#CBD1D9
(203,209,217)
#D3D7DF
(211,215,223)
#DBDDE5
(219,221,229)
#E3E3EB
(227,227,235)
#EBE9F1
(235,233,241)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B3BB; }

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

This text font color is #A3B3BB.

Background Color

.myBgColor { background-color: #A3B3BB; }

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

This div background color is #A3B3BB.

Border color

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

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

This div border color is #A3B3BB.

Opacity

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

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

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

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

This text has shadow with #A3B3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B3BB.

Preview

Color preview on black background

This text has color #A3B3BB on black background.


Color preview on white background

This text has color #A3B3BB on white background.


Black color preview on #A3B3BB background

This text has black color on #A3B3BB background.


White color preview on #A3B3BB background

This text has white color on #A3B3BB background.


Related colors

Complementary color

Complementary color for #hex is #5C4C44.


I love getcolorcode.com

Triadic colors

1 #BBA3B3 and #B3BBA3 with #A3B3BB are triadic colors.

2 #BBB3A3 and #B3A3BB with #A3B3BB are triadic colors.