COLOR #D4C7DC

HEX: #D4C7DC
RGB: (212,199,220)

Color info

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

RGB color model

#D4C7DC color RGB value is (212,199,220).

  • red value is 212;
  • green value is 199;
  • blue value is 220.
RGB:
(212,199,220)
(83%,78%,86%)

RGB channels and saturation

R 212 of 255 = 83%
G 199 of 255 = 78%
B 220 of 255 = 86%

212
199
220

R + G + B ~ 82%. #D4C7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 199 + 220 = 631 (100%)
R 212 of 631 ~ 33.6%
G 199 of 631 ~ 31.54%
B 220 of 631 ~ 34.87%

%33.6
%31.54
%34.87

CMYK color model

#D4C7DC color CMYK value is (4,10,0,14).

  • cyan value is 3.64%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(4,10,0,14)
C4M10Y0K14 
(4%,10%,0%,14%)
(0.04/0.10/0.00/0.14)	

CMYK percentages

%3.64
%9.55
%0
%13.73

Codes

Color #D4C7DC in popluar color models

D4C7DC
RGB212199220
HSL277°23.08%82.16%
HSB/HSV277°9.55%86.27%
CMYK3.64%9.55%0.00%
13.73%

Color #D4C7DC in popluar number systems.

HEXD4C7DC
Decimal212199220
Binary110101001100011111011100
Octal324307334

Shades and tints

Shades of #D4C7DC

#D4C7DC
(212,199,220)
#C1B5C8
(193,181,200)
#AEA3B4
(174,163,180)
#9B91A0
(155,145,160)
#887F8C
(136,127,140)
#756D78
(117,109,120)
#625B64
(98,91,100)
#4F4950
(79,73,80)
#3C373C
(60,55,60)
#292528
(41,37,40)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #D4C7DC

#D4C7DC
(212,199,220)
#D7CCDF
(215,204,223)
#DAD1E2
(218,209,226)
#DDD6E5
(221,214,229)
#E0DBE8
(224,219,232)
#E3E0EB
(227,224,235)
#E6E5EE
(230,229,238)
#E9EAF1
(233,234,241)
#ECEFF4
(236,239,244)
#EFF4F7
(239,244,247)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C7DC color. Also use rgb(212,199,220) instead hex code.

Text Font Color

.myTextColor { color: #D4C7DC; }

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

This text font color is #D4C7DC.


Background Color

.myBgColor { background-color: #D4C7DC; }

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

This div background color is #D4C7DC.


Border color

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

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

This div border color is #D4C7DC.


Opacity

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

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

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

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

This text has shadow with #D4C7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C7DC on black background.


Color preview on white background

This text has color #D4C7DC on white background.



Black color preview on #D4C7DC background

This text has black color on #D4C7DC background.


White color preview on #D4C7DC background

This text has white color on #D4C7DC background.