COLOR #D4C6CF

HEX: #D4C6CF
RGB: (212,198,207)

Color info

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

RGB color model

#D4C6CF color RGB value is (212,198,207).

  • red value is 212;
  • green value is 198;
  • blue value is 207.
RGB:
(212,198,207)
(83%,78%,81%)

RGB channels and saturation

R 212 of 255 = 83%
G 198 of 255 = 78%
B 207 of 255 = 81%

212
198
207

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

Portions of RGB colors in percentages

R + G + B =
212 + 198 + 207 = 617 (100%)
R 212 of 617 ~ 34.36%
G 198 of 617 ~ 32.09%
B 207 of 617 ~ 33.55%

%34.36
%32.09
%33.55

CMYK color model

#D4C6CF color CMYK value is (0,7,2,17).

  • cyan value is 0.00%
  • magenta value is 6.60%
  • yellow value is 2.36%
  • key color value is 16.86%
CMYK:
(0,7,2,17)
C0M7Y2K17 
(0%,7%,2%,17%)
(0.00/0.07/0.02/0.17)	

CMYK percentages

%0
%6.6
%2.36
%16.86

Codes

Color #D4C6CF in popluar color models

D4C6CF
RGB212198207
HSL321°14.00%80.39%
HSB/HSV321°6.60%83.14%
CMYK0.00%6.60%2.36%
16.86%

Color #D4C6CF in popluar number systems.

HEXD4C6CF
Decimal212198207
Binary110101001100011011001111
Octal324306317

Shades and tints

Shades of #D4C6CF

#D4C6CF
(212,198,207)
#C1B4BD
(193,180,189)
#AEA2AB
(174,162,171)
#9B9099
(155,144,153)
#887E87
(136,126,135)
#756C75
(117,108,117)
#625A63
(98,90,99)
#4F4851
(79,72,81)
#3C363F
(60,54,63)
#29242D
(41,36,45)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #D4C6CF

#D4C6CF
(212,198,207)
#D7CBD3
(215,203,211)
#DAD0D7
(218,208,215)
#DDD5DB
(221,213,219)
#E0DADF
(224,218,223)
#E3DFE3
(227,223,227)
#E6E4E7
(230,228,231)
#E9E9EB
(233,233,235)
#ECEEEF
(236,238,239)
#EFF3F3
(239,243,243)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C6CF color. Also use rgb(212,198,207) instead hex code.

Text Font Color

.myTextColor { color: #D4C6CF; }

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

This text font color is #D4C6CF.


Background Color

.myBgColor { background-color: #D4C6CF; }

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

This div background color is #D4C6CF.


Border color

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

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

This div border color is #D4C6CF.


Opacity

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

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

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

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

This text has shadow with #D4C6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C6CF on black background.


Color preview on white background

This text has color #D4C6CF on white background.



Black color preview on #D4C6CF background

This text has black color on #D4C6CF background.


White color preview on #D4C6CF background

This text has white color on #D4C6CF background.