COLOR #C8CCCE

HEX: #C8CCCE
RGB: (200,204,206)

Color info

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

RGB color model

#C8CCCE color RGB value is (200,204,206).

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

RGB channels and saturation

R 200 of 255 = 78%
G 204 of 255 = 80%
B 206 of 255 = 81%

200
204
206

R + G + B ~ 80%. #C8CCCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 204 + 206 = 610 (100%)
R 200 of 610 ~ 32.79%
G 204 of 610 ~ 33.44%
B 206 of 610 ~ 33.77%

%32.79
%33.44
%33.77

CMYK color model

#C8CCCE color CMYK value is (3,1,0,19).

  • cyan value is 2.91%
  • magenta value is 0.97%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(3,1,0,19)
C3M1Y0K19 
(3%,1%,0%,19%)
(0.03/0.01/0.00/0.19)	

CMYK percentages

%2.91
%0.97
%0
%19.22

Codes

Color #C8CCCE in popluar color models

C8CCCE
RGB200204206
HSL200°5.77%79.61%
HSB/HSV200°2.91%80.78%
CMYK2.91%0.97%0.00%
19.22%

Color #C8CCCE in popluar number systems.

HEXC8CCCE
Decimal200204206
Binary110010001100110011001110
Octal310314316

Shades and tints

Shades of #C8CCCE

#C8CCCE
(200,204,206)
#B6BABC
(182,186,188)
#A4A8AA
(164,168,170)
#929698
(146,150,152)
#808486
(128,132,134)
#6E7274
(110,114,116)
#5C6062
(92,96,98)
#4A4E50
(74,78,80)
#383C3E
(56,60,62)
#262A2C
(38,42,44)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #C8CCCE

#C8CCCE
(200,204,206)
#CDD0D2
(205,208,210)
#D2D4D6
(210,212,214)
#D7D8DA
(215,216,218)
#DCDCDE
(220,220,222)
#E1E0E2
(225,224,226)
#E6E4E6
(230,228,230)
#EBE8EA
(235,232,234)
#F0ECEE
(240,236,238)
#F5F0F2
(245,240,242)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CCCE; }

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

This text font color is #C8CCCE.


Background Color

.myBgColor { background-color: #C8CCCE; }

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

This div background color is #C8CCCE.


Border color

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

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

This div border color is #C8CCCE.


Opacity

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

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

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

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

This text has shadow with #C8CCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CCCE on black background.


Color preview on white background

This text has color #C8CCCE on white background.



Black color preview on #C8CCCE background

This text has black color on #C8CCCE background.


White color preview on #C8CCCE background

This text has white color on #C8CCCE background.