COLOR #D4C9D8

HEX: #D4C9D8
RGB: (212,201,216)

Color info

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

RGB color model

#D4C9D8 color RGB value is (212,201,216).

  • red value is 212;
  • green value is 201;
  • blue value is 216.
RGB:
(212,201,216)
(83%,79%,85%)

RGB channels and saturation

R 212 of 255 = 83%
G 201 of 255 = 79%
B 216 of 255 = 85%

212
201
216

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

Portions of RGB colors in percentages

R + G + B =
212 + 201 + 216 = 629 (100%)
R 212 of 629 ~ 33.7%
G 201 of 629 ~ 31.96%
B 216 of 629 ~ 34.34%

%33.7
%31.96
%34.34

CMYK color model

#D4C9D8 color CMYK value is (2,7,0,15).

  • cyan value is 1.85%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(2,7,0,15)
C2M7Y0K15 
(2%,7%,0%,15%)
(0.02/0.07/0.00/0.15)	

CMYK percentages

%1.85
%6.94
%0
%15.29

Codes

Color #D4C9D8 in popluar color models

D4C9D8
RGB212201216
HSL284°16.13%81.76%
HSB/HSV284°6.94%84.71%
CMYK1.85%6.94%0.00%
15.29%

Color #D4C9D8 in popluar number systems.

HEXD4C9D8
Decimal212201216
Binary110101001100100111011000
Octal324311330

Shades and tints

Shades of #D4C9D8

#D4C9D8
(212,201,216)
#C1B7C5
(193,183,197)
#AEA5B2
(174,165,178)
#9B939F
(155,147,159)
#88818C
(136,129,140)
#756F79
(117,111,121)
#625D66
(98,93,102)
#4F4B53
(79,75,83)
#3C3940
(60,57,64)
#29272D
(41,39,45)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #D4C9D8

#D4C9D8
(212,201,216)
#D7CDDB
(215,205,219)
#DAD1DE
(218,209,222)
#DDD5E1
(221,213,225)
#E0D9E4
(224,217,228)
#E3DDE7
(227,221,231)
#E6E1EA
(230,225,234)
#E9E5ED
(233,229,237)
#ECE9F0
(236,233,240)
#EFEDF3
(239,237,243)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C9D8 color. Also use rgb(212,201,216) instead hex code.

Text Font Color

.myTextColor { color: #D4C9D8; }

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

This text font color is #D4C9D8.


Background Color

.myBgColor { background-color: #D4C9D8; }

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

This div background color is #D4C9D8.


Border color

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

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

This div border color is #D4C9D8.


Opacity

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

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

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

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

This text has shadow with #D4C9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C9D8 on black background.


Color preview on white background

This text has color #D4C9D8 on white background.



Black color preview on #D4C9D8 background

This text has black color on #D4C9D8 background.


White color preview on #D4C9D8 background

This text has white color on #D4C9D8 background.