COLOR #D8C2C5

HEX: #D8C2C5
RGB: (216,194,197)

Color info

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

RGB color model

#D8C2C5 color RGB value is (216,194,197).

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

RGB channels and saturation

R 216 of 255 = 85%
G 194 of 255 = 76%
B 197 of 255 = 77%

216
194
197

R + G + B ~ 79%. #D8C2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 194 + 197 = 607 (100%)
R 216 of 607 ~ 35.58%
G 194 of 607 ~ 31.96%
B 197 of 607 ~ 32.45%

%35.58
%31.96
%32.45

CMYK color model

#D8C2C5 color CMYK value is (0,10,9,15).

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 8.80%
  • key color value is 15.29%
CMYK:
(0,10,9,15)
C0M10Y9K15 
(0%,10%,9%,15%)
(0.00/0.10/0.09/0.15)	

CMYK percentages

%0
%10.19
%8.8
%15.29

Codes

Color #D8C2C5 in popluar color models

D8C2C5
RGB216194197
HSL352°22.00%80.39%
HSB/HSV352°10.19%84.71%
CMYK0.00%10.19%8.80%
15.29%

Color #D8C2C5 in popluar number systems.

HEXD8C2C5
Decimal216194197
Binary110110001100001011000101
Octal330302305

Shades and tints

Shades of #D8C2C5

#D8C2C5
(216,194,197)
#C5B1B4
(197,177,180)
#B2A0A3
(178,160,163)
#9F8F92
(159,143,146)
#8C7E81
(140,126,129)
#796D70
(121,109,112)
#665C5F
(102,92,95)
#534B4E
(83,75,78)
#403A3D
(64,58,61)
#2D292C
(45,41,44)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #D8C2C5

#D8C2C5
(216,194,197)
#DBC7CA
(219,199,202)
#DECCCF
(222,204,207)
#E1D1D4
(225,209,212)
#E4D6D9
(228,214,217)
#E7DBDE
(231,219,222)
#EAE0E3
(234,224,227)
#EDE5E8
(237,229,232)
#F0EAED
(240,234,237)
#F3EFF2
(243,239,242)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8C2C5; }

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

This text font color is #D8C2C5.


Background Color

.myBgColor { background-color: #D8C2C5; }

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

This div background color is #D8C2C5.


Border color

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

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

This div border color is #D8C2C5.


Opacity

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

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

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

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

This text has shadow with #D8C2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C2C5 on black background.


Color preview on white background

This text has color #D8C2C5 on white background.



Black color preview on #D8C2C5 background

This text has black color on #D8C2C5 background.


White color preview on #D8C2C5 background

This text has white color on #D8C2C5 background.