COLOR #D4C8CA

HEX: #D4C8CA
RGB: (212,200,202)

Color info

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

RGB color model

#D4C8CA color RGB value is (212,200,202).

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

RGB channels and saturation

R 212 of 255 = 83%
G 200 of 255 = 78%
B 202 of 255 = 79%

212
200
202

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

Portions of RGB colors in percentages

R + G + B =
212 + 200 + 202 = 614 (100%)
R 212 of 614 ~ 34.53%
G 200 of 614 ~ 32.57%
B 202 of 614 ~ 32.9%

%34.53
%32.57
%32.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 4.72%
  • key color value is 16.86%
CMYK:
(0,6,5,17)
C0M6Y5K17 
(0%,6%,5%,17%)
(0.00/0.06/0.05/0.17)	

CMYK percentages

%0
%5.66
%4.72
%16.86

Codes

Color #D4C8CA in popluar color models

D4C8CA
RGB212200202
HSL350°12.24%80.78%
HSB/HSV350°5.66%83.14%
CMYK0.00%5.66%4.72%
16.86%

Color #D4C8CA in popluar number systems.

HEXD4C8CA
Decimal212200202
Binary110101001100100011001010
Octal324310312

Shades and tints

Shades of #D4C8CA

#D4C8CA
(212,200,202)
#C1B6B8
(193,182,184)
#AEA4A6
(174,164,166)
#9B9294
(155,146,148)
#888082
(136,128,130)
#756E70
(117,110,112)
#625C5E
(98,92,94)
#4F4A4C
(79,74,76)
#3C383A
(60,56,58)
#292628
(41,38,40)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #D4C8CA

#D4C8CA
(212,200,202)
#D7CDCE
(215,205,206)
#DAD2D2
(218,210,210)
#DDD7D6
(221,215,214)
#E0DCDA
(224,220,218)
#E3E1DE
(227,225,222)
#E6E6E2
(230,230,226)
#E9EBE6
(233,235,230)
#ECF0EA
(236,240,234)
#EFF5EE
(239,245,238)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C8CA; }

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

This text font color is #D4C8CA.


Background Color

.myBgColor { background-color: #D4C8CA; }

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

This div background color is #D4C8CA.


Border color

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

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

This div border color is #D4C8CA.


Opacity

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

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

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

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

This text has shadow with #D4C8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C8CA on black background.


Color preview on white background

This text has color #D4C8CA on white background.



Black color preview on #D4C8CA background

This text has black color on #D4C8CA background.


White color preview on #D4C8CA background

This text has white color on #D4C8CA background.