COLOR #D4D0B8

HEX: #D4D0B8
RGB: (212,208,184)

Color info

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

RGB color model

#D4D0B8 color RGB value is (212,208,184).

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

RGB channels and saturation

R 212 of 255 = 83%
G 208 of 255 = 82%
B 184 of 255 = 72%

212
208
184

R + G + B ~ 79%. #D4D0B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 208 + 184 = 604 (100%)
R 212 of 604 ~ 35.1%
G 208 of 604 ~ 34.44%
B 184 of 604 ~ 30.46%

%35.1
%34.44
%30.46

CMYK color model

#D4D0B8 color CMYK value is (0,2,13,17).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 13.21%
  • key color value is 16.86%
CMYK:
(0,2,13,17)
C0M2Y13K17 
(0%,2%,13%,17%)
(0.00/0.02/0.13/0.17)	

CMYK percentages

%0
%1.89
%13.21
%16.86

Codes

Color #D4D0B8 in popluar color models

D4D0B8
RGB212208184
HSL51°24.56%77.65%
HSB/HSV51°13.21%83.14%
CMYK0.00%1.89%13.21%
16.86%

Color #D4D0B8 in popluar number systems.

HEXD4D0B8
Decimal212208184
Binary110101001101000010111000
Octal324320270

Shades and tints

Shades of #D4D0B8

#D4D0B8
(212,208,184)
#C1BEA8
(193,190,168)
#AEAC98
(174,172,152)
#9B9A88
(155,154,136)
#888878
(136,136,120)
#757668
(117,118,104)
#626458
(98,100,88)
#4F5248
(79,82,72)
#3C4038
(60,64,56)
#292E28
(41,46,40)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #D4D0B8

#D4D0B8
(212,208,184)
#D7D4BE
(215,212,190)
#DAD8C4
(218,216,196)
#DDDCCA
(221,220,202)
#E0E0D0
(224,224,208)
#E3E4D6
(227,228,214)
#E6E8DC
(230,232,220)
#E9ECE2
(233,236,226)
#ECF0E8
(236,240,232)
#EFF4EE
(239,244,238)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D0B8; }

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

This text font color is #D4D0B8.


Background Color

.myBgColor { background-color: #D4D0B8; }

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

This div background color is #D4D0B8.


Border color

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

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

This div border color is #D4D0B8.


Opacity

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

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

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

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

This text has shadow with #D4D0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D0B8 on black background.


Color preview on white background

This text has color #D4D0B8 on white background.



Black color preview on #D4D0B8 background

This text has black color on #D4D0B8 background.


White color preview on #D4D0B8 background

This text has white color on #D4D0B8 background.