COLOR #D7D4CA

HEX: #D7D4CA
RGB: (215,212,202)

Color info

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

RGB color model

#D7D4CA color RGB value is (215,212,202).

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

RGB channels and saturation

R 215 of 255 = 84%
G 212 of 255 = 83%
B 202 of 255 = 79%

215
212
202

R + G + B ~ 82%. #D7D4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 212 + 202 = 629 (100%)
R 215 of 629 ~ 34.18%
G 212 of 629 ~ 33.7%
B 202 of 629 ~ 32.11%

%34.18
%33.7
%32.11

CMYK color model

#D7D4CA color CMYK value is (0,1,6,16).

  • cyan value is 0.00%
  • magenta value is 1.40%
  • yellow value is 6.05%
  • key color value is 15.69%
CMYK:
(0,1,6,16)
C0M1Y6K16 
(0%,1%,6%,16%)
(0.00/0.01/0.06/0.16)	

CMYK percentages

%0
%1.4
%6.05
%15.69

Codes

Color #D7D4CA in popluar color models

D7D4CA
RGB215212202
HSL46°13.98%81.76%
HSB/HSV46°6.05%84.31%
CMYK0.00%1.40%6.05%
15.69%

Color #D7D4CA in popluar number systems.

HEXD7D4CA
Decimal215212202
Binary110101111101010011001010
Octal327324312

Shades and tints

Shades of #D7D4CA

#D7D4CA
(215,212,202)
#C4C1B8
(196,193,184)
#B1AEA6
(177,174,166)
#9E9B94
(158,155,148)
#8B8882
(139,136,130)
#787570
(120,117,112)
#65625E
(101,98,94)
#524F4C
(82,79,76)
#3F3C3A
(63,60,58)
#2C2928
(44,41,40)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #D7D4CA

#D7D4CA
(215,212,202)
#DAD7CE
(218,215,206)
#DDDAD2
(221,218,210)
#E0DDD6
(224,221,214)
#E3E0DA
(227,224,218)
#E6E3DE
(230,227,222)
#E9E6E2
(233,230,226)
#ECE9E6
(236,233,230)
#EFECEA
(239,236,234)
#F2EFEE
(242,239,238)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D4CA; }

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

This text font color is #D7D4CA.


Background Color

.myBgColor { background-color: #D7D4CA; }

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

This div background color is #D7D4CA.


Border color

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

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

This div border color is #D7D4CA.


Opacity

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

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

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

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

This text has shadow with #D7D4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D4CA on black background.


Color preview on white background

This text has color #D7D4CA on white background.



Black color preview on #D7D4CA background

This text has black color on #D7D4CA background.


White color preview on #D7D4CA background

This text has white color on #D7D4CA background.