COLOR #D4D0BC

HEX: #D4D0BC
RGB: (212,208,188)

Color info

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

RGB color model

#D4D0BC color RGB value is (212,208,188).

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

RGB channels and saturation

R 212 of 255 = 83%
G 208 of 255 = 82%
B 188 of 255 = 74%

212
208
188

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

Portions of RGB colors in percentages

R + G + B =
212 + 208 + 188 = 608 (100%)
R 212 of 608 ~ 34.87%
G 208 of 608 ~ 34.21%
B 188 of 608 ~ 30.92%

%34.87
%34.21
%30.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 11.32%
  • key color value is 16.86%
CMYK:
(0,2,11,17)
C0M2Y11K17 
(0%,2%,11%,17%)
(0.00/0.02/0.11/0.17)	

CMYK percentages

%0
%1.89
%11.32
%16.86

Codes

Color #D4D0BC in popluar color models

D4D0BC
RGB212208188
HSL50°21.82%78.43%
HSB/HSV50°11.32%83.14%
CMYK0.00%1.89%11.32%
16.86%

Color #D4D0BC in popluar number systems.

HEXD4D0BC
Decimal212208188
Binary110101001101000010111100
Octal324320274

Shades and tints

Shades of #D4D0BC

#D4D0BC
(212,208,188)
#C1BEAB
(193,190,171)
#AEAC9A
(174,172,154)
#9B9A89
(155,154,137)
#888878
(136,136,120)
#757667
(117,118,103)
#626456
(98,100,86)
#4F5245
(79,82,69)
#3C4034
(60,64,52)
#292E23
(41,46,35)
#161C12
(22,28,18)
#000000
(0,0,0)

Tints of #D4D0BC

#D4D0BC
(212,208,188)
#D7D4C2
(215,212,194)
#DAD8C8
(218,216,200)
#DDDCCE
(221,220,206)
#E0E0D4
(224,224,212)
#E3E4DA
(227,228,218)
#E6E8E0
(230,232,224)
#E9ECE6
(233,236,230)
#ECF0EC
(236,240,236)
#EFF4F2
(239,244,242)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D0BC; }

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

This text font color is #D4D0BC.


Background Color

.myBgColor { background-color: #D4D0BC; }

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

This div background color is #D4D0BC.


Border color

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

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

This div border color is #D4D0BC.


Opacity

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

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

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

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

This text has shadow with #D4D0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D0BC on black background.


Color preview on white background

This text has color #D4D0BC on white background.



Black color preview on #D4D0BC background

This text has black color on #D4D0BC background.


White color preview on #D4D0BC background

This text has white color on #D4D0BC background.