COLOR #D4C1C8

HEX: #D4C1C8
RGB: (212,193,200)

Color info

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

RGB color model

#D4C1C8 color RGB value is (212,193,200).

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

RGB channels and saturation

R 212 of 255 = 83%
G 193 of 255 = 76%
B 200 of 255 = 78%

212
193
200

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

Portions of RGB colors in percentages

R + G + B =
212 + 193 + 200 = 605 (100%)
R 212 of 605 ~ 35.04%
G 193 of 605 ~ 31.9%
B 200 of 605 ~ 33.06%

%35.04
%31.9
%33.06

CMYK color model

#D4C1C8 color CMYK value is (0,9,6,17).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 5.66%
  • key color value is 16.86%
CMYK:
(0,9,6,17)
C0M9Y6K17 
(0%,9%,6%,17%)
(0.00/0.09/0.06/0.17)	

CMYK percentages

%0
%8.96
%5.66
%16.86

Codes

Color #D4C1C8 in popluar color models

D4C1C8
RGB212193200
HSL338°18.10%79.41%
HSB/HSV338°8.96%83.14%
CMYK0.00%8.96%5.66%
16.86%

Color #D4C1C8 in popluar number systems.

HEXD4C1C8
Decimal212193200
Binary110101001100000111001000
Octal324301310

Shades and tints

Shades of #D4C1C8

#D4C1C8
(212,193,200)
#C1B0B6
(193,176,182)
#AE9FA4
(174,159,164)
#9B8E92
(155,142,146)
#887D80
(136,125,128)
#756C6E
(117,108,110)
#625B5C
(98,91,92)
#4F4A4A
(79,74,74)
#3C3938
(60,57,56)
#292826
(41,40,38)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #D4C1C8

#D4C1C8
(212,193,200)
#D7C6CD
(215,198,205)
#DACBD2
(218,203,210)
#DDD0D7
(221,208,215)
#E0D5DC
(224,213,220)
#E3DAE1
(227,218,225)
#E6DFE6
(230,223,230)
#E9E4EB
(233,228,235)
#ECE9F0
(236,233,240)
#EFEEF5
(239,238,245)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C1C8 color. Also use rgb(212,193,200) instead hex code.

Text Font Color

.myTextColor { color: #D4C1C8; }

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

This text font color is #D4C1C8.


Background Color

.myBgColor { background-color: #D4C1C8; }

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

This div background color is #D4C1C8.


Border color

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

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

This div border color is #D4C1C8.


Opacity

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

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

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

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

This text has shadow with #D4C1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C1C8 on black background.


Color preview on white background

This text has color #D4C1C8 on white background.



Black color preview on #D4C1C8 background

This text has black color on #D4C1C8 background.


White color preview on #D4C1C8 background

This text has white color on #D4C1C8 background.