COLOR #C8C9DF

HEX: #C8C9DF
RGB: (200,201,223)

Color info

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

RGB color model

#C8C9DF color RGB value is (200,201,223).

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

RGB channels and saturation

R 200 of 255 = 78%
G 201 of 255 = 79%
B 223 of 255 = 87%

200
201
223

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

Portions of RGB colors in percentages

R + G + B =
200 + 201 + 223 = 624 (100%)
R 200 of 624 ~ 32.05%
G 201 of 624 ~ 32.21%
B 223 of 624 ~ 35.74%

%32.05
%32.21
%35.74

CMYK color model

#C8C9DF color CMYK value is (10,10,0,13).

  • cyan value is 10.31%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(10,10,0,13)
C10M10Y0K13 
(10%,10%,0%,13%)
(0.10/0.10/0.00/0.13)	

CMYK percentages

%10.31
%9.87
%0
%12.55

Codes

Color #C8C9DF in popluar color models

C8C9DF
RGB200201223
HSL237°26.44%82.94%
HSB/HSV237°10.31%87.45%
CMYK10.31%9.87%0.00%
12.55%

Color #C8C9DF in popluar number systems.

HEXC8C9DF
Decimal200201223
Binary110010001100100111011111
Octal310311337

Shades and tints

Shades of #C8C9DF

#C8C9DF
(200,201,223)
#B6B7CB
(182,183,203)
#A4A5B7
(164,165,183)
#9293A3
(146,147,163)
#80818F
(128,129,143)
#6E6F7B
(110,111,123)
#5C5D67
(92,93,103)
#4A4B53
(74,75,83)
#38393F
(56,57,63)
#26272B
(38,39,43)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #C8C9DF

#C8C9DF
(200,201,223)
#CDCDE1
(205,205,225)
#D2D1E3
(210,209,227)
#D7D5E5
(215,213,229)
#DCD9E7
(220,217,231)
#E1DDE9
(225,221,233)
#E6E1EB
(230,225,235)
#EBE5ED
(235,229,237)
#F0E9EF
(240,233,239)
#F5EDF1
(245,237,241)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C9DF; }

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

This text font color is #C8C9DF.


Background Color

.myBgColor { background-color: #C8C9DF; }

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

This div background color is #C8C9DF.


Border color

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

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

This div border color is #C8C9DF.


Opacity

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

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

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

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

This text has shadow with #C8C9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C9DF on black background.


Color preview on white background

This text has color #C8C9DF on white background.



Black color preview on #C8C9DF background

This text has black color on #C8C9DF background.


White color preview on #C8C9DF background

This text has white color on #C8C9DF background.