COLOR #C8C9DB

HEX: #C8C9DB
RGB: (200,201,219)

Color info

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

RGB color model

#C8C9DB color RGB value is (200,201,219).

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

RGB channels and saturation

R 200 of 255 = 78%
G 201 of 255 = 79%
B 219 of 255 = 86%

200
201
219

R + G + B ~ 81%. #C8C9DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 201 + 219 = 620 (100%)
R 200 of 620 ~ 32.26%
G 201 of 620 ~ 32.42%
B 219 of 620 ~ 35.32%

%32.26
%32.42
%35.32

CMYK color model

#C8C9DB color CMYK value is (9,8,0,14).

  • cyan value is 8.68%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(9,8,0,14)
C9M8Y0K14 
(9%,8%,0%,14%)
(0.09/0.08/0.00/0.14)	

CMYK percentages

%8.68
%8.22
%0
%14.12

Codes

Color #C8C9DB in popluar color models

C8C9DB
RGB200201219
HSL237°20.88%82.16%
HSB/HSV237°8.68%85.88%
CMYK8.68%8.22%0.00%
14.12%

Color #C8C9DB in popluar number systems.

HEXC8C9DB
Decimal200201219
Binary110010001100100111011011
Octal310311333

Shades and tints

Shades of #C8C9DB

#C8C9DB
(200,201,219)
#B6B7C8
(182,183,200)
#A4A5B5
(164,165,181)
#9293A2
(146,147,162)
#80818F
(128,129,143)
#6E6F7C
(110,111,124)
#5C5D69
(92,93,105)
#4A4B56
(74,75,86)
#383943
(56,57,67)
#262730
(38,39,48)
#14151D
(20,21,29)
#000000
(0,0,0)

Tints of #C8C9DB

#C8C9DB
(200,201,219)
#CDCDDE
(205,205,222)
#D2D1E1
(210,209,225)
#D7D5E4
(215,213,228)
#DCD9E7
(220,217,231)
#E1DDEA
(225,221,234)
#E6E1ED
(230,225,237)
#EBE5F0
(235,229,240)
#F0E9F3
(240,233,243)
#F5EDF6
(245,237,246)
#FAF1F9
(250,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C9DB; }

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

This text font color is #C8C9DB.


Background Color

.myBgColor { background-color: #C8C9DB; }

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

This div background color is #C8C9DB.


Border color

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

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

This div border color is #C8C9DB.


Opacity

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

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

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

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

This text has shadow with #C8C9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C9DB on black background.


Color preview on white background

This text has color #C8C9DB on white background.



Black color preview on #C8C9DB background

This text has black color on #C8C9DB background.


White color preview on #C8C9DB background

This text has white color on #C8C9DB background.