COLOR #C8C8C5

HEX: #C8C8C5
RGB: (200,200,197)

Color info

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

RGB color model

#C8C8C5 color RGB value is (200,200,197).

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

RGB channels and saturation

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

200
200
197

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

Portions of RGB colors in percentages

R + G + B =
200 + 200 + 197 = 597 (100%)
R 200 of 597 ~ 33.5%
G 200 of 597 ~ 33.5%
B 197 of 597 ~ 33%

%33.5
%33.5
%33

CMYK color model

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

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

CMYK percentages

%0
%0
%1.5
%21.57

Codes

Color #C8C8C5 in popluar color models

C8C8C5
RGB200200197
HSL60°2.65%77.84%
HSB/HSV60°1.50%78.43%
CMYK0.00%0.00%1.50%
21.57%

Color #C8C8C5 in popluar number systems.

HEXC8C8C5
Decimal200200197
Binary110010001100100011000101
Octal310310305

Shades and tints

Shades of #C8C8C5

#C8C8C5
(200,200,197)
#B6B6B4
(182,182,180)
#A4A4A3
(164,164,163)
#929292
(146,146,146)
#808081
(128,128,129)
#6E6E70
(110,110,112)
#5C5C5F
(92,92,95)
#4A4A4E
(74,74,78)
#38383D
(56,56,61)
#26262C
(38,38,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #C8C8C5

#C8C8C5
(200,200,197)
#CDCDCA
(205,205,202)
#D2D2CF
(210,210,207)
#D7D7D4
(215,215,212)
#DCDCD9
(220,220,217)
#E1E1DE
(225,225,222)
#E6E6E3
(230,230,227)
#EBEBE8
(235,235,232)
#F0F0ED
(240,240,237)
#F5F5F2
(245,245,242)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C8C5; }

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

This text font color is #C8C8C5.


Background Color

.myBgColor { background-color: #C8C8C5; }

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

This div background color is #C8C8C5.


Border color

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

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

This div border color is #C8C8C5.


Opacity

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

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

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

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

This text has shadow with #C8C8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C8C5 on black background.


Color preview on white background

This text has color #C8C8C5 on white background.



Black color preview on #C8C8C5 background

This text has black color on #C8C8C5 background.


White color preview on #C8C8C5 background

This text has white color on #C8C8C5 background.