COLOR #D4DBC2

HEX: #D4DBC2
RGB: (212,219,194)

Color info

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

RGB color model

#D4DBC2 color RGB value is (212,219,194).

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

RGB channels and saturation

R 212 of 255 = 83%
G 219 of 255 = 86%
B 194 of 255 = 76%

212
219
194

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

Portions of RGB colors in percentages

R + G + B =
212 + 219 + 194 = 625 (100%)
R 212 of 625 ~ 33.92%
G 219 of 625 ~ 35.04%
B 194 of 625 ~ 31.04%

%33.92
%35.04
%31.04

CMYK color model

#D4DBC2 color CMYK value is (3,0,11,14).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 11.42%
  • key color value is 14.12%
CMYK:
(3,0,11,14)
C3M0Y11K14 
(3%,0%,11%,14%)
(0.03/0.00/0.11/0.14)	

CMYK percentages

%3.2
%0
%11.42
%14.12

Codes

Color #D4DBC2 in popluar color models

D4DBC2
RGB212219194
HSL77°25.77%80.98%
HSB/HSV77°11.42%85.88%
CMYK3.20%0.00%11.42%
14.12%

Color #D4DBC2 in popluar number systems.

HEXD4DBC2
Decimal212219194
Binary110101001101101111000010
Octal324333302

Shades and tints

Shades of #D4DBC2

#D4DBC2
(212,219,194)
#C1C8B1
(193,200,177)
#AEB5A0
(174,181,160)
#9BA28F
(155,162,143)
#888F7E
(136,143,126)
#757C6D
(117,124,109)
#62695C
(98,105,92)
#4F564B
(79,86,75)
#3C433A
(60,67,58)
#293029
(41,48,41)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #D4DBC2

#D4DBC2
(212,219,194)
#D7DEC7
(215,222,199)
#DAE1CC
(218,225,204)
#DDE4D1
(221,228,209)
#E0E7D6
(224,231,214)
#E3EADB
(227,234,219)
#E6EDE0
(230,237,224)
#E9F0E5
(233,240,229)
#ECF3EA
(236,243,234)
#EFF6EF
(239,246,239)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DBC2; }

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

This text font color is #D4DBC2.


Background Color

.myBgColor { background-color: #D4DBC2; }

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

This div background color is #D4DBC2.


Border color

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

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

This div border color is #D4DBC2.


Opacity

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

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

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

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

This text has shadow with #D4DBC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DBC2 on black background.


Color preview on white background

This text has color #D4DBC2 on white background.



Black color preview on #D4DBC2 background

This text has black color on #D4DBC2 background.


White color preview on #D4DBC2 background

This text has white color on #D4DBC2 background.