COLOR #D4C1CA

HEX: #D4C1CA
RGB: (212,193,202)

Color info

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

RGB color model

#D4C1CA color RGB value is (212,193,202).

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

RGB channels and saturation

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

212
193
202

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

Portions of RGB colors in percentages

R + G + B =
212 + 193 + 202 = 607 (100%)
R 212 of 607 ~ 34.93%
G 193 of 607 ~ 31.8%
B 202 of 607 ~ 33.28%

%34.93
%31.8
%33.28

CMYK color model

#D4C1CA color CMYK value is (0,9,5,17).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 4.72%
  • key color value is 16.86%
CMYK:
(0,9,5,17)
C0M9Y5K17 
(0%,9%,5%,17%)
(0.00/0.09/0.05/0.17)	

CMYK percentages

%0
%8.96
%4.72
%16.86

Codes

Color #D4C1CA in popluar color models

D4C1CA
RGB212193202
HSL332°18.10%79.41%
HSB/HSV332°8.96%83.14%
CMYK0.00%8.96%4.72%
16.86%

Color #D4C1CA in popluar number systems.

HEXD4C1CA
Decimal212193202
Binary110101001100000111001010
Octal324301312

Shades and tints

Shades of #D4C1CA

#D4C1CA
(212,193,202)
#C1B0B8
(193,176,184)
#AE9FA6
(174,159,166)
#9B8E94
(155,142,148)
#887D82
(136,125,130)
#756C70
(117,108,112)
#625B5E
(98,91,94)
#4F4A4C
(79,74,76)
#3C393A
(60,57,58)
#292828
(41,40,40)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #D4C1CA

#D4C1CA
(212,193,202)
#D7C6CE
(215,198,206)
#DACBD2
(218,203,210)
#DDD0D6
(221,208,214)
#E0D5DA
(224,213,218)
#E3DADE
(227,218,222)
#E6DFE2
(230,223,226)
#E9E4E6
(233,228,230)
#ECE9EA
(236,233,234)
#EFEEEE
(239,238,238)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C1CA; }

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

This text font color is #D4C1CA.


Background Color

.myBgColor { background-color: #D4C1CA; }

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

This div background color is #D4C1CA.


Border color

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

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

This div border color is #D4C1CA.


Opacity

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

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

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

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

This text has shadow with #D4C1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C1CA on black background.


Color preview on white background

This text has color #D4C1CA on white background.



Black color preview on #D4C1CA background

This text has black color on #D4C1CA background.


White color preview on #D4C1CA background

This text has white color on #D4C1CA background.