COLOR #C8C6D2

HEX: #C8C6D2
RGB: (200,198,210)

Color info

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

RGB color model

#C8C6D2 color RGB value is (200,198,210).

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

RGB channels and saturation

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

200
198
210

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

Portions of RGB colors in percentages

R + G + B =
200 + 198 + 210 = 608 (100%)
R 200 of 608 ~ 32.89%
G 198 of 608 ~ 32.57%
B 210 of 608 ~ 34.54%

%32.89
%32.57
%34.54

CMYK color model

#C8C6D2 color CMYK value is (5,6,0,18).

  • cyan value is 4.76%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(5,6,0,18)
C5M6Y0K18 
(5%,6%,0%,18%)
(0.05/0.06/0.00/0.18)	

CMYK percentages

%4.76
%5.71
%0
%17.65

Codes

Color #C8C6D2 in popluar color models

C8C6D2
RGB200198210
HSL250°11.76%80.00%
HSB/HSV250°5.71%82.35%
CMYK4.76%5.71%0.00%
17.65%

Color #C8C6D2 in popluar number systems.

HEXC8C6D2
Decimal200198210
Binary110010001100011011010010
Octal310306322

Shades and tints

Shades of #C8C6D2

#C8C6D2
(200,198,210)
#B6B4BF
(182,180,191)
#A4A2AC
(164,162,172)
#929099
(146,144,153)
#807E86
(128,126,134)
#6E6C73
(110,108,115)
#5C5A60
(92,90,96)
#4A484D
(74,72,77)
#38363A
(56,54,58)
#262427
(38,36,39)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C8C6D2

#C8C6D2
(200,198,210)
#CDCBD6
(205,203,214)
#D2D0DA
(210,208,218)
#D7D5DE
(215,213,222)
#DCDAE2
(220,218,226)
#E1DFE6
(225,223,230)
#E6E4EA
(230,228,234)
#EBE9EE
(235,233,238)
#F0EEF2
(240,238,242)
#F5F3F6
(245,243,246)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C6D2; }

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

This text font color is #C8C6D2.


Background Color

.myBgColor { background-color: #C8C6D2; }

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

This div background color is #C8C6D2.


Border color

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

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

This div border color is #C8C6D2.


Opacity

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

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

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

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

This text has shadow with #C8C6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C6D2 on black background.


Color preview on white background

This text has color #C8C6D2 on white background.



Black color preview on #C8C6D2 background

This text has black color on #C8C6D2 background.


White color preview on #C8C6D2 background

This text has white color on #C8C6D2 background.