COLOR #D8CAC4

HEX: #D8CAC4
RGB: (216,202,196)

Color info

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

RGB color model

#D8CAC4 color RGB value is (216,202,196).

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

RGB channels and saturation

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

216
202
196

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

Portions of RGB colors in percentages

R + G + B =
216 + 202 + 196 = 614 (100%)
R 216 of 614 ~ 35.18%
G 202 of 614 ~ 32.9%
B 196 of 614 ~ 31.92%

%35.18
%32.9
%31.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.48%
  • yellow value is 9.26%
  • 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
%9.26
%15.29

Codes

Color #D8CAC4 in popluar color models

D8CAC4
RGB216202196
HSL18°20.41%80.78%
HSB/HSV18°9.26%84.71%
CMYK0.00%6.48%9.26%
15.29%

Color #D8CAC4 in popluar number systems.

HEXD8CAC4
Decimal216202196
Binary110110001100101011000100
Octal330312304

Shades and tints

Shades of #D8CAC4

#D8CAC4
(216,202,196)
#C5B8B3
(197,184,179)
#B2A6A2
(178,166,162)
#9F9491
(159,148,145)
#8C8280
(140,130,128)
#79706F
(121,112,111)
#665E5E
(102,94,94)
#534C4D
(83,76,77)
#403A3C
(64,58,60)
#2D282B
(45,40,43)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #D8CAC4

#D8CAC4
(216,202,196)
#DBCEC9
(219,206,201)
#DED2CE
(222,210,206)
#E1D6D3
(225,214,211)
#E4DAD8
(228,218,216)
#E7DEDD
(231,222,221)
#EAE2E2
(234,226,226)
#EDE6E7
(237,230,231)
#F0EAEC
(240,234,236)
#F3EEF1
(243,238,241)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CAC4; }

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

This text font color is #D8CAC4.


Background Color

.myBgColor { background-color: #D8CAC4; }

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

This div background color is #D8CAC4.


Border color

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

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

This div border color is #D8CAC4.


Opacity

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

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

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

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

This text has shadow with #D8CAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CAC4 on black background.


Color preview on white background

This text has color #D8CAC4 on white background.



Black color preview on #D8CAC4 background

This text has black color on #D8CAC4 background.


White color preview on #D8CAC4 background

This text has white color on #D8CAC4 background.