COLOR #C8C7CC

HEX: #C8C7CC
RGB: (200,199,204)

Color info

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

RGB color model

#C8C7CC color RGB value is (200,199,204).

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

RGB channels and saturation

R 200 of 255 = 78%
G 199 of 255 = 78%
B 204 of 255 = 80%

200
199
204

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

Portions of RGB colors in percentages

R + G + B =
200 + 199 + 204 = 603 (100%)
R 200 of 603 ~ 33.17%
G 199 of 603 ~ 33%
B 204 of 603 ~ 33.83%

%33.17
%33
%33.83

CMYK color model

#C8C7CC color CMYK value is (2,2,0,20).

  • cyan value is 1.96%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(2,2,0,20)
C2M2Y0K20 
(2%,2%,0%,20%)
(0.02/0.02/0.00/0.20)	

CMYK percentages

%1.96
%2.45
%0
%20

Codes

Color #C8C7CC in popluar color models

C8C7CC
RGB200199204
HSL252°4.67%79.02%
HSB/HSV252°2.45%80.00%
CMYK1.96%2.45%0.00%
20.00%

Color #C8C7CC in popluar number systems.

HEXC8C7CC
Decimal200199204
Binary110010001100011111001100
Octal310307314

Shades and tints

Shades of #C8C7CC

#C8C7CC
(200,199,204)
#B6B5BA
(182,181,186)
#A4A3A8
(164,163,168)
#929196
(146,145,150)
#807F84
(128,127,132)
#6E6D72
(110,109,114)
#5C5B60
(92,91,96)
#4A494E
(74,73,78)
#38373C
(56,55,60)
#26252A
(38,37,42)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #C8C7CC

#C8C7CC
(200,199,204)
#CDCCD0
(205,204,208)
#D2D1D4
(210,209,212)
#D7D6D8
(215,214,216)
#DCDBDC
(220,219,220)
#E1E0E0
(225,224,224)
#E6E5E4
(230,229,228)
#EBEAE8
(235,234,232)
#F0EFEC
(240,239,236)
#F5F4F0
(245,244,240)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C7CC; }

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

This text font color is #C8C7CC.


Background Color

.myBgColor { background-color: #C8C7CC; }

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

This div background color is #C8C7CC.


Border color

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

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

This div border color is #C8C7CC.


Opacity

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

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

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

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

This text has shadow with #C8C7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C7CC on black background.


Color preview on white background

This text has color #C8C7CC on white background.



Black color preview on #C8C7CC background

This text has black color on #C8C7CC background.


White color preview on #C8C7CC background

This text has white color on #C8C7CC background.