COLOR #C8CFD7

HEX: #C8CFD7
RGB: (200,207,215)

Color info

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

RGB color model

#C8CFD7 color RGB value is (200,207,215).

  • red value is 200;
  • green value is 207;
  • blue value is 215.
RGB:
(200,207,215)
(78%,81%,84%)

RGB channels and saturation

R 200 of 255 = 78%
G 207 of 255 = 81%
B 215 of 255 = 84%

200
207
215

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

Portions of RGB colors in percentages

R + G + B =
200 + 207 + 215 = 622 (100%)
R 200 of 622 ~ 32.15%
G 207 of 622 ~ 33.28%
B 215 of 622 ~ 34.57%

%32.15
%33.28
%34.57

CMYK color model

#C8CFD7 color CMYK value is (7,4,0,16).

  • cyan value is 6.98%
  • magenta value is 3.72%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(7,4,0,16)
C7M4Y0K16 
(7%,4%,0%,16%)
(0.07/0.04/0.00/0.16)	

CMYK percentages

%6.98
%3.72
%0
%15.69

Codes

Color #C8CFD7 in popluar color models

C8CFD7
RGB200207215
HSL212°15.79%81.37%
HSB/HSV212°6.98%84.31%
CMYK6.98%3.72%0.00%
15.69%

Color #C8CFD7 in popluar number systems.

HEXC8CFD7
Decimal200207215
Binary110010001100111111010111
Octal310317327

Shades and tints

Shades of #C8CFD7

#C8CFD7
(200,207,215)
#B6BDC4
(182,189,196)
#A4ABB1
(164,171,177)
#92999E
(146,153,158)
#80878B
(128,135,139)
#6E7578
(110,117,120)
#5C6365
(92,99,101)
#4A5152
(74,81,82)
#383F3F
(56,63,63)
#262D2C
(38,45,44)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #C8CFD7

#C8CFD7
(200,207,215)
#CDD3DA
(205,211,218)
#D2D7DD
(210,215,221)
#D7DBE0
(215,219,224)
#DCDFE3
(220,223,227)
#E1E3E6
(225,227,230)
#E6E7E9
(230,231,233)
#EBEBEC
(235,235,236)
#F0EFEF
(240,239,239)
#F5F3F2
(245,243,242)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CFD7 color. Also use rgb(200,207,215) instead hex code.

Text Font Color

.myTextColor { color: #C8CFD7; }

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

This text font color is #C8CFD7.


Background Color

.myBgColor { background-color: #C8CFD7; }

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

This div background color is #C8CFD7.


Border color

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

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

This div border color is #C8CFD7.


Opacity

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

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

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

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

This text has shadow with #C8CFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CFD7 on black background.


Color preview on white background

This text has color #C8CFD7 on white background.



Black color preview on #C8CFD7 background

This text has black color on #C8CFD7 background.


White color preview on #C8CFD7 background

This text has white color on #C8CFD7 background.