COLOR #D4C9CA

HEX: #D4C9CA
RGB: (212,201,202)

Color info

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

RGB color model

#D4C9CA color RGB value is (212,201,202).

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

RGB channels and saturation

R 212 of 255 = 83%
G 201 of 255 = 79%
B 202 of 255 = 79%

212
201
202

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

Portions of RGB colors in percentages

R + G + B =
212 + 201 + 202 = 615 (100%)
R 212 of 615 ~ 34.47%
G 201 of 615 ~ 32.68%
B 202 of 615 ~ 32.85%

%34.47
%32.68
%32.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 4.72%
  • key color value is 16.86%
CMYK:
(0,5,5,17)
C0M5Y5K17 
(0%,5%,5%,17%)
(0.00/0.05/0.05/0.17)	

CMYK percentages

%0
%5.19
%4.72
%16.86

Codes

Color #D4C9CA in popluar color models

D4C9CA
RGB212201202
HSL355°11.34%80.98%
HSB/HSV355°5.19%83.14%
CMYK0.00%5.19%4.72%
16.86%

Color #D4C9CA in popluar number systems.

HEXD4C9CA
Decimal212201202
Binary110101001100100111001010
Octal324311312

Shades and tints

Shades of #D4C9CA

#D4C9CA
(212,201,202)
#C1B7B8
(193,183,184)
#AEA5A6
(174,165,166)
#9B9394
(155,147,148)
#888182
(136,129,130)
#756F70
(117,111,112)
#625D5E
(98,93,94)
#4F4B4C
(79,75,76)
#3C393A
(60,57,58)
#292728
(41,39,40)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #D4C9CA

#D4C9CA
(212,201,202)
#D7CDCE
(215,205,206)
#DAD1D2
(218,209,210)
#DDD5D6
(221,213,214)
#E0D9DA
(224,217,218)
#E3DDDE
(227,221,222)
#E6E1E2
(230,225,226)
#E9E5E6
(233,229,230)
#ECE9EA
(236,233,234)
#EFEDEE
(239,237,238)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C9CA; }

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

This text font color is #D4C9CA.


Background Color

.myBgColor { background-color: #D4C9CA; }

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

This div background color is #D4C9CA.


Border color

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

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

This div border color is #D4C9CA.


Opacity

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

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

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

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

This text has shadow with #D4C9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C9CA on black background.


Color preview on white background

This text has color #D4C9CA on white background.



Black color preview on #D4C9CA background

This text has black color on #D4C9CA background.


White color preview on #D4C9CA background

This text has white color on #D4C9CA background.