COLOR #C8C6D9

HEX: #C8C6D9
RGB: (200,198,217)

Color info

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

RGB color model

#C8C6D9 color RGB value is (200,198,217).

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

RGB channels and saturation

R 200 of 255 = 78%
G 198 of 255 = 78%
B 217 of 255 = 85%

200
198
217

R + G + B ~ 80%. #C8C6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 198 + 217 = 615 (100%)
R 200 of 615 ~ 32.52%
G 198 of 615 ~ 32.2%
B 217 of 615 ~ 35.28%

%32.52
%32.2
%35.28

CMYK color model

#C8C6D9 color CMYK value is (8,9,0,15).

  • cyan value is 7.83%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(8,9,0,15)
C8M9Y0K15 
(8%,9%,0%,15%)
(0.08/0.09/0.00/0.15)	

CMYK percentages

%7.83
%8.76
%0
%14.9

Codes

Color #C8C6D9 in popluar color models

C8C6D9
RGB200198217
HSL246°20.00%81.37%
HSB/HSV246°8.76%85.10%
CMYK7.83%8.76%0.00%
14.90%

Color #C8C6D9 in popluar number systems.

HEXC8C6D9
Decimal200198217
Binary110010001100011011011001
Octal310306331

Shades and tints

Shades of #C8C6D9

#C8C6D9
(200,198,217)
#B6B4C6
(182,180,198)
#A4A2B3
(164,162,179)
#9290A0
(146,144,160)
#807E8D
(128,126,141)
#6E6C7A
(110,108,122)
#5C5A67
(92,90,103)
#4A4854
(74,72,84)
#383641
(56,54,65)
#26242E
(38,36,46)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #C8C6D9

#C8C6D9
(200,198,217)
#CDCBDC
(205,203,220)
#D2D0DF
(210,208,223)
#D7D5E2
(215,213,226)
#DCDAE5
(220,218,229)
#E1DFE8
(225,223,232)
#E6E4EB
(230,228,235)
#EBE9EE
(235,233,238)
#F0EEF1
(240,238,241)
#F5F3F4
(245,243,244)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C6D9; }

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

This text font color is #C8C6D9.


Background Color

.myBgColor { background-color: #C8C6D9; }

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

This div background color is #C8C6D9.


Border color

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

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

This div border color is #C8C6D9.


Opacity

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

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

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

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

This text has shadow with #C8C6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C6D9 on black background.


Color preview on white background

This text has color #C8C6D9 on white background.



Black color preview on #C8C6D9 background

This text has black color on #C8C6D9 background.


White color preview on #C8C6D9 background

This text has white color on #C8C6D9 background.