COLOR #C8CFD6

HEX: #C8CFD6
RGB: (200,207,214)

Color info

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

RGB color model

#C8CFD6 color RGB value is (200,207,214).

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

RGB channels and saturation

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

200
207
214

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

Portions of RGB colors in percentages

R + G + B =
200 + 207 + 214 = 621 (100%)
R 200 of 621 ~ 32.21%
G 207 of 621 ~ 33.33%
B 214 of 621 ~ 34.46%

%32.21
%33.33
%34.46

CMYK color model

#C8CFD6 color CMYK value is (7,3,0,16).

  • cyan value is 6.54%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(7,3,0,16)
C7M3Y0K16 
(7%,3%,0%,16%)
(0.07/0.03/0.00/0.16)	

CMYK percentages

%6.54
%3.27
%0
%16.08

Codes

Color #C8CFD6 in popluar color models

C8CFD6
RGB200207214
HSL210°14.58%81.18%
HSB/HSV210°6.54%83.92%
CMYK6.54%3.27%0.00%
16.08%

Color #C8CFD6 in popluar number systems.

HEXC8CFD6
Decimal200207214
Binary110010001100111111010110
Octal310317326

Shades and tints

Shades of #C8CFD6

#C8CFD6
(200,207,214)
#B6BDC3
(182,189,195)
#A4ABB0
(164,171,176)
#92999D
(146,153,157)
#80878A
(128,135,138)
#6E7577
(110,117,119)
#5C6364
(92,99,100)
#4A5151
(74,81,81)
#383F3E
(56,63,62)
#262D2B
(38,45,43)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #C8CFD6

#C8CFD6
(200,207,214)
#CDD3D9
(205,211,217)
#D2D7DC
(210,215,220)
#D7DBDF
(215,219,223)
#DCDFE2
(220,223,226)
#E1E3E5
(225,227,229)
#E6E7E8
(230,231,232)
#EBEBEB
(235,235,235)
#F0EFEE
(240,239,238)
#F5F3F1
(245,243,241)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CFD6; }

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

This text font color is #C8CFD6.


Background Color

.myBgColor { background-color: #C8CFD6; }

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

This div background color is #C8CFD6.


Border color

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

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

This div border color is #C8CFD6.


Opacity

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

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

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

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

This text has shadow with #C8CFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CFD6 on black background.


Color preview on white background

This text has color #C8CFD6 on white background.



Black color preview on #C8CFD6 background

This text has black color on #C8CFD6 background.


White color preview on #C8CFD6 background

This text has white color on #C8CFD6 background.