COLOR #C8C0DB

HEX: #C8C0DB
RGB: (200,192,219)

Color info

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

RGB color model

#C8C0DB color RGB value is (200,192,219).

  • red value is 200;
  • green value is 192;
  • blue value is 219.
RGB:
(200,192,219)
(78%,75%,86%)

RGB channels and saturation

R 200 of 255 = 78%
G 192 of 255 = 75%
B 219 of 255 = 86%

200
192
219

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

Portions of RGB colors in percentages

R + G + B =
200 + 192 + 219 = 611 (100%)
R 200 of 611 ~ 32.73%
G 192 of 611 ~ 31.42%
B 219 of 611 ~ 35.84%

%32.73
%31.42
%35.84

CMYK color model

#C8C0DB color CMYK value is (9,12,0,14).

  • cyan value is 8.68%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(9,12,0,14)
C9M12Y0K14 
(9%,12%,0%,14%)
(0.09/0.12/0.00/0.14)	

CMYK percentages

%8.68
%12.33
%0
%14.12

Codes

Color #C8C0DB in popluar color models

C8C0DB
RGB200192219
HSL258°27.27%80.59%
HSB/HSV258°12.33%85.88%
CMYK8.68%12.33%0.00%
14.12%

Color #C8C0DB in popluar number systems.

HEXC8C0DB
Decimal200192219
Binary110010001100000011011011
Octal310300333

Shades and tints

Shades of #C8C0DB

#C8C0DB
(200,192,219)
#B6AFC8
(182,175,200)
#A49EB5
(164,158,181)
#928DA2
(146,141,162)
#807C8F
(128,124,143)
#6E6B7C
(110,107,124)
#5C5A69
(92,90,105)
#4A4956
(74,73,86)
#383843
(56,56,67)
#262730
(38,39,48)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #C8C0DB

#C8C0DB
(200,192,219)
#CDC5DE
(205,197,222)
#D2CAE1
(210,202,225)
#D7CFE4
(215,207,228)
#DCD4E7
(220,212,231)
#E1D9EA
(225,217,234)
#E6DEED
(230,222,237)
#EBE3F0
(235,227,240)
#F0E8F3
(240,232,243)
#F5EDF6
(245,237,246)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C0DB; }

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

This text font color is #C8C0DB.


Background Color

.myBgColor { background-color: #C8C0DB; }

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

This div background color is #C8C0DB.


Border color

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

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

This div border color is #C8C0DB.


Opacity

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

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

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

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

This text has shadow with #C8C0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C0DB on black background.


Color preview on white background

This text has color #C8C0DB on white background.



Black color preview on #C8C0DB background

This text has black color on #C8C0DB background.


White color preview on #C8C0DB background

This text has white color on #C8C0DB background.