COLOR #D8C7D3

HEX: #D8C7D3
RGB: (216,199,211)

Color info

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

RGB color model

#D8C7D3 color RGB value is (216,199,211).

  • red value is 216;
  • green value is 199;
  • blue value is 211.
RGB:
(216,199,211)
(85%,78%,83%)

RGB channels and saturation

R 216 of 255 = 85%
G 199 of 255 = 78%
B 211 of 255 = 83%

216
199
211

R + G + B ~ 82%. #D8C7D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 199 + 211 = 626 (100%)
R 216 of 626 ~ 34.5%
G 199 of 626 ~ 31.79%
B 211 of 626 ~ 33.71%

%34.5
%31.79
%33.71

CMYK color model

#D8C7D3 color CMYK value is (0,8,2,15).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 2.31%
  • key color value is 15.29%
CMYK:
(0,8,2,15)
C0M8Y2K15 
(0%,8%,2%,15%)
(0.00/0.08/0.02/0.15)	

CMYK percentages

%0
%7.87
%2.31
%15.29

Codes

Color #D8C7D3 in popluar color models

D8C7D3
RGB216199211
HSL318°17.89%81.37%
HSB/HSV318°7.87%84.71%
CMYK0.00%7.87%2.31%
15.29%

Color #D8C7D3 in popluar number systems.

HEXD8C7D3
Decimal216199211
Binary110110001100011111010011
Octal330307323

Shades and tints

Shades of #D8C7D3

#D8C7D3
(216,199,211)
#C5B5C0
(197,181,192)
#B2A3AD
(178,163,173)
#9F919A
(159,145,154)
#8C7F87
(140,127,135)
#796D74
(121,109,116)
#665B61
(102,91,97)
#53494E
(83,73,78)
#40373B
(64,55,59)
#2D2528
(45,37,40)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #D8C7D3

#D8C7D3
(216,199,211)
#DBCCD7
(219,204,215)
#DED1DB
(222,209,219)
#E1D6DF
(225,214,223)
#E4DBE3
(228,219,227)
#E7E0E7
(231,224,231)
#EAE5EB
(234,229,235)
#EDEAEF
(237,234,239)
#F0EFF3
(240,239,243)
#F3F4F7
(243,244,247)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C7D3 color. Also use rgb(216,199,211) instead hex code.

Text Font Color

.myTextColor { color: #D8C7D3; }

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

This text font color is #D8C7D3.


Background Color

.myBgColor { background-color: #D8C7D3; }

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

This div background color is #D8C7D3.


Border color

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

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

This div border color is #D8C7D3.


Opacity

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

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

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

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

This text has shadow with #D8C7D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C7D3 on black background.


Color preview on white background

This text has color #D8C7D3 on white background.



Black color preview on #D8C7D3 background

This text has black color on #D8C7D3 background.


White color preview on #D8C7D3 background

This text has white color on #D8C7D3 background.