COLOR #D4C1D0

HEX: #D4C1D0
RGB: (212,193,208)

Color info

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

RGB color model

#D4C1D0 color RGB value is (212,193,208).

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

RGB channels and saturation

R 212 of 255 = 83%
G 193 of 255 = 76%
B 208 of 255 = 82%

212
193
208

R + G + B ~ 80%. #D4C1D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 193 + 208 = 613 (100%)
R 212 of 613 ~ 34.58%
G 193 of 613 ~ 31.48%
B 208 of 613 ~ 33.93%

%34.58
%31.48
%33.93

CMYK color model

#D4C1D0 color CMYK value is (0,9,2,17).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 1.89%
  • key color value is 16.86%
CMYK:
(0,9,2,17)
C0M9Y2K17 
(0%,9%,2%,17%)
(0.00/0.09/0.02/0.17)	

CMYK percentages

%0
%8.96
%1.89
%16.86

Codes

Color #D4C1D0 in popluar color models

D4C1D0
RGB212193208
HSL313°18.10%79.41%
HSB/HSV313°8.96%83.14%
CMYK0.00%8.96%1.89%
16.86%

Color #D4C1D0 in popluar number systems.

HEXD4C1D0
Decimal212193208
Binary110101001100000111010000
Octal324301320

Shades and tints

Shades of #D4C1D0

#D4C1D0
(212,193,208)
#C1B0BE
(193,176,190)
#AE9FAC
(174,159,172)
#9B8E9A
(155,142,154)
#887D88
(136,125,136)
#756C76
(117,108,118)
#625B64
(98,91,100)
#4F4A52
(79,74,82)
#3C3940
(60,57,64)
#29282E
(41,40,46)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #D4C1D0

#D4C1D0
(212,193,208)
#D7C6D4
(215,198,212)
#DACBD8
(218,203,216)
#DDD0DC
(221,208,220)
#E0D5E0
(224,213,224)
#E3DAE4
(227,218,228)
#E6DFE8
(230,223,232)
#E9E4EC
(233,228,236)
#ECE9F0
(236,233,240)
#EFEEF4
(239,238,244)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C1D0; }

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

This text font color is #D4C1D0.


Background Color

.myBgColor { background-color: #D4C1D0; }

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

This div background color is #D4C1D0.


Border color

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

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

This div border color is #D4C1D0.


Opacity

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

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

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

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

This text has shadow with #D4C1D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C1D0 on black background.


Color preview on white background

This text has color #D4C1D0 on white background.



Black color preview on #D4C1D0 background

This text has black color on #D4C1D0 background.


White color preview on #D4C1D0 background

This text has white color on #D4C1D0 background.