COLOR #D4C3C7

HEX: #D4C3C7
RGB: (212,195,199)

Color info

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

RGB color model

#D4C3C7 color RGB value is (212,195,199).

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

RGB channels and saturation

R 212 of 255 = 83%
G 195 of 255 = 76%
B 199 of 255 = 78%

212
195
199

R + G + B ~ 79%. #D4C3C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 195 + 199 = 606 (100%)
R 212 of 606 ~ 34.98%
G 195 of 606 ~ 32.18%
B 199 of 606 ~ 32.84%

%34.98
%32.18
%32.84

CMYK color model

#D4C3C7 color CMYK value is (0,8,6,17).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 6.13%
  • key color value is 16.86%
CMYK:
(0,8,6,17)
C0M8Y6K17 
(0%,8%,6%,17%)
(0.00/0.08/0.06/0.17)	

CMYK percentages

%0
%8.02
%6.13
%16.86

Codes

Color #D4C3C7 in popluar color models

D4C3C7
RGB212195199
HSL346°16.50%79.80%
HSB/HSV346°8.02%83.14%
CMYK0.00%8.02%6.13%
16.86%

Color #D4C3C7 in popluar number systems.

HEXD4C3C7
Decimal212195199
Binary110101001100001111000111
Octal324303307

Shades and tints

Shades of #D4C3C7

#D4C3C7
(212,195,199)
#C1B2B5
(193,178,181)
#AEA1A3
(174,161,163)
#9B9091
(155,144,145)
#887F7F
(136,127,127)
#756E6D
(117,110,109)
#625D5B
(98,93,91)
#4F4C49
(79,76,73)
#3C3B37
(60,59,55)
#292A25
(41,42,37)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #D4C3C7

#D4C3C7
(212,195,199)
#D7C8CC
(215,200,204)
#DACDD1
(218,205,209)
#DDD2D6
(221,210,214)
#E0D7DB
(224,215,219)
#E3DCE0
(227,220,224)
#E6E1E5
(230,225,229)
#E9E6EA
(233,230,234)
#ECEBEF
(236,235,239)
#EFF0F4
(239,240,244)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C3C7; }

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

This text font color is #D4C3C7.


Background Color

.myBgColor { background-color: #D4C3C7; }

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

This div background color is #D4C3C7.


Border color

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

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

This div border color is #D4C3C7.


Opacity

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

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

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

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

This text has shadow with #D4C3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C3C7 on black background.


Color preview on white background

This text has color #D4C3C7 on white background.



Black color preview on #D4C3C7 background

This text has black color on #D4C3C7 background.


White color preview on #D4C3C7 background

This text has white color on #D4C3C7 background.