COLOR #C8C5DB

HEX: #C8C5DB
RGB: (200,197,219)

Color info

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

RGB color model

#C8C5DB color RGB value is (200,197,219).

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

RGB channels and saturation

R 200 of 255 = 78%
G 197 of 255 = 77%
B 219 of 255 = 86%

200
197
219

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

Portions of RGB colors in percentages

R + G + B =
200 + 197 + 219 = 616 (100%)
R 200 of 616 ~ 32.47%
G 197 of 616 ~ 31.98%
B 219 of 616 ~ 35.55%

%32.47
%31.98
%35.55

CMYK color model

#C8C5DB color CMYK value is (9,10,0,14).

  • cyan value is 8.68%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(9,10,0,14)
C9M10Y0K14 
(9%,10%,0%,14%)
(0.09/0.10/0.00/0.14)	

CMYK percentages

%8.68
%10.05
%0
%14.12

Codes

Color #C8C5DB in popluar color models

C8C5DB
RGB200197219
HSL248°23.40%81.57%
HSB/HSV248°10.05%85.88%
CMYK8.68%10.05%0.00%
14.12%

Color #C8C5DB in popluar number systems.

HEXC8C5DB
Decimal200197219
Binary110010001100010111011011
Octal310305333

Shades and tints

Shades of #C8C5DB

#C8C5DB
(200,197,219)
#B6B4C8
(182,180,200)
#A4A3B5
(164,163,181)
#9292A2
(146,146,162)
#80818F
(128,129,143)
#6E707C
(110,112,124)
#5C5F69
(92,95,105)
#4A4E56
(74,78,86)
#383D43
(56,61,67)
#262C30
(38,44,48)
#141B1D
(20,27,29)
#000000
(0,0,0)

Tints of #C8C5DB

#C8C5DB
(200,197,219)
#CDCADE
(205,202,222)
#D2CFE1
(210,207,225)
#D7D4E4
(215,212,228)
#DCD9E7
(220,217,231)
#E1DEEA
(225,222,234)
#E6E3ED
(230,227,237)
#EBE8F0
(235,232,240)
#F0EDF3
(240,237,243)
#F5F2F6
(245,242,246)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C5DB; }

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

This text font color is #C8C5DB.


Background Color

.myBgColor { background-color: #C8C5DB; }

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

This div background color is #C8C5DB.


Border color

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

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

This div border color is #C8C5DB.


Opacity

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

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

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

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

This text has shadow with #C8C5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C5DB on black background.


Color preview on white background

This text has color #C8C5DB on white background.



Black color preview on #C8C5DB background

This text has black color on #C8C5DB background.


White color preview on #C8C5DB background

This text has white color on #C8C5DB background.