COLOR #D4D0CB

HEX: #D4D0CB
RGB: (212,208,203)

Color info

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

RGB color model

#D4D0CB color RGB value is (212,208,203).

  • red value is 212;
  • green value is 208;
  • blue value is 203.
RGB:
(212,208,203)
(83%,82%,80%)

RGB channels and saturation

R 212 of 255 = 83%
G 208 of 255 = 82%
B 203 of 255 = 80%

212
208
203

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

Portions of RGB colors in percentages

R + G + B =
212 + 208 + 203 = 623 (100%)
R 212 of 623 ~ 34.03%
G 208 of 623 ~ 33.39%
B 203 of 623 ~ 32.58%

%34.03
%33.39
%32.58

CMYK color model

#D4D0CB color CMYK value is (0,2,4,17).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 4.25%
  • key color value is 16.86%
CMYK:
(0,2,4,17)
C0M2Y4K17 
(0%,2%,4%,17%)
(0.00/0.02/0.04/0.17)	

CMYK percentages

%0
%1.89
%4.25
%16.86

Codes

Color #D4D0CB in popluar color models

D4D0CB
RGB212208203
HSL33°9.47%81.37%
HSB/HSV33°4.25%83.14%
CMYK0.00%1.89%4.25%
16.86%

Color #D4D0CB in popluar number systems.

HEXD4D0CB
Decimal212208203
Binary110101001101000011001011
Octal324320313

Shades and tints

Shades of #D4D0CB

#D4D0CB
(212,208,203)
#C1BEB9
(193,190,185)
#AEACA7
(174,172,167)
#9B9A95
(155,154,149)
#888883
(136,136,131)
#757671
(117,118,113)
#62645F
(98,100,95)
#4F524D
(79,82,77)
#3C403B
(60,64,59)
#292E29
(41,46,41)
#161C17
(22,28,23)
#000000
(0,0,0)

Tints of #D4D0CB

#D4D0CB
(212,208,203)
#D7D4CF
(215,212,207)
#DAD8D3
(218,216,211)
#DDDCD7
(221,220,215)
#E0E0DB
(224,224,219)
#E3E4DF
(227,228,223)
#E6E8E3
(230,232,227)
#E9ECE7
(233,236,231)
#ECF0EB
(236,240,235)
#EFF4EF
(239,244,239)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D0CB color. Also use rgb(212,208,203) instead hex code.

Text Font Color

.myTextColor { color: #D4D0CB; }

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

This text font color is #D4D0CB.


Background Color

.myBgColor { background-color: #D4D0CB; }

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

This div background color is #D4D0CB.


Border color

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

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

This div border color is #D4D0CB.


Opacity

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

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

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

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

This text has shadow with #D4D0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D0CB on black background.


Color preview on white background

This text has color #D4D0CB on white background.



Black color preview on #D4D0CB background

This text has black color on #D4D0CB background.


White color preview on #D4D0CB background

This text has white color on #D4D0CB background.