COLOR #A3BFBB

HEX: #A3BFBB
RGB: (163,191,187)

Color info

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

RGB color model

#A3BFBB color RGB value is (163,191,187).

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

RGB channels and saturation

R 163 of 255 = 64%
G 191 of 255 = 75%
B 187 of 255 = 73%

163
191
187

R + G + B ~ 71%. #A3BFBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 191 + 187 = 541 (100%)
R 163 of 541 ~ 30.13%
G 191 of 541 ~ 35.3%
B 187 of 541 ~ 34.57%

%30.13
%35.3
%34.57

CMYK color model

#A3BFBB color CMYK value is (15,0,2,25).

  • cyan value is 14.66%
  • magenta value is 0.00%
  • yellow value is 2.09%
  • key color value is 25.10%
CMYK:
(15,0,2,25)
C15M0Y2K25 
(15%,0%,2%,25%)
(0.15/0.00/0.02/0.25)	

CMYK percentages

%14.66
%0
%2.09
%25.1

Codes

Color #A3BFBB in popluar color models

A3BFBB
RGB163191187
HSL171°17.95%69.41%
HSB/HSV171°14.66%74.90%
CMYK14.66%0.00%2.09%
25.10%

Color #A3BFBB in popluar number systems.

HEXA3BFBB
Decimal163191187
Binary101000111011111110111011
Octal243277273

Shades and tints

Shades of #A3BFBB

#A3BFBB
(163,191,187)
#95AEAA
(149,174,170)
#879D99
(135,157,153)
#798C88
(121,140,136)
#6B7B77
(107,123,119)
#5D6A66
(93,106,102)
#4F5955
(79,89,85)
#414844
(65,72,68)
#333733
(51,55,51)
#252622
(37,38,34)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #A3BFBB

#A3BFBB
(163,191,187)
#ABC4C1
(171,196,193)
#B3C9C7
(179,201,199)
#BBCECD
(187,206,205)
#C3D3D3
(195,211,211)
#CBD8D9
(203,216,217)
#D3DDDF
(211,221,223)
#DBE2E5
(219,226,229)
#E3E7EB
(227,231,235)
#EBECF1
(235,236,241)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BFBB; }

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

This text font color is #A3BFBB.


Background Color

.myBgColor { background-color: #A3BFBB; }

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

This div background color is #A3BFBB.


Border color

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

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

This div border color is #A3BFBB.


Opacity

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

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

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

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

This text has shadow with #A3BFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BFBB on black background.


Color preview on white background

This text has color #A3BFBB on white background.



Black color preview on #A3BFBB background

This text has black color on #A3BFBB background.


White color preview on #A3BFBB background

This text has white color on #A3BFBB background.