COLOR #C8C8C9

HEX: #C8C8C9
RGB: (200,200,201)

Color info

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

RGB color model

#C8C8C9 color RGB value is (200,200,201).

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

RGB channels and saturation

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

200
200
201

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

Portions of RGB colors in percentages

R + G + B =
200 + 200 + 201 = 601 (100%)
R 200 of 601 ~ 33.28%
G 200 of 601 ~ 33.28%
B 201 of 601 ~ 33.44%

%33.28
%33.28
%33.44

CMYK color model

#C8C8C9 color CMYK value is (0,0,0,21).

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

CMYK percentages

%0.5
%0.5
%0
%21.18

Codes

Color #C8C8C9 in popluar color models

C8C8C9
RGB200200201
HSL240°0.92%78.63%
HSB/HSV240°0.50%78.82%
CMYK0.50%0.50%0.00%
21.18%

Color #C8C8C9 in popluar number systems.

HEXC8C8C9
Decimal200200201
Binary110010001100100011001001
Octal310310311

Shades and tints

Shades of #C8C8C9

#C8C8C9
(200,200,201)
#B6B6B7
(182,182,183)
#A4A4A5
(164,164,165)
#929293
(146,146,147)
#808081
(128,128,129)
#6E6E6F
(110,110,111)
#5C5C5D
(92,92,93)
#4A4A4B
(74,74,75)
#383839
(56,56,57)
#262627
(38,38,39)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #C8C8C9

#C8C8C9
(200,200,201)
#CDCDCD
(205,205,205)
#D2D2D1
(210,210,209)
#D7D7D5
(215,215,213)
#DCDCD9
(220,220,217)
#E1E1DD
(225,225,221)
#E6E6E1
(230,230,225)
#EBEBE5
(235,235,229)
#F0F0E9
(240,240,233)
#F5F5ED
(245,245,237)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C8C9; }

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

This text font color is #C8C8C9.


Background Color

.myBgColor { background-color: #C8C8C9; }

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

This div background color is #C8C8C9.


Border color

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

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

This div border color is #C8C8C9.


Opacity

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

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

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

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

This text has shadow with #C8C8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C8C9 on black background.


Color preview on white background

This text has color #C8C8C9 on white background.



Black color preview on #C8C8C9 background

This text has black color on #C8C8C9 background.


White color preview on #C8C8C9 background

This text has white color on #C8C8C9 background.