COLOR #D4C3CA

HEX: #D4C3CA
RGB: (212,195,202)

Color info

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

RGB color model

#D4C3CA color RGB value is (212,195,202).

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

RGB channels and saturation

R 212 of 255 = 83%
G 195 of 255 = 76%
B 202 of 255 = 79%

212
195
202

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

Portions of RGB colors in percentages

R + G + B =
212 + 195 + 202 = 609 (100%)
R 212 of 609 ~ 34.81%
G 195 of 609 ~ 32.02%
B 202 of 609 ~ 33.17%

%34.81
%32.02
%33.17

CMYK color model

#D4C3CA color CMYK value is (0,8,5,17).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 4.72%
  • key color value is 16.86%
CMYK:
(0,8,5,17)
C0M8Y5K17 
(0%,8%,5%,17%)
(0.00/0.08/0.05/0.17)	

CMYK percentages

%0
%8.02
%4.72
%16.86

Codes

Color #D4C3CA in popluar color models

D4C3CA
RGB212195202
HSL335°16.50%79.80%
HSB/HSV335°8.02%83.14%
CMYK0.00%8.02%4.72%
16.86%

Color #D4C3CA in popluar number systems.

HEXD4C3CA
Decimal212195202
Binary110101001100001111001010
Octal324303312

Shades and tints

Shades of #D4C3CA

#D4C3CA
(212,195,202)
#C1B2B8
(193,178,184)
#AEA1A6
(174,161,166)
#9B9094
(155,144,148)
#887F82
(136,127,130)
#756E70
(117,110,112)
#625D5E
(98,93,94)
#4F4C4C
(79,76,76)
#3C3B3A
(60,59,58)
#292A28
(41,42,40)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #D4C3CA

#D4C3CA
(212,195,202)
#D7C8CE
(215,200,206)
#DACDD2
(218,205,210)
#DDD2D6
(221,210,214)
#E0D7DA
(224,215,218)
#E3DCDE
(227,220,222)
#E6E1E2
(230,225,226)
#E9E6E6
(233,230,230)
#ECEBEA
(236,235,234)
#EFF0EE
(239,240,238)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C3CA; }

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

This text font color is #D4C3CA.


Background Color

.myBgColor { background-color: #D4C3CA; }

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

This div background color is #D4C3CA.


Border color

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

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

This div border color is #D4C3CA.


Opacity

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

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

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

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

This text has shadow with #D4C3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C3CA on black background.


Color preview on white background

This text has color #D4C3CA on white background.



Black color preview on #D4C3CA background

This text has black color on #D4C3CA background.


White color preview on #D4C3CA background

This text has white color on #D4C3CA background.