COLOR #D4D3BC

HEX: #D4D3BC
RGB: (212,211,188)

Color info

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

RGB color model

#D4D3BC color RGB value is (212,211,188).

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

RGB channels and saturation

R 212 of 255 = 83%
G 211 of 255 = 83%
B 188 of 255 = 74%

212
211
188

R + G + B ~ 80%. #D4D3BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 211 + 188 = 611 (100%)
R 212 of 611 ~ 34.7%
G 211 of 611 ~ 34.53%
B 188 of 611 ~ 30.77%

%34.7
%34.53
%30.77

CMYK color model

#D4D3BC color CMYK value is (0,0,11,17).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 11.32%
  • key color value is 16.86%
CMYK:
(0,0,11,17)
C0M0Y11K17 
(0%,0%,11%,17%)
(0.00/0.00/0.11/0.17)	

CMYK percentages

%0
%0.47
%11.32
%16.86

Codes

Color #D4D3BC in popluar color models

D4D3BC
RGB212211188
HSL57°21.82%78.43%
HSB/HSV57°11.32%83.14%
CMYK0.00%0.47%11.32%
16.86%

Color #D4D3BC in popluar number systems.

HEXD4D3BC
Decimal212211188
Binary110101001101001110111100
Octal324323274

Shades and tints

Shades of #D4D3BC

#D4D3BC
(212,211,188)
#C1C0AB
(193,192,171)
#AEAD9A
(174,173,154)
#9B9A89
(155,154,137)
#888778
(136,135,120)
#757467
(117,116,103)
#626156
(98,97,86)
#4F4E45
(79,78,69)
#3C3B34
(60,59,52)
#292823
(41,40,35)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #D4D3BC

#D4D3BC
(212,211,188)
#D7D7C2
(215,215,194)
#DADBC8
(218,219,200)
#DDDFCE
(221,223,206)
#E0E3D4
(224,227,212)
#E3E7DA
(227,231,218)
#E6EBE0
(230,235,224)
#E9EFE6
(233,239,230)
#ECF3EC
(236,243,236)
#EFF7F2
(239,247,242)
#F2FBF8
(242,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D3BC; }

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

This text font color is #D4D3BC.


Background Color

.myBgColor { background-color: #D4D3BC; }

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

This div background color is #D4D3BC.


Border color

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

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

This div border color is #D4D3BC.


Opacity

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

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

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

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

This text has shadow with #D4D3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D3BC on black background.


Color preview on white background

This text has color #D4D3BC on white background.



Black color preview on #D4D3BC background

This text has black color on #D4D3BC background.


White color preview on #D4D3BC background

This text has white color on #D4D3BC background.