COLOR #D8CAC1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

216
202
193

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

Portions of RGB colors in percentages

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

%35.35
%33.06
%31.59

CMYK color model

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

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

CMYK percentages

%0
%6.48
%10.65
%15.29

Codes

Color #D8CAC1 in popluar color models

D8CAC1
RGB216202193
HSL23°22.77%80.20%
HSB/HSV23°10.65%84.71%
CMYK0.00%6.48%10.65%
15.29%

Color #D8CAC1 in popluar number systems.

HEXD8CAC1
Decimal216202193
Binary110110001100101011000001
Octal330312301

Shades and tints

Shades of #D8CAC1

#D8CAC1
(216,202,193)
#C5B8B0
(197,184,176)
#B2A69F
(178,166,159)
#9F948E
(159,148,142)
#8C827D
(140,130,125)
#79706C
(121,112,108)
#665E5B
(102,94,91)
#534C4A
(83,76,74)
#403A39
(64,58,57)
#2D2828
(45,40,40)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #D8CAC1

#D8CAC1
(216,202,193)
#DBCEC6
(219,206,198)
#DED2CB
(222,210,203)
#E1D6D0
(225,214,208)
#E4DAD5
(228,218,213)
#E7DEDA
(231,222,218)
#EAE2DF
(234,226,223)
#EDE6E4
(237,230,228)
#F0EAE9
(240,234,233)
#F3EEEE
(243,238,238)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CAC1; }

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

This text font color is #D8CAC1.


Background Color

.myBgColor { background-color: #D8CAC1; }

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

This div background color is #D8CAC1.


Border color

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

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

This div border color is #D8CAC1.


Opacity

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

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

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

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

This text has shadow with #D8CAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CAC1 on black background.


Color preview on white background

This text has color #D8CAC1 on white background.



Black color preview on #D8CAC1 background

This text has black color on #D8CAC1 background.


White color preview on #D8CAC1 background

This text has white color on #D8CAC1 background.