COLOR #C8C5C7

HEX: #C8C5C7
RGB: (200,197,199)

Color info

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

RGB color model

#C8C5C7 color RGB value is (200,197,199).

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

RGB channels and saturation

R 200 of 255 = 78%
G 197 of 255 = 77%
B 199 of 255 = 78%

200
197
199

R + G + B ~ 78%. #C8C5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 197 + 199 = 596 (100%)
R 200 of 596 ~ 33.56%
G 197 of 596 ~ 33.05%
B 199 of 596 ~ 33.39%

%33.56
%33.05
%33.39

CMYK color model

#C8C5C7 color CMYK value is (0,1,0,22).

  • cyan value is 0.00%
  • magenta value is 1.50%
  • yellow value is 0.50%
  • key color value is 21.57%
CMYK:
(0,1,0,22)
C0M1Y0K22 
(0%,1%,0%,22%)
(0.00/0.01/0.00/0.22)	

CMYK percentages

%0
%1.5
%0.5
%21.57

Codes

Color #C8C5C7 in popluar color models

C8C5C7
RGB200197199
HSL320°2.65%77.84%
HSB/HSV320°1.50%78.43%
CMYK0.00%1.50%0.50%
21.57%

Color #C8C5C7 in popluar number systems.

HEXC8C5C7
Decimal200197199
Binary110010001100010111000111
Octal310305307

Shades and tints

Shades of #C8C5C7

#C8C5C7
(200,197,199)
#B6B4B5
(182,180,181)
#A4A3A3
(164,163,163)
#929291
(146,146,145)
#80817F
(128,129,127)
#6E706D
(110,112,109)
#5C5F5B
(92,95,91)
#4A4E49
(74,78,73)
#383D37
(56,61,55)
#262C25
(38,44,37)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #C8C5C7

#C8C5C7
(200,197,199)
#CDCACC
(205,202,204)
#D2CFD1
(210,207,209)
#D7D4D6
(215,212,214)
#DCD9DB
(220,217,219)
#E1DEE0
(225,222,224)
#E6E3E5
(230,227,229)
#EBE8EA
(235,232,234)
#F0EDEF
(240,237,239)
#F5F2F4
(245,242,244)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C5C7; }

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

This text font color is #C8C5C7.


Background Color

.myBgColor { background-color: #C8C5C7; }

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

This div background color is #C8C5C7.


Border color

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

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

This div border color is #C8C5C7.


Opacity

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

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

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

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

This text has shadow with #C8C5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C5C7 on black background.


Color preview on white background

This text has color #C8C5C7 on white background.



Black color preview on #C8C5C7 background

This text has black color on #C8C5C7 background.


White color preview on #C8C5C7 background

This text has white color on #C8C5C7 background.