COLOR #D4DBC6

HEX: #D4DBC6
RGB: (212,219,198)

Color info

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

RGB color model

#D4DBC6 color RGB value is (212,219,198).

  • red value is 212;
  • green value is 219;
  • blue value is 198.
RGB:
(212,219,198)
(83%,86%,78%)

RGB channels and saturation

R 212 of 255 = 83%
G 219 of 255 = 86%
B 198 of 255 = 78%

212
219
198

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

Portions of RGB colors in percentages

R + G + B =
212 + 219 + 198 = 629 (100%)
R 212 of 629 ~ 33.7%
G 219 of 629 ~ 34.82%
B 198 of 629 ~ 31.48%

%33.7
%34.82
%31.48

CMYK color model

#D4DBC6 color CMYK value is (3,0,10,14).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 14.12%
CMYK:
(3,0,10,14)
C3M0Y10K14 
(3%,0%,10%,14%)
(0.03/0.00/0.10/0.14)	

CMYK percentages

%3.2
%0
%9.59
%14.12

Codes

Color #D4DBC6 in popluar color models

D4DBC6
RGB212219198
HSL80°22.58%81.76%
HSB/HSV80°9.59%85.88%
CMYK3.20%0.00%9.59%
14.12%

Color #D4DBC6 in popluar number systems.

HEXD4DBC6
Decimal212219198
Binary110101001101101111000110
Octal324333306

Shades and tints

Shades of #D4DBC6

#D4DBC6
(212,219,198)
#C1C8B4
(193,200,180)
#AEB5A2
(174,181,162)
#9BA290
(155,162,144)
#888F7E
(136,143,126)
#757C6C
(117,124,108)
#62695A
(98,105,90)
#4F5648
(79,86,72)
#3C4336
(60,67,54)
#293024
(41,48,36)
#161D12
(22,29,18)
#000000
(0,0,0)

Tints of #D4DBC6

#D4DBC6
(212,219,198)
#D7DECB
(215,222,203)
#DAE1D0
(218,225,208)
#DDE4D5
(221,228,213)
#E0E7DA
(224,231,218)
#E3EADF
(227,234,223)
#E6EDE4
(230,237,228)
#E9F0E9
(233,240,233)
#ECF3EE
(236,243,238)
#EFF6F3
(239,246,243)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DBC6 color. Also use rgb(212,219,198) instead hex code.

Text Font Color

.myTextColor { color: #D4DBC6; }

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

This text font color is #D4DBC6.


Background Color

.myBgColor { background-color: #D4DBC6; }

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

This div background color is #D4DBC6.


Border color

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

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

This div border color is #D4DBC6.


Opacity

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

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

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

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

This text has shadow with #D4DBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DBC6 on black background.


Color preview on white background

This text has color #D4DBC6 on white background.



Black color preview on #D4DBC6 background

This text has black color on #D4DBC6 background.


White color preview on #D4DBC6 background

This text has white color on #D4DBC6 background.