COLOR #D8C5C9

HEX: #D8C5C9
RGB: (216,197,201)

Color info

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

RGB color model

#D8C5C9 color RGB value is (216,197,201).

  • red value is 216;
  • green value is 197;
  • blue value is 201.
RGB:
(216,197,201)
(85%,77%,79%)

RGB channels and saturation

R 216 of 255 = 85%
G 197 of 255 = 77%
B 201 of 255 = 79%

216
197
201

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

Portions of RGB colors in percentages

R + G + B =
216 + 197 + 201 = 614 (100%)
R 216 of 614 ~ 35.18%
G 197 of 614 ~ 32.08%
B 201 of 614 ~ 32.74%

%35.18
%32.08
%32.74

CMYK color model

#D8C5C9 color CMYK value is (0,9,7,15).

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 6.94%
  • key color value is 15.29%
CMYK:
(0,9,7,15)
C0M9Y7K15 
(0%,9%,7%,15%)
(0.00/0.09/0.07/0.15)	

CMYK percentages

%0
%8.8
%6.94
%15.29

Codes

Color #D8C5C9 in popluar color models

D8C5C9
RGB216197201
HSL347°19.59%80.98%
HSB/HSV347°8.80%84.71%
CMYK0.00%8.80%6.94%
15.29%

Color #D8C5C9 in popluar number systems.

HEXD8C5C9
Decimal216197201
Binary110110001100010111001001
Octal330305311

Shades and tints

Shades of #D8C5C9

#D8C5C9
(216,197,201)
#C5B4B7
(197,180,183)
#B2A3A5
(178,163,165)
#9F9293
(159,146,147)
#8C8181
(140,129,129)
#79706F
(121,112,111)
#665F5D
(102,95,93)
#534E4B
(83,78,75)
#403D39
(64,61,57)
#2D2C27
(45,44,39)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #D8C5C9

#D8C5C9
(216,197,201)
#DBCACD
(219,202,205)
#DECFD1
(222,207,209)
#E1D4D5
(225,212,213)
#E4D9D9
(228,217,217)
#E7DEDD
(231,222,221)
#EAE3E1
(234,227,225)
#EDE8E5
(237,232,229)
#F0EDE9
(240,237,233)
#F3F2ED
(243,242,237)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C5C9 color. Also use rgb(216,197,201) instead hex code.

Text Font Color

.myTextColor { color: #D8C5C9; }

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

This text font color is #D8C5C9.


Background Color

.myBgColor { background-color: #D8C5C9; }

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

This div background color is #D8C5C9.


Border color

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

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

This div border color is #D8C5C9.


Opacity

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

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

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

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

This text has shadow with #D8C5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C5C9 on black background.


Color preview on white background

This text has color #D8C5C9 on white background.



Black color preview on #D8C5C9 background

This text has black color on #D8C5C9 background.


White color preview on #D8C5C9 background

This text has white color on #D8C5C9 background.