COLOR #C8DCCD

HEX: #C8DCCD
RGB: (200,220,205)

Color info

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

RGB color model

#C8DCCD color RGB value is (200,220,205).

  • red value is 200;
  • green value is 220;
  • blue value is 205.
RGB:
(200,220,205)
(78%,86%,80%)

RGB channels and saturation

R 200 of 255 = 78%
G 220 of 255 = 86%
B 205 of 255 = 80%

200
220
205

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

Portions of RGB colors in percentages

R + G + B =
200 + 220 + 205 = 625 (100%)
R 200 of 625 ~ 32%
G 220 of 625 ~ 35.2%
B 205 of 625 ~ 32.8%

%32
%35.2
%32.8

CMYK color model

#C8DCCD color CMYK value is (9,0,7,14).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 6.82%
  • key color value is 13.73%
CMYK:
(9,0,7,14)
C9M0Y7K14 
(9%,0%,7%,14%)
(0.09/0.00/0.07/0.14)	

CMYK percentages

%9.09
%0
%6.82
%13.73

Codes

Color #C8DCCD in popluar color models

C8DCCD
RGB200220205
HSL135°22.22%82.35%
HSB/HSV135°9.09%86.27%
CMYK9.09%0.00%6.82%
13.73%

Color #C8DCCD in popluar number systems.

HEXC8DCCD
Decimal200220205
Binary110010001101110011001101
Octal310334315

Shades and tints

Shades of #C8DCCD

#C8DCCD
(200,220,205)
#B6C8BB
(182,200,187)
#A4B4A9
(164,180,169)
#92A097
(146,160,151)
#808C85
(128,140,133)
#6E7873
(110,120,115)
#5C6461
(92,100,97)
#4A504F
(74,80,79)
#383C3D
(56,60,61)
#26282B
(38,40,43)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #C8DCCD

#C8DCCD
(200,220,205)
#CDDFD1
(205,223,209)
#D2E2D5
(210,226,213)
#D7E5D9
(215,229,217)
#DCE8DD
(220,232,221)
#E1EBE1
(225,235,225)
#E6EEE5
(230,238,229)
#EBF1E9
(235,241,233)
#F0F4ED
(240,244,237)
#F5F7F1
(245,247,241)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DCCD color. Also use rgb(200,220,205) instead hex code.

Text Font Color

.myTextColor { color: #C8DCCD; }

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

This text font color is #C8DCCD.


Background Color

.myBgColor { background-color: #C8DCCD; }

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

This div background color is #C8DCCD.


Border color

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

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

This div border color is #C8DCCD.


Opacity

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

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

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

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

This text has shadow with #C8DCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DCCD on black background.


Color preview on white background

This text has color #C8DCCD on white background.



Black color preview on #C8DCCD background

This text has black color on #C8DCCD background.


White color preview on #C8DCCD background

This text has white color on #C8DCCD background.