COLOR #A3B3BC

HEX: #A3B3BC RGB: (163,179,188)

Color info

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

RGB color model

#A3B3BC color RGB value is (163,179,188).

RGB: (163,179,188) (64%, 70%, 74%)

RGB channels and saturation

R 163 of 255 = 64%
G 179 of 255 = 70%
B 188 of 255 = 74%

163
179
188

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

Portions of RGB colors in percentages

R + G + B = 163 + 179 + 188 = 530 (100%)
R 163 of 530 ~ 30.75%
G 179 of 530 ~ 33.77%
B 188 of 530 ~ 35.47'%

%30.75
%33.77
%35.47

CMYK color model

#A3B3BC color CMYK value is (13,5,0,26).

  • cyan value is 13.30%
  • magenta value is 4.79%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (13,5,0,26) C13M5Y0K26 (13%,5%,0%,26%) (0.13/0.05/0.00/0.26) 

CMYK percentages

%13.3
%4.79
%0
%26.27

Codes

Color #A3B3BC in popluar color models

A3 B3 BC
RGB 163 179 188
HSL 202° 15.72% 68.82%
HSB/HSV 202° 13.30% 73.73%
CMYK 13.30% 4.79% 0.00%
26.27%

Color #A3B3BC in popluar number systems.

HEX A3 B3 BC
Decimal 163 179 188
Binary 10100011 10110011 10111100
Octal 243 263 274

Shades and tints

Shades of #A3B3BC

#A3B3BC
(163,179,188)
#95A3AB
(149,163,171)
#87939A
(135,147,154)
#798389
(121,131,137)
#6B7378
(107,115,120)
#5D6367
(93,99,103)
#4F5356
(79,83,86)
#414345
(65,67,69)
#333334
(51,51,52)
#252323
(37,35,35)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #A3B3BC

#A3B3BC
(163,179,188)
#ABB9C2
(171,185,194)
#B3BFC8
(179,191,200)
#BBC5CE
(187,197,206)
#C3CBD4
(195,203,212)
#CBD1DA
(203,209,218)
#D3D7E0
(211,215,224)
#DBDDE6
(219,221,230)
#E3E3EC
(227,227,236)
#EBE9F2
(235,233,242)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B3BC; }

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

This text font color is #A3B3BC.

Background Color

.myBgColor { background-color: #A3B3BC; }

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

This div background color is #A3B3BC.

Border color

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

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

This div border color is #A3B3BC.

Opacity

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

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

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

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

This text has shadow with #A3B3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B3BC.

Preview

Color preview on black background

This text has color #A3B3BC on black background.


Color preview on white background

This text has color #A3B3BC on white background.


Black color preview on #A3B3BC background

This text has black color on #A3B3BC background.


White color preview on #A3B3BC background

This text has white color on #A3B3BC background.


Related colors

Complementary color

Complementary color for #hex is #5C4C43.


I love getcolorcode.com

Triadic colors

1 #BCA3B3 and #B3BCA3 with #A3B3BC are triadic colors.

2 #BCB3A3 and #B3A3BC with #A3B3BC are triadic colors.