COLOR #D8CFD6

HEX: #D8CFD6
RGB: (216,207,214)

Color info

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

RGB color model

#D8CFD6 color RGB value is (216,207,214).

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

RGB channels and saturation

R 216 of 255 = 85%
G 207 of 255 = 81%
B 214 of 255 = 84%

216
207
214

R + G + B ~ 83%. #D8CFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 207 + 214 = 637 (100%)
R 216 of 637 ~ 33.91%
G 207 of 637 ~ 32.5%
B 214 of 637 ~ 33.59%

%33.91
%32.5
%33.59

CMYK color model

#D8CFD6 color CMYK value is (0,4,1,15).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 0.93%
  • key color value is 15.29%
CMYK:
(0,4,1,15)
C0M4Y1K15 
(0%,4%,1%,15%)
(0.00/0.04/0.01/0.15)	

CMYK percentages

%0
%4.17
%0.93
%15.29

Codes

Color #D8CFD6 in popluar color models

D8CFD6
RGB216207214
HSL313°10.34%82.94%
HSB/HSV313°4.17%84.71%
CMYK0.00%4.17%0.93%
15.29%

Color #D8CFD6 in popluar number systems.

HEXD8CFD6
Decimal216207214
Binary110110001100111111010110
Octal330317326

Shades and tints

Shades of #D8CFD6

#D8CFD6
(216,207,214)
#C5BDC3
(197,189,195)
#B2ABB0
(178,171,176)
#9F999D
(159,153,157)
#8C878A
(140,135,138)
#797577
(121,117,119)
#666364
(102,99,100)
#535151
(83,81,81)
#403F3E
(64,63,62)
#2D2D2B
(45,45,43)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #D8CFD6

#D8CFD6
(216,207,214)
#DBD3D9
(219,211,217)
#DED7DC
(222,215,220)
#E1DBDF
(225,219,223)
#E4DFE2
(228,223,226)
#E7E3E5
(231,227,229)
#EAE7E8
(234,231,232)
#EDEBEB
(237,235,235)
#F0EFEE
(240,239,238)
#F3F3F1
(243,243,241)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CFD6; }

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

This text font color is #D8CFD6.


Background Color

.myBgColor { background-color: #D8CFD6; }

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

This div background color is #D8CFD6.


Border color

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

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

This div border color is #D8CFD6.


Opacity

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

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

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

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

This text has shadow with #D8CFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CFD6 on black background.


Color preview on white background

This text has color #D8CFD6 on white background.



Black color preview on #D8CFD6 background

This text has black color on #D8CFD6 background.


White color preview on #D8CFD6 background

This text has white color on #D8CFD6 background.