COLOR #A3B5BF

HEX: #A3B5BF
RGB: (163,181,191)

Color info

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

RGB color model

#A3B5BF color RGB value is (163,181,191).

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

RGB channels and saturation

R 163 of 255 = 64%
G 181 of 255 = 71%
B 191 of 255 = 75%

163
181
191

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

Portions of RGB colors in percentages

R + G + B =
163 + 181 + 191 = 535 (100%)
R 163 of 535 ~ 30.47%
G 181 of 535 ~ 33.83%
B 191 of 535 ~ 35.7%

%30.47
%33.83
%35.7

CMYK color model

#A3B5BF color CMYK value is (15,5,0,25).

  • cyan value is 14.66%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(15,5,0,25)
C15M5Y0K25 
(15%,5%,0%,25%)
(0.15/0.05/0.00/0.25)	

CMYK percentages

%14.66
%5.24
%0
%25.1

Codes

Color #A3B5BF in popluar color models

A3B5BF
RGB163181191
HSL201°17.95%69.41%
HSB/HSV201°14.66%74.90%
CMYK14.66%5.24%0.00%
25.10%

Color #A3B5BF in popluar number systems.

HEXA3B5BF
Decimal163181191
Binary101000111011010110111111
Octal243265277

Shades and tints

Shades of #A3B5BF

#A3B5BF
(163,181,191)
#95A5AE
(149,165,174)
#87959D
(135,149,157)
#79858C
(121,133,140)
#6B757B
(107,117,123)
#5D656A
(93,101,106)
#4F5559
(79,85,89)
#414548
(65,69,72)
#333537
(51,53,55)
#252526
(37,37,38)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #A3B5BF

#A3B5BF
(163,181,191)
#ABBBC4
(171,187,196)
#B3C1C9
(179,193,201)
#BBC7CE
(187,199,206)
#C3CDD3
(195,205,211)
#CBD3D8
(203,211,216)
#D3D9DD
(211,217,221)
#DBDFE2
(219,223,226)
#E3E5E7
(227,229,231)
#EBEBEC
(235,235,236)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B5BF; }

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

This text font color is #A3B5BF.


Background Color

.myBgColor { background-color: #A3B5BF; }

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

This div background color is #A3B5BF.


Border color

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

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

This div border color is #A3B5BF.


Opacity

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

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

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

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

This text has shadow with #A3B5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B5BF on black background.


Color preview on white background

This text has color #A3B5BF on white background.



Black color preview on #A3B5BF background

This text has black color on #A3B5BF background.


White color preview on #A3B5BF background

This text has white color on #A3B5BF background.