COLOR #D8C1CA

HEX: #D8C1CA
RGB: (216,193,202)

Color info

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

RGB color model

#D8C1CA color RGB value is (216,193,202).

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

RGB channels and saturation

R 216 of 255 = 85%
G 193 of 255 = 76%
B 202 of 255 = 79%

216
193
202

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

Portions of RGB colors in percentages

R + G + B =
216 + 193 + 202 = 611 (100%)
R 216 of 611 ~ 35.35%
G 193 of 611 ~ 31.59%
B 202 of 611 ~ 33.06%

%35.35
%31.59
%33.06

CMYK color model

#D8C1CA color CMYK value is (0,11,6,15).

  • cyan value is 0.00%
  • magenta value is 10.65%
  • yellow value is 6.48%
  • key color value is 15.29%
CMYK:
(0,11,6,15)
C0M11Y6K15 
(0%,11%,6%,15%)
(0.00/0.11/0.06/0.15)	

CMYK percentages

%0
%10.65
%6.48
%15.29

Codes

Color #D8C1CA in popluar color models

D8C1CA
RGB216193202
HSL337°22.77%80.20%
HSB/HSV337°10.65%84.71%
CMYK0.00%10.65%6.48%
15.29%

Color #D8C1CA in popluar number systems.

HEXD8C1CA
Decimal216193202
Binary110110001100000111001010
Octal330301312

Shades and tints

Shades of #D8C1CA

#D8C1CA
(216,193,202)
#C5B0B8
(197,176,184)
#B29FA6
(178,159,166)
#9F8E94
(159,142,148)
#8C7D82
(140,125,130)
#796C70
(121,108,112)
#665B5E
(102,91,94)
#534A4C
(83,74,76)
#40393A
(64,57,58)
#2D2828
(45,40,40)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #D8C1CA

#D8C1CA
(216,193,202)
#DBC6CE
(219,198,206)
#DECBD2
(222,203,210)
#E1D0D6
(225,208,214)
#E4D5DA
(228,213,218)
#E7DADE
(231,218,222)
#EADFE2
(234,223,226)
#EDE4E6
(237,228,230)
#F0E9EA
(240,233,234)
#F3EEEE
(243,238,238)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C1CA; }

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

This text font color is #D8C1CA.


Background Color

.myBgColor { background-color: #D8C1CA; }

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

This div background color is #D8C1CA.


Border color

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

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

This div border color is #D8C1CA.


Opacity

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

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

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

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

This text has shadow with #D8C1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C1CA on black background.


Color preview on white background

This text has color #D8C1CA on white background.



Black color preview on #D8C1CA background

This text has black color on #D8C1CA background.


White color preview on #D8C1CA background

This text has white color on #D8C1CA background.