COLOR #D8CAC5

HEX: #D8CAC5
RGB: (216,202,197)

Color info

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

RGB color model

#D8CAC5 color RGB value is (216,202,197).

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

RGB channels and saturation

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

216
202
197

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

Portions of RGB colors in percentages

R + G + B =
216 + 202 + 197 = 615 (100%)
R 216 of 615 ~ 35.12%
G 202 of 615 ~ 32.85%
B 197 of 615 ~ 32.03%

%35.12
%32.85
%32.03

CMYK color model

#D8CAC5 color CMYK value is (0,6,9,15).

  • cyan value is 0.00%
  • magenta value is 6.48%
  • yellow value is 8.80%
  • key color value is 15.29%
CMYK:
(0,6,9,15)
C0M6Y9K15 
(0%,6%,9%,15%)
(0.00/0.06/0.09/0.15)	

CMYK percentages

%0
%6.48
%8.8
%15.29

Codes

Color #D8CAC5 in popluar color models

D8CAC5
RGB216202197
HSL16°19.59%80.98%
HSB/HSV16°8.80%84.71%
CMYK0.00%6.48%8.80%
15.29%

Color #D8CAC5 in popluar number systems.

HEXD8CAC5
Decimal216202197
Binary110110001100101011000101
Octal330312305

Shades and tints

Shades of #D8CAC5

#D8CAC5
(216,202,197)
#C5B8B4
(197,184,180)
#B2A6A3
(178,166,163)
#9F9492
(159,148,146)
#8C8281
(140,130,129)
#797070
(121,112,112)
#665E5F
(102,94,95)
#534C4E
(83,76,78)
#403A3D
(64,58,61)
#2D282C
(45,40,44)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #D8CAC5

#D8CAC5
(216,202,197)
#DBCECA
(219,206,202)
#DED2CF
(222,210,207)
#E1D6D4
(225,214,212)
#E4DAD9
(228,218,217)
#E7DEDE
(231,222,222)
#EAE2E3
(234,226,227)
#EDE6E8
(237,230,232)
#F0EAED
(240,234,237)
#F3EEF2
(243,238,242)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CAC5; }

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

This text font color is #D8CAC5.


Background Color

.myBgColor { background-color: #D8CAC5; }

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

This div background color is #D8CAC5.


Border color

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

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

This div border color is #D8CAC5.


Opacity

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

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

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

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

This text has shadow with #D8CAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CAC5 on black background.


Color preview on white background

This text has color #D8CAC5 on white background.



Black color preview on #D8CAC5 background

This text has black color on #D8CAC5 background.


White color preview on #D8CAC5 background

This text has white color on #D8CAC5 background.