COLOR #C7BFBF

HEX: #C7BFBF
RGB: (199,191,191)

Color info

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

RGB color model

#C7BFBF color RGB value is (199,191,191).

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

RGB channels and saturation

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

199
191
191

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

Portions of RGB colors in percentages

R + G + B =
199 + 191 + 191 = 581 (100%)
R 199 of 581 ~ 34.25%
G 191 of 581 ~ 32.87%
B 191 of 581 ~ 32.87%

%34.25
%32.87
%32.87

CMYK color model

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

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

CMYK percentages

%0
%4.02
%4.02
%21.96

Codes

Color #C7BFBF in popluar color models

C7BFBF
RGB199191191
HSL6.67%76.47%
HSB/HSV4.02%78.04%
CMYK0.00%4.02%4.02%
21.96%

Color #C7BFBF in popluar number systems.

HEXC7BFBF
Decimal199191191
Binary110001111011111110111111
Octal307277277

Shades and tints

Shades of #C7BFBF

#C7BFBF
(199,191,191)
#B5AEAE
(181,174,174)
#A39D9D
(163,157,157)
#918C8C
(145,140,140)
#7F7B7B
(127,123,123)
#6D6A6A
(109,106,106)
#5B5959
(91,89,89)
#494848
(73,72,72)
#373737
(55,55,55)
#252626
(37,38,38)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #C7BFBF

#C7BFBF
(199,191,191)
#CCC4C4
(204,196,196)
#D1C9C9
(209,201,201)
#D6CECE
(214,206,206)
#DBD3D3
(219,211,211)
#E0D8D8
(224,216,216)
#E5DDDD
(229,221,221)
#EAE2E2
(234,226,226)
#EFE7E7
(239,231,231)
#F4ECEC
(244,236,236)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BFBF; }

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

This text font color is #C7BFBF.


Background Color

.myBgColor { background-color: #C7BFBF; }

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

This div background color is #C7BFBF.


Border color

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

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

This div border color is #C7BFBF.


Opacity

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

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

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

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

This text has shadow with #C7BFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BFBF on black background.


Color preview on white background

This text has color #C7BFBF on white background.



Black color preview on #C7BFBF background

This text has black color on #C7BFBF background.


White color preview on #C7BFBF background

This text has white color on #C7BFBF background.