COLOR #A3B0BC

HEX: #A3B0BC
RGB: (163,176,188)

Color info

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

RGB color model

#A3B0BC color RGB value is (163,176,188).

  • red value is 163;
  • green value is 176;
  • blue value is 188.
RGB:
(163,176,188)
(64%,69%,74%)

RGB channels and saturation

R 163 of 255 = 64%
G 176 of 255 = 69%
B 188 of 255 = 74%

163
176
188

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

Portions of RGB colors in percentages

R + G + B =
163 + 176 + 188 = 527 (100%)
R 163 of 527 ~ 30.93%
G 176 of 527 ~ 33.4%
B 188 of 527 ~ 35.67%

%30.93
%33.4
%35.67

CMYK color model

#A3B0BC color CMYK value is (13,6,0,26).

  • cyan value is 13.30%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,6,0,26)
C13M6Y0K26 
(13%,6%,0%,26%)
(0.13/0.06/0.00/0.26)	

CMYK percentages

%13.3
%6.38
%0
%26.27

Codes

Color #A3B0BC in popluar color models

A3B0BC
RGB163176188
HSL209°15.72%68.82%
HSB/HSV209°13.30%73.73%
CMYK13.30%6.38%0.00%
26.27%

Color #A3B0BC in popluar number systems.

HEXA3B0BC
Decimal163176188
Binary101000111011000010111100
Octal243260274

Shades and tints

Shades of #A3B0BC

#A3B0BC
(163,176,188)
#95A0AB
(149,160,171)
#87909A
(135,144,154)
#798089
(121,128,137)
#6B7078
(107,112,120)
#5D6067
(93,96,103)
#4F5056
(79,80,86)
#414045
(65,64,69)
#333034
(51,48,52)
#252023
(37,32,35)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #A3B0BC

#A3B0BC
(163,176,188)
#ABB7C2
(171,183,194)
#B3BEC8
(179,190,200)
#BBC5CE
(187,197,206)
#C3CCD4
(195,204,212)
#CBD3DA
(203,211,218)
#D3DAE0
(211,218,224)
#DBE1E6
(219,225,230)
#E3E8EC
(227,232,236)
#EBEFF2
(235,239,242)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B0BC; }

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

This text font color is #A3B0BC.


Background Color

.myBgColor { background-color: #A3B0BC; }

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

This div background color is #A3B0BC.


Border color

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

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

This div border color is #A3B0BC.


Opacity

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

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

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

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

This text has shadow with #A3B0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B0BC on black background.


Color preview on white background

This text has color #A3B0BC on white background.



Black color preview on #A3B0BC background

This text has black color on #A3B0BC background.


White color preview on #A3B0BC background

This text has white color on #A3B0BC background.