COLOR #C6BFBF

HEX: #C6BFBF
RGB: (198,191,191)

Color info

#C6BFBF contains red, green and blue colors in about the same proportion. Web safe color of #C6BFBF is #CCCCCC (or #CCC).

RGB color model

#C6BFBF color RGB value is (198,191,191).

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

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 191 of 255 = 75%

198
191
191

R + G + B ~ 76%. #C6BFBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 191 + 191 = 580 (100%)
R 198 of 580 ~ 34.14%
G 191 of 580 ~ 32.93%
B 191 of 580 ~ 32.93%

%34.14
%32.93
%32.93

CMYK color model

#C6BFBF color CMYK value is (0,4,4,22).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 3.54%
  • key color value is 22.35%
CMYK:
(0,4,4,22)
C0M4Y4K22 
(0%,4%,4%,22%)
(0.00/0.04/0.04/0.22)	

CMYK percentages

%0
%3.54
%3.54
%22.35

Codes

Color #C6BFBF in popluar color models

C6BFBF
RGB198191191
HSL5.79%76.27%
HSB/HSV3.54%77.65%
CMYK0.00%3.54%3.54%
22.35%

Color #C6BFBF in popluar number systems.

HEXC6BFBF
Decimal198191191
Binary110001101011111110111111
Octal306277277

Shades and tints

Shades of #C6BFBF

#C6BFBF
(198,191,191)
#B4AEAE
(180,174,174)
#A29D9D
(162,157,157)
#908C8C
(144,140,140)
#7E7B7B
(126,123,123)
#6C6A6A
(108,106,106)
#5A5959
(90,89,89)
#484848
(72,72,72)
#363737
(54,55,55)
#242626
(36,38,38)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #C6BFBF

#C6BFBF
(198,191,191)
#CBC4C4
(203,196,196)
#D0C9C9
(208,201,201)
#D5CECE
(213,206,206)
#DAD3D3
(218,211,211)
#DFD8D8
(223,216,216)
#E4DDDD
(228,221,221)
#E9E2E2
(233,226,226)
#EEE7E7
(238,231,231)
#F3ECEC
(243,236,236)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BFBF; }

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

This text font color is #C6BFBF.


Background Color

.myBgColor { background-color: #C6BFBF; }

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

This div background color is #C6BFBF.


Border color

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

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

This div border color is #C6BFBF.


Opacity

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

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

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

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

This text has shadow with #C6BFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BFBF on black background.


Color preview on white background

This text has color #C6BFBF on white background.



Black color preview on #C6BFBF background

This text has black color on #C6BFBF background.


White color preview on #C6BFBF background

This text has white color on #C6BFBF background.