COLOR #A3BFBC

HEX: #A3BFBC
RGB: (163,191,188)

Color info

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

RGB color model

#A3BFBC color RGB value is (163,191,188).

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

RGB channels and saturation

R 163 of 255 = 64%
G 191 of 255 = 75%
B 188 of 255 = 74%

163
191
188

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

Portions of RGB colors in percentages

R + G + B =
163 + 191 + 188 = 542 (100%)
R 163 of 542 ~ 30.07%
G 191 of 542 ~ 35.24%
B 188 of 542 ~ 34.69%

%30.07
%35.24
%34.69

CMYK color model

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

  • cyan value is 14.66%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • 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
%1.57
%25.1

Codes

Color #A3BFBC in popluar color models

A3BFBC
RGB163191188
HSL174°17.95%69.41%
HSB/HSV174°14.66%74.90%
CMYK14.66%0.00%1.57%
25.10%

Color #A3BFBC in popluar number systems.

HEXA3BFBC
Decimal163191188
Binary101000111011111110111100
Octal243277274

Shades and tints

Shades of #A3BFBC

#A3BFBC
(163,191,188)
#95AEAB
(149,174,171)
#879D9A
(135,157,154)
#798C89
(121,140,137)
#6B7B78
(107,123,120)
#5D6A67
(93,106,103)
#4F5956
(79,89,86)
#414845
(65,72,69)
#333734
(51,55,52)
#252623
(37,38,35)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #A3BFBC

#A3BFBC
(163,191,188)
#ABC4C2
(171,196,194)
#B3C9C8
(179,201,200)
#BBCECE
(187,206,206)
#C3D3D4
(195,211,212)
#CBD8DA
(203,216,218)
#D3DDE0
(211,221,224)
#DBE2E6
(219,226,230)
#E3E7EC
(227,231,236)
#EBECF2
(235,236,242)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BFBC; }

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

This text font color is #A3BFBC.


Background Color

.myBgColor { background-color: #A3BFBC; }

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

This div background color is #A3BFBC.


Border color

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

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

This div border color is #A3BFBC.


Opacity

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

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

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

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

This text has shadow with #A3BFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BFBC on black background.


Color preview on white background

This text has color #A3BFBC on white background.



Black color preview on #A3BFBC background

This text has black color on #A3BFBC background.


White color preview on #A3BFBC background

This text has white color on #A3BFBC background.