COLOR #D3C6CF

HEX: #D3C6CF
RGB: (211,198,207)

Color info

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

RGB color model

#D3C6CF color RGB value is (211,198,207).

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

RGB channels and saturation

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

211
198
207

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

Portions of RGB colors in percentages

R + G + B =
211 + 198 + 207 = 616 (100%)
R 211 of 616 ~ 34.25%
G 198 of 616 ~ 32.14%
B 207 of 616 ~ 33.6%

%34.25
%32.14
%33.6

CMYK color model

#D3C6CF color CMYK value is (0,6,2,17).

  • cyan value is 0.00%
  • magenta value is 6.16%
  • yellow value is 1.90%
  • key color value is 17.25%
CMYK:
(0,6,2,17)
C0M6Y2K17 
(0%,6%,2%,17%)
(0.00/0.06/0.02/0.17)	

CMYK percentages

%0
%6.16
%1.9
%17.25

Codes

Color #D3C6CF in popluar color models

D3C6CF
RGB211198207
HSL318°12.87%80.20%
HSB/HSV318°6.16%82.75%
CMYK0.00%6.16%1.90%
17.25%

Color #D3C6CF in popluar number systems.

HEXD3C6CF
Decimal211198207
Binary110100111100011011001111
Octal323306317

Shades and tints

Shades of #D3C6CF

#D3C6CF
(211,198,207)
#C0B4BD
(192,180,189)
#ADA2AB
(173,162,171)
#9A9099
(154,144,153)
#877E87
(135,126,135)
#746C75
(116,108,117)
#615A63
(97,90,99)
#4E4851
(78,72,81)
#3B363F
(59,54,63)
#28242D
(40,36,45)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #D3C6CF

#D3C6CF
(211,198,207)
#D7CBD3
(215,203,211)
#DBD0D7
(219,208,215)
#DFD5DB
(223,213,219)
#E3DADF
(227,218,223)
#E7DFE3
(231,223,227)
#EBE4E7
(235,228,231)
#EFE9EB
(239,233,235)
#F3EEEF
(243,238,239)
#F7F3F3
(247,243,243)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C6CF; }

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

This text font color is #D3C6CF.


Background Color

.myBgColor { background-color: #D3C6CF; }

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

This div background color is #D3C6CF.


Border color

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

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

This div border color is #D3C6CF.


Opacity

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

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

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

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

This text has shadow with #D3C6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3C6CF on black background.


Color preview on white background

This text has color #D3C6CF on white background.



Black color preview on #D3C6CF background

This text has black color on #D3C6CF background.


White color preview on #D3C6CF background

This text has white color on #D3C6CF background.