COLOR #C8DDCE

HEX: #C8DDCE
RGB: (200,221,206)

Color info

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

RGB color model

#C8DDCE color RGB value is (200,221,206).

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

RGB channels and saturation

R 200 of 255 = 78%
G 221 of 255 = 87%
B 206 of 255 = 81%

200
221
206

R + G + B ~ 82%. #C8DDCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 221 + 206 = 627 (100%)
R 200 of 627 ~ 31.9%
G 221 of 627 ~ 35.25%
B 206 of 627 ~ 32.85%

%31.9
%35.25
%32.85

CMYK color model

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

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 6.79%
  • key color value is 13.33%
CMYK:
(10,0,7,13)
C10M0Y7K13 
(10%,0%,7%,13%)
(0.10/0.00/0.07/0.13)	

CMYK percentages

%9.5
%0
%6.79
%13.33

Codes

Color #C8DDCE in popluar color models

C8DDCE
RGB200221206
HSL137°23.60%82.55%
HSB/HSV137°9.50%86.67%
CMYK9.50%0.00%6.79%
13.33%

Color #C8DDCE in popluar number systems.

HEXC8DDCE
Decimal200221206
Binary110010001101110111001110
Octal310335316

Shades and tints

Shades of #C8DDCE

#C8DDCE
(200,221,206)
#B6C9BC
(182,201,188)
#A4B5AA
(164,181,170)
#92A198
(146,161,152)
#808D86
(128,141,134)
#6E7974
(110,121,116)
#5C6562
(92,101,98)
#4A5150
(74,81,80)
#383D3E
(56,61,62)
#26292C
(38,41,44)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #C8DDCE

#C8DDCE
(200,221,206)
#CDE0D2
(205,224,210)
#D2E3D6
(210,227,214)
#D7E6DA
(215,230,218)
#DCE9DE
(220,233,222)
#E1ECE2
(225,236,226)
#E6EFE6
(230,239,230)
#EBF2EA
(235,242,234)
#F0F5EE
(240,245,238)
#F5F8F2
(245,248,242)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DDCE; }

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

This text font color is #C8DDCE.


Background Color

.myBgColor { background-color: #C8DDCE; }

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

This div background color is #C8DDCE.


Border color

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

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

This div border color is #C8DDCE.


Opacity

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

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

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

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

This text has shadow with #C8DDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DDCE on black background.


Color preview on white background

This text has color #C8DDCE on white background.



Black color preview on #C8DDCE background

This text has black color on #C8DDCE background.


White color preview on #C8DDCE background

This text has white color on #C8DDCE background.