COLOR #C8C6D1

HEX: #C8C6D1
RGB: (200,198,209)

Color info

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

RGB color model

#C8C6D1 color RGB value is (200,198,209).

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

RGB channels and saturation

R 200 of 255 = 78%
G 198 of 255 = 78%
B 209 of 255 = 82%

200
198
209

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

Portions of RGB colors in percentages

R + G + B =
200 + 198 + 209 = 607 (100%)
R 200 of 607 ~ 32.95%
G 198 of 607 ~ 32.62%
B 209 of 607 ~ 34.43%

%32.95
%32.62
%34.43

CMYK color model

#C8C6D1 color CMYK value is (4,5,0,18).

  • cyan value is 4.31%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(4,5,0,18)
C4M5Y0K18 
(4%,5%,0%,18%)
(0.04/0.05/0.00/0.18)	

CMYK percentages

%4.31
%5.26
%0
%18.04

Codes

Color #C8C6D1 in popluar color models

C8C6D1
RGB200198209
HSL251°10.68%79.80%
HSB/HSV251°5.26%81.96%
CMYK4.31%5.26%0.00%
18.04%

Color #C8C6D1 in popluar number systems.

HEXC8C6D1
Decimal200198209
Binary110010001100011011010001
Octal310306321

Shades and tints

Shades of #C8C6D1

#C8C6D1
(200,198,209)
#B6B4BE
(182,180,190)
#A4A2AB
(164,162,171)
#929098
(146,144,152)
#807E85
(128,126,133)
#6E6C72
(110,108,114)
#5C5A5F
(92,90,95)
#4A484C
(74,72,76)
#383639
(56,54,57)
#262426
(38,36,38)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #C8C6D1

#C8C6D1
(200,198,209)
#CDCBD5
(205,203,213)
#D2D0D9
(210,208,217)
#D7D5DD
(215,213,221)
#DCDAE1
(220,218,225)
#E1DFE5
(225,223,229)
#E6E4E9
(230,228,233)
#EBE9ED
(235,233,237)
#F0EEF1
(240,238,241)
#F5F3F5
(245,243,245)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C6D1; }

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

This text font color is #C8C6D1.


Background Color

.myBgColor { background-color: #C8C6D1; }

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

This div background color is #C8C6D1.


Border color

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

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

This div border color is #C8C6D1.


Opacity

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

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

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

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

This text has shadow with #C8C6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C6D1 on black background.


Color preview on white background

This text has color #C8C6D1 on white background.



Black color preview on #C8C6D1 background

This text has black color on #C8C6D1 background.


White color preview on #C8C6D1 background

This text has white color on #C8C6D1 background.