COLOR #C8C0D7

HEX: #C8C0D7 RGB: (200,192,215)

Color info

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

RGB color model

#C8C0D7 color RGB value is (200,192,215).

RGB: (200,192,215) (78%, 75%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 192 of 255 = 75%
B 215 of 255 = 84%

200
192
215

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

Portions of RGB colors in percentages

R + G + B = 200 + 192 + 215 = 607 (100%)
R 200 of 607 ~ 32.95%
G 192 of 607 ~ 31.63%
B 215 of 607 ~ 35.42'%

%32.95
%31.63
%35.42

CMYK color model

#C8C0D7 color CMYK value is (7,11,0,16).

  • cyan value is 6.98%
  • magenta value is 10.70%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (7,11,0,16) C7M11Y0K16 (7%,11%,0%,16%) (0.07/0.11/0.00/0.16) 

CMYK percentages

%6.98
%10.7
%0
%15.69

Codes

Color #C8C0D7 in popluar color models

C8 C0 D7
RGB 200 192 215
HSL 261° 22.33% 79.80%
HSB/HSV 261° 10.70% 84.31%
CMYK 6.98% 10.70% 0.00%
15.69%

Color #C8C0D7 in popluar number systems.

HEX C8 C0 D7
Decimal 200 192 215
Binary 11001000 11000000 11010111
Octal 310 300 327

Shades and tints

Shades of #C8C0D7

#C8C0D7
(200,192,215)
#B6AFC4
(182,175,196)
#A49EB1
(164,158,177)
#928D9E
(146,141,158)
#807C8B
(128,124,139)
#6E6B78
(110,107,120)
#5C5A65
(92,90,101)
#4A4952
(74,73,82)
#38383F
(56,56,63)
#26272C
(38,39,44)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #C8C0D7

#C8C0D7
(200,192,215)
#CDC5DA
(205,197,218)
#D2CADD
(210,202,221)
#D7CFE0
(215,207,224)
#DCD4E3
(220,212,227)
#E1D9E6
(225,217,230)
#E6DEE9
(230,222,233)
#EBE3EC
(235,227,236)
#F0E8EF
(240,232,239)
#F5EDF2
(245,237,242)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C0D7 color. Also use rgb(200,192,215) instead hex code.

Text Font Color

.myTextColor { color: #C8C0D7; }

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

This text font color is #C8C0D7.

Background Color

.myBgColor { background-color: #C8C0D7; }

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

This div background color is #C8C0D7.

Border color

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

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

This div border color is #C8C0D7.

Opacity

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

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

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

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

This text has shadow with #C8C0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8C0D7.

Preview

Color preview on black background

This text has color #C8C0D7 on black background.


Color preview on white background

This text has color #C8C0D7 on white background.


Black color preview on #C8C0D7 background

This text has black color on #C8C0D7 background.


White color preview on #C8C0D7 background

This text has white color on #C8C0D7 background.


Related colors

Complementary color

Complementary color for #hex is #373F28.


I love getcolorcode.com

Triadic colors

1 #D7C8C0 and #C0D7C8 with #C8C0D7 are triadic colors.

2 #D7C0C8 and #C0C8D7 with #C8C0D7 are triadic colors.