COLOR #A6BFBF

HEX: #A6BFBF
RGB: (166,191,191)

Color info

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

RGB color model

#A6BFBF color RGB value is (166,191,191).

  • red value is 166;
  • green value is 191;
  • blue value is 191.
RGB:
(166,191,191)
(65%,75%,75%)

RGB channels and saturation

R 166 of 255 = 65%
G 191 of 255 = 75%
B 191 of 255 = 75%

166
191
191

R + G + B ~ 72%. #A6BFBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 191 + 191 = 548 (100%)
R 166 of 548 ~ 30.29%
G 191 of 548 ~ 34.85%
B 191 of 548 ~ 34.85%

%30.29
%34.85
%34.85

CMYK color model

#A6BFBF color CMYK value is (13,0,0,25).

  • cyan value is 13.09%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(13,0,0,25)
C13M0Y0K25 
(13%,0%,0%,25%)
(0.13/0.00/0.00/0.25)	

CMYK percentages

%13.09
%0
%0
%25.1

Codes

Color #A6BFBF in popluar color models

A6BFBF
RGB166191191
HSL180°16.34%70.00%
HSB/HSV180°13.09%74.90%
CMYK13.09%0.00%0.00%
25.10%

Color #A6BFBF in popluar number systems.

HEXA6BFBF
Decimal166191191
Binary101001101011111110111111
Octal246277277

Shades and tints

Shades of #A6BFBF

#A6BFBF
(166,191,191)
#97AEAE
(151,174,174)
#889D9D
(136,157,157)
#798C8C
(121,140,140)
#6A7B7B
(106,123,123)
#5B6A6A
(91,106,106)
#4C5959
(76,89,89)
#3D4848
(61,72,72)
#2E3737
(46,55,55)
#1F2626
(31,38,38)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #A6BFBF

#A6BFBF
(166,191,191)
#AEC4C4
(174,196,196)
#B6C9C9
(182,201,201)
#BECECE
(190,206,206)
#C6D3D3
(198,211,211)
#CED8D8
(206,216,216)
#D6DDDD
(214,221,221)
#DEE2E2
(222,226,226)
#E6E7E7
(230,231,231)
#EEECEC
(238,236,236)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BFBF; }

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

This text font color is #A6BFBF.


Background Color

.myBgColor { background-color: #A6BFBF; }

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

This div background color is #A6BFBF.


Border color

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

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

This div border color is #A6BFBF.


Opacity

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

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

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

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

This text has shadow with #A6BFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BFBF on black background.


Color preview on white background

This text has color #A6BFBF on white background.



Black color preview on #A6BFBF background

This text has black color on #A6BFBF background.


White color preview on #A6BFBF background

This text has white color on #A6BFBF background.