COLOR #C7CFCF

HEX: #C7CFCF
RGB: (199,207,207)

Color info

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

RGB color model

#C7CFCF color RGB value is (199,207,207).

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

RGB channels and saturation

R 199 of 255 = 78%
G 207 of 255 = 81%
B 207 of 255 = 81%

199
207
207

R + G + B ~ 80%. #C7CFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 207 + 207 = 613 (100%)
R 199 of 613 ~ 32.46%
G 207 of 613 ~ 33.77%
B 207 of 613 ~ 33.77%

%32.46
%33.77
%33.77

CMYK color model

#C7CFCF color CMYK value is (4,0,0,19).

  • cyan value is 3.86%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(4,0,0,19)
C4M0Y0K19 
(4%,0%,0%,19%)
(0.04/0.00/0.00/0.19)	

CMYK percentages

%3.86
%0
%0
%18.82

Codes

Color #C7CFCF in popluar color models

C7CFCF
RGB199207207
HSL180°7.69%79.61%
HSB/HSV180°3.86%81.18%
CMYK3.86%0.00%0.00%
18.82%

Color #C7CFCF in popluar number systems.

HEXC7CFCF
Decimal199207207
Binary110001111100111111001111
Octal307317317

Shades and tints

Shades of #C7CFCF

#C7CFCF
(199,207,207)
#B5BDBD
(181,189,189)
#A3ABAB
(163,171,171)
#919999
(145,153,153)
#7F8787
(127,135,135)
#6D7575
(109,117,117)
#5B6363
(91,99,99)
#495151
(73,81,81)
#373F3F
(55,63,63)
#252D2D
(37,45,45)
#131B1B
(19,27,27)
#000000
(0,0,0)

Tints of #C7CFCF

#C7CFCF
(199,207,207)
#CCD3D3
(204,211,211)
#D1D7D7
(209,215,215)
#D6DBDB
(214,219,219)
#DBDFDF
(219,223,223)
#E0E3E3
(224,227,227)
#E5E7E7
(229,231,231)
#EAEBEB
(234,235,235)
#EFEFEF
(239,239,239)
#F4F3F3
(244,243,243)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CFCF; }

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

This text font color is #C7CFCF.


Background Color

.myBgColor { background-color: #C7CFCF; }

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

This div background color is #C7CFCF.


Border color

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

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

This div border color is #C7CFCF.


Opacity

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

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

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

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

This text has shadow with #C7CFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CFCF on black background.


Color preview on white background

This text has color #C7CFCF on white background.



Black color preview on #C7CFCF background

This text has black color on #C7CFCF background.


White color preview on #C7CFCF background

This text has white color on #C7CFCF background.