COLOR #C8C4DB

HEX: #C8C4DB
RGB: (200,196,219)

Color info

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

RGB color model

#C8C4DB color RGB value is (200,196,219).

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

RGB channels and saturation

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

200
196
219

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

Portions of RGB colors in percentages

R + G + B =
200 + 196 + 219 = 615 (100%)
R 200 of 615 ~ 32.52%
G 196 of 615 ~ 31.87%
B 219 of 615 ~ 35.61%

%32.52
%31.87
%35.61

CMYK color model

#C8C4DB color CMYK value is (9,11,0,14).

  • cyan value is 8.68%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(9,11,0,14)
C9M11Y0K14 
(9%,11%,0%,14%)
(0.09/0.11/0.00/0.14)	

CMYK percentages

%8.68
%10.5
%0
%14.12

Codes

Color #C8C4DB in popluar color models

C8C4DB
RGB200196219
HSL250°24.21%81.37%
HSB/HSV250°10.50%85.88%
CMYK8.68%10.50%0.00%
14.12%

Color #C8C4DB in popluar number systems.

HEXC8C4DB
Decimal200196219
Binary110010001100010011011011
Octal310304333

Shades and tints

Shades of #C8C4DB

#C8C4DB
(200,196,219)
#B6B3C8
(182,179,200)
#A4A2B5
(164,162,181)
#9291A2
(146,145,162)
#80808F
(128,128,143)
#6E6F7C
(110,111,124)
#5C5E69
(92,94,105)
#4A4D56
(74,77,86)
#383C43
(56,60,67)
#262B30
(38,43,48)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #C8C4DB

#C8C4DB
(200,196,219)
#CDC9DE
(205,201,222)
#D2CEE1
(210,206,225)
#D7D3E4
(215,211,228)
#DCD8E7
(220,216,231)
#E1DDEA
(225,221,234)
#E6E2ED
(230,226,237)
#EBE7F0
(235,231,240)
#F0ECF3
(240,236,243)
#F5F1F6
(245,241,246)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C4DB; }

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

This text font color is #C8C4DB.


Background Color

.myBgColor { background-color: #C8C4DB; }

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

This div background color is #C8C4DB.


Border color

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

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

This div border color is #C8C4DB.


Opacity

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

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

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

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

This text has shadow with #C8C4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C4DB on black background.


Color preview on white background

This text has color #C8C4DB on white background.



Black color preview on #C8C4DB background

This text has black color on #C8C4DB background.


White color preview on #C8C4DB background

This text has white color on #C8C4DB background.