COLOR #D4CAC4

HEX: #D4CAC4
RGB: (212,202,196)

Color info

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

RGB color model

#D4CAC4 color RGB value is (212,202,196).

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

RGB channels and saturation

R 212 of 255 = 83%
G 202 of 255 = 79%
B 196 of 255 = 77%

212
202
196

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

Portions of RGB colors in percentages

R + G + B =
212 + 202 + 196 = 610 (100%)
R 212 of 610 ~ 34.75%
G 202 of 610 ~ 33.11%
B 196 of 610 ~ 32.13%

%34.75
%33.11
%32.13

CMYK color model

#D4CAC4 color CMYK value is (0,5,8,17).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 7.55%
  • key color value is 16.86%
CMYK:
(0,5,8,17)
C0M5Y8K17 
(0%,5%,8%,17%)
(0.00/0.05/0.08/0.17)	

CMYK percentages

%0
%4.72
%7.55
%16.86

Codes

Color #D4CAC4 in popluar color models

D4CAC4
RGB212202196
HSL22°15.69%80.00%
HSB/HSV22°7.55%83.14%
CMYK0.00%4.72%7.55%
16.86%

Color #D4CAC4 in popluar number systems.

HEXD4CAC4
Decimal212202196
Binary110101001100101011000100
Octal324312304

Shades and tints

Shades of #D4CAC4

#D4CAC4
(212,202,196)
#C1B8B3
(193,184,179)
#AEA6A2
(174,166,162)
#9B9491
(155,148,145)
#888280
(136,130,128)
#75706F
(117,112,111)
#625E5E
(98,94,94)
#4F4C4D
(79,76,77)
#3C3A3C
(60,58,60)
#29282B
(41,40,43)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #D4CAC4

#D4CAC4
(212,202,196)
#D7CEC9
(215,206,201)
#DAD2CE
(218,210,206)
#DDD6D3
(221,214,211)
#E0DAD8
(224,218,216)
#E3DEDD
(227,222,221)
#E6E2E2
(230,226,226)
#E9E6E7
(233,230,231)
#ECEAEC
(236,234,236)
#EFEEF1
(239,238,241)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CAC4; }

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

This text font color is #D4CAC4.


Background Color

.myBgColor { background-color: #D4CAC4; }

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

This div background color is #D4CAC4.


Border color

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

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

This div border color is #D4CAC4.


Opacity

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

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

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

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

This text has shadow with #D4CAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CAC4 on black background.


Color preview on white background

This text has color #D4CAC4 on white background.



Black color preview on #D4CAC4 background

This text has black color on #D4CAC4 background.


White color preview on #D4CAC4 background

This text has white color on #D4CAC4 background.