COLOR #C8C6C3

HEX: #C8C6C3
RGB: (200,198,195)

Color info

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

RGB color model

#C8C6C3 color RGB value is (200,198,195).

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

RGB channels and saturation

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

200
198
195

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

Portions of RGB colors in percentages

R + G + B =
200 + 198 + 195 = 593 (100%)
R 200 of 593 ~ 33.73%
G 198 of 593 ~ 33.39%
B 195 of 593 ~ 32.88%

%33.73
%33.39
%32.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.00%
  • yellow value is 2.50%
  • key color value is 21.57%
CMYK:
(0,1,3,22)
C0M1Y3K22 
(0%,1%,3%,22%)
(0.00/0.01/0.03/0.22)	

CMYK percentages

%0
%1
%2.5
%21.57

Codes

Color #C8C6C3 in popluar color models

C8C6C3
RGB200198195
HSL36°4.35%77.45%
HSB/HSV36°2.50%78.43%
CMYK0.00%1.00%2.50%
21.57%

Color #C8C6C3 in popluar number systems.

HEXC8C6C3
Decimal200198195
Binary110010001100011011000011
Octal310306303

Shades and tints

Shades of #C8C6C3

#C8C6C3
(200,198,195)
#B6B4B2
(182,180,178)
#A4A2A1
(164,162,161)
#929090
(146,144,144)
#807E7F
(128,126,127)
#6E6C6E
(110,108,110)
#5C5A5D
(92,90,93)
#4A484C
(74,72,76)
#38363B
(56,54,59)
#26242A
(38,36,42)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #C8C6C3

#C8C6C3
(200,198,195)
#CDCBC8
(205,203,200)
#D2D0CD
(210,208,205)
#D7D5D2
(215,213,210)
#DCDAD7
(220,218,215)
#E1DFDC
(225,223,220)
#E6E4E1
(230,228,225)
#EBE9E6
(235,233,230)
#F0EEEB
(240,238,235)
#F5F3F0
(245,243,240)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C6C3; }

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

This text font color is #C8C6C3.


Background Color

.myBgColor { background-color: #C8C6C3; }

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

This div background color is #C8C6C3.


Border color

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

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

This div border color is #C8C6C3.


Opacity

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

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

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

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

This text has shadow with #C8C6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C6C3 on black background.


Color preview on white background

This text has color #C8C6C3 on white background.



Black color preview on #C8C6C3 background

This text has black color on #C8C6C3 background.


White color preview on #C8C6C3 background

This text has white color on #C8C6C3 background.