COLOR #A3B7BF

HEX: #A3B7BF
RGB: (163,183,191)

Color info

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

RGB color model

#A3B7BF color RGB value is (163,183,191).

  • red value is 163;
  • green value is 183;
  • blue value is 191.
RGB:
(163,183,191)
(64%,72%,75%)

RGB channels and saturation

R 163 of 255 = 64%
G 183 of 255 = 72%
B 191 of 255 = 75%

163
183
191

R + G + B ~ 70%. #A3B7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 183 + 191 = 537 (100%)
R 163 of 537 ~ 30.35%
G 183 of 537 ~ 34.08%
B 191 of 537 ~ 35.57%

%30.35
%34.08
%35.57

CMYK color model

#A3B7BF color CMYK value is (15,4,0,25).

  • cyan value is 14.66%
  • magenta value is 4.19%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(15,4,0,25)
C15M4Y0K25 
(15%,4%,0%,25%)
(0.15/0.04/0.00/0.25)	

CMYK percentages

%14.66
%4.19
%0
%25.1

Codes

Color #A3B7BF in popluar color models

A3B7BF
RGB163183191
HSL197°17.95%69.41%
HSB/HSV197°14.66%74.90%
CMYK14.66%4.19%0.00%
25.10%

Color #A3B7BF in popluar number systems.

HEXA3B7BF
Decimal163183191
Binary101000111011011110111111
Octal243267277

Shades and tints

Shades of #A3B7BF

#A3B7BF
(163,183,191)
#95A7AE
(149,167,174)
#87979D
(135,151,157)
#79878C
(121,135,140)
#6B777B
(107,119,123)
#5D676A
(93,103,106)
#4F5759
(79,87,89)
#414748
(65,71,72)
#333737
(51,55,55)
#252726
(37,39,38)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #A3B7BF

#A3B7BF
(163,183,191)
#ABBDC4
(171,189,196)
#B3C3C9
(179,195,201)
#BBC9CE
(187,201,206)
#C3CFD3
(195,207,211)
#CBD5D8
(203,213,216)
#D3DBDD
(211,219,221)
#DBE1E2
(219,225,226)
#E3E7E7
(227,231,231)
#EBEDEC
(235,237,236)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B7BF color. Also use rgb(163,183,191) instead hex code.

Text Font Color

.myTextColor { color: #A3B7BF; }

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

This text font color is #A3B7BF.


Background Color

.myBgColor { background-color: #A3B7BF; }

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

This div background color is #A3B7BF.


Border color

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

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

This div border color is #A3B7BF.


Opacity

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

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

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

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

This text has shadow with #A3B7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B7BF on black background.


Color preview on white background

This text has color #A3B7BF on white background.



Black color preview on #A3B7BF background

This text has black color on #A3B7BF background.


White color preview on #A3B7BF background

This text has white color on #A3B7BF background.