COLOR #D4D3C7

HEX: #D4D3C7
RGB: (212,211,199)

Color info

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

RGB color model

#D4D3C7 color RGB value is (212,211,199).

  • red value is 212;
  • green value is 211;
  • blue value is 199.
RGB:
(212,211,199)
(83%,83%,78%)

RGB channels and saturation

R 212 of 255 = 83%
G 211 of 255 = 83%
B 199 of 255 = 78%

212
211
199

R + G + B ~ 81%. #D4D3C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 211 + 199 = 622 (100%)
R 212 of 622 ~ 34.08%
G 211 of 622 ~ 33.92%
B 199 of 622 ~ 31.99%

%34.08
%33.92
%31.99

CMYK color model

#D4D3C7 color CMYK value is (0,0,6,17).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 6.13%
  • key color value is 16.86%
CMYK:
(0,0,6,17)
C0M0Y6K17 
(0%,0%,6%,17%)
(0.00/0.00/0.06/0.17)	

CMYK percentages

%0
%0.47
%6.13
%16.86

Codes

Color #D4D3C7 in popluar color models

D4D3C7
RGB212211199
HSL55°13.13%80.59%
HSB/HSV55°6.13%83.14%
CMYK0.00%0.47%6.13%
16.86%

Color #D4D3C7 in popluar number systems.

HEXD4D3C7
Decimal212211199
Binary110101001101001111000111
Octal324323307

Shades and tints

Shades of #D4D3C7

#D4D3C7
(212,211,199)
#C1C0B5
(193,192,181)
#AEADA3
(174,173,163)
#9B9A91
(155,154,145)
#88877F
(136,135,127)
#75746D
(117,116,109)
#62615B
(98,97,91)
#4F4E49
(79,78,73)
#3C3B37
(60,59,55)
#292825
(41,40,37)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #D4D3C7

#D4D3C7
(212,211,199)
#D7D7CC
(215,215,204)
#DADBD1
(218,219,209)
#DDDFD6
(221,223,214)
#E0E3DB
(224,227,219)
#E3E7E0
(227,231,224)
#E6EBE5
(230,235,229)
#E9EFEA
(233,239,234)
#ECF3EF
(236,243,239)
#EFF7F4
(239,247,244)
#F2FBF9
(242,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D3C7 color. Also use rgb(212,211,199) instead hex code.

Text Font Color

.myTextColor { color: #D4D3C7; }

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

This text font color is #D4D3C7.


Background Color

.myBgColor { background-color: #D4D3C7; }

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

This div background color is #D4D3C7.


Border color

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

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

This div border color is #D4D3C7.


Opacity

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

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

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

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

This text has shadow with #D4D3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D3C7 on black background.


Color preview on white background

This text has color #D4D3C7 on white background.



Black color preview on #D4D3C7 background

This text has black color on #D4D3C7 background.


White color preview on #D4D3C7 background

This text has white color on #D4D3C7 background.