COLOR #C8C9DD

HEX: #C8C9DD
RGB: (200,201,221)

Color info

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

RGB color model

#C8C9DD color RGB value is (200,201,221).

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

RGB channels and saturation

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

200
201
221

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

Portions of RGB colors in percentages

R + G + B =
200 + 201 + 221 = 622 (100%)
R 200 of 622 ~ 32.15%
G 201 of 622 ~ 32.32%
B 221 of 622 ~ 35.53%

%32.15
%32.32
%35.53

CMYK color model

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

  • cyan value is 9.50%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(10,9,0,13)
C10M9Y0K13 
(10%,9%,0%,13%)
(0.10/0.09/0.00/0.13)	

CMYK percentages

%9.5
%9.05
%0
%13.33

Codes

Color #C8C9DD in popluar color models

C8C9DD
RGB200201221
HSL237°23.60%82.55%
HSB/HSV237°9.50%86.67%
CMYK9.50%9.05%0.00%
13.33%

Color #C8C9DD in popluar number systems.

HEXC8C9DD
Decimal200201221
Binary110010001100100111011101
Octal310311335

Shades and tints

Shades of #C8C9DD

#C8C9DD
(200,201,221)
#B6B7C9
(182,183,201)
#A4A5B5
(164,165,181)
#9293A1
(146,147,161)
#80818D
(128,129,141)
#6E6F79
(110,111,121)
#5C5D65
(92,93,101)
#4A4B51
(74,75,81)
#38393D
(56,57,61)
#262729
(38,39,41)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #C8C9DD

#C8C9DD
(200,201,221)
#CDCDE0
(205,205,224)
#D2D1E3
(210,209,227)
#D7D5E6
(215,213,230)
#DCD9E9
(220,217,233)
#E1DDEC
(225,221,236)
#E6E1EF
(230,225,239)
#EBE5F2
(235,229,242)
#F0E9F5
(240,233,245)
#F5EDF8
(245,237,248)
#FAF1FB
(250,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C9DD; }

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

This text font color is #C8C9DD.


Background Color

.myBgColor { background-color: #C8C9DD; }

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

This div background color is #C8C9DD.


Border color

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

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

This div border color is #C8C9DD.


Opacity

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

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

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

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

This text has shadow with #C8C9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C9DD on black background.


Color preview on white background

This text has color #C8C9DD on white background.



Black color preview on #C8C9DD background

This text has black color on #C8C9DD background.


White color preview on #C8C9DD background

This text has white color on #C8C9DD background.