COLOR #C8C7C9

HEX: #C8C7C9
RGB: (200,199,201)

Color info

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

RGB color model

#C8C7C9 color RGB value is (200,199,201).

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

RGB channels and saturation

R 200 of 255 = 78%
G 199 of 255 = 78%
B 201 of 255 = 79%

200
199
201

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

Portions of RGB colors in percentages

R + G + B =
200 + 199 + 201 = 600 (100%)
R 200 of 600 ~ 33.33%
G 199 of 600 ~ 33.17%
B 201 of 600 ~ 33.5%

%33.33
%33.17
%33.5

CMYK color model

#C8C7C9 color CMYK value is (0,1,0,21).

  • cyan value is 0.50%
  • magenta value is 1.00%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(0,1,0,21)
C0M1Y0K21 
(0%,1%,0%,21%)
(0.00/0.01/0.00/0.21)	

CMYK percentages

%0.5
%1
%0
%21.18

Codes

Color #C8C7C9 in popluar color models

C8C7C9
RGB200199201
HSL270°1.82%78.43%
HSB/HSV270°1.00%78.82%
CMYK0.50%1.00%0.00%
21.18%

Color #C8C7C9 in popluar number systems.

HEXC8C7C9
Decimal200199201
Binary110010001100011111001001
Octal310307311

Shades and tints

Shades of #C8C7C9

#C8C7C9
(200,199,201)
#B6B5B7
(182,181,183)
#A4A3A5
(164,163,165)
#929193
(146,145,147)
#807F81
(128,127,129)
#6E6D6F
(110,109,111)
#5C5B5D
(92,91,93)
#4A494B
(74,73,75)
#383739
(56,55,57)
#262527
(38,37,39)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #C8C7C9

#C8C7C9
(200,199,201)
#CDCCCD
(205,204,205)
#D2D1D1
(210,209,209)
#D7D6D5
(215,214,213)
#DCDBD9
(220,219,217)
#E1E0DD
(225,224,221)
#E6E5E1
(230,229,225)
#EBEAE5
(235,234,229)
#F0EFE9
(240,239,233)
#F5F4ED
(245,244,237)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C7C9; }

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

This text font color is #C8C7C9.


Background Color

.myBgColor { background-color: #C8C7C9; }

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

This div background color is #C8C7C9.


Border color

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

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

This div border color is #C8C7C9.


Opacity

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

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

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

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

This text has shadow with #C8C7C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C7C9 on black background.


Color preview on white background

This text has color #C8C7C9 on white background.



Black color preview on #C8C7C9 background

This text has black color on #C8C7C9 background.


White color preview on #C8C7C9 background

This text has white color on #C8C7C9 background.