COLOR #C8C1C3

HEX: #C8C1C3
RGB: (200,193,195)

Color info

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

RGB color model

#C8C1C3 color RGB value is (200,193,195).

  • red value is 200;
  • green value is 193;
  • blue value is 195.
RGB:
(200,193,195)
(78%,76%,76%)

RGB channels and saturation

R 200 of 255 = 78%
G 193 of 255 = 76%
B 195 of 255 = 76%

200
193
195

R + G + B ~ 77%. #C8C1C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 193 + 195 = 588 (100%)
R 200 of 588 ~ 34.01%
G 193 of 588 ~ 32.82%
B 195 of 588 ~ 33.16%

%34.01
%32.82
%33.16

CMYK color model

#C8C1C3 color CMYK value is (0,4,3,22).

  • cyan value is 0.00%
  • magenta value is 3.50%
  • yellow value is 2.50%
  • key color value is 21.57%
CMYK:
(0,4,3,22)
C0M4Y3K22 
(0%,4%,3%,22%)
(0.00/0.04/0.03/0.22)	

CMYK percentages

%0
%3.5
%2.5
%21.57

Codes

Color #C8C1C3 in popluar color models

C8C1C3
RGB200193195
HSL343°5.98%77.06%
HSB/HSV343°3.50%78.43%
CMYK0.00%3.50%2.50%
21.57%

Color #C8C1C3 in popluar number systems.

HEXC8C1C3
Decimal200193195
Binary110010001100000111000011
Octal310301303

Shades and tints

Shades of #C8C1C3

#C8C1C3
(200,193,195)
#B6B0B2
(182,176,178)
#A49FA1
(164,159,161)
#928E90
(146,142,144)
#807D7F
(128,125,127)
#6E6C6E
(110,108,110)
#5C5B5D
(92,91,93)
#4A4A4C
(74,74,76)
#38393B
(56,57,59)
#26282A
(38,40,42)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #C8C1C3

#C8C1C3
(200,193,195)
#CDC6C8
(205,198,200)
#D2CBCD
(210,203,205)
#D7D0D2
(215,208,210)
#DCD5D7
(220,213,215)
#E1DADC
(225,218,220)
#E6DFE1
(230,223,225)
#EBE4E6
(235,228,230)
#F0E9EB
(240,233,235)
#F5EEF0
(245,238,240)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C1C3; }

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

This text font color is #C8C1C3.


Background Color

.myBgColor { background-color: #C8C1C3; }

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

This div background color is #C8C1C3.


Border color

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

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

This div border color is #C8C1C3.


Opacity

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

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

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

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

This text has shadow with #C8C1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C1C3 on black background.


Color preview on white background

This text has color #C8C1C3 on white background.



Black color preview on #C8C1C3 background

This text has black color on #C8C1C3 background.


White color preview on #C8C1C3 background

This text has white color on #C8C1C3 background.