COLOR #C7C8CF

HEX: #C7C8CF
RGB: (199,200,207)

Color info

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

RGB color model

#C7C8CF color RGB value is (199,200,207).

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

RGB channels and saturation

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

199
200
207

R + G + B ~ 79%. #C7C8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 200 + 207 = 606 (100%)
R 199 of 606 ~ 32.84%
G 200 of 606 ~ 33%
B 207 of 606 ~ 34.16%

%32.84
%33
%34.16

CMYK color model

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

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

CMYK percentages

%3.86
%3.38
%0
%18.82

Codes

Color #C7C8CF in popluar color models

C7C8CF
RGB199200207
HSL233°7.69%79.61%
HSB/HSV233°3.86%81.18%
CMYK3.86%3.38%0.00%
18.82%

Color #C7C8CF in popluar number systems.

HEXC7C8CF
Decimal199200207
Binary110001111100100011001111
Octal307310317

Shades and tints

Shades of #C7C8CF

#C7C8CF
(199,200,207)
#B5B6BD
(181,182,189)
#A3A4AB
(163,164,171)
#919299
(145,146,153)
#7F8087
(127,128,135)
#6D6E75
(109,110,117)
#5B5C63
(91,92,99)
#494A51
(73,74,81)
#37383F
(55,56,63)
#25262D
(37,38,45)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #C7C8CF

#C7C8CF
(199,200,207)
#CCCDD3
(204,205,211)
#D1D2D7
(209,210,215)
#D6D7DB
(214,215,219)
#DBDCDF
(219,220,223)
#E0E1E3
(224,225,227)
#E5E6E7
(229,230,231)
#EAEBEB
(234,235,235)
#EFF0EF
(239,240,239)
#F4F5F3
(244,245,243)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C8CF; }

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

This text font color is #C7C8CF.


Background Color

.myBgColor { background-color: #C7C8CF; }

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

This div background color is #C7C8CF.


Border color

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

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

This div border color is #C7C8CF.


Opacity

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

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

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

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

This text has shadow with #C7C8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C8CF on black background.


Color preview on white background

This text has color #C7C8CF on white background.



Black color preview on #C7C8CF background

This text has black color on #C7C8CF background.


White color preview on #C7C8CF background

This text has white color on #C7C8CF background.