COLOR #D8C4B6

HEX: #D8C4B6
RGB: (216,196,182)

Color info

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

RGB color model

#D8C4B6 color RGB value is (216,196,182).

  • red value is 216;
  • green value is 196;
  • blue value is 182.
RGB:
(216,196,182)
(85%,77%,71%)

RGB channels and saturation

R 216 of 255 = 85%
G 196 of 255 = 77%
B 182 of 255 = 71%

216
196
182

R + G + B ~ 78%. #D8C4B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 196 + 182 = 594 (100%)
R 216 of 594 ~ 36.36%
G 196 of 594 ~ 33%
B 182 of 594 ~ 30.64%

%36.36
%33
%30.64

CMYK color model

#D8C4B6 color CMYK value is (0,9,16,15).

  • cyan value is 0.00%
  • magenta value is 9.26%
  • yellow value is 15.74%
  • key color value is 15.29%
CMYK:
(0,9,16,15)
C0M9Y16K15 
(0%,9%,16%,15%)
(0.00/0.09/0.16/0.15)	

CMYK percentages

%0
%9.26
%15.74
%15.29

Codes

Color #D8C4B6 in popluar color models

D8C4B6
RGB216196182
HSL25°30.36%78.04%
HSB/HSV25°15.74%84.71%
CMYK0.00%9.26%15.74%
15.29%

Color #D8C4B6 in popluar number systems.

HEXD8C4B6
Decimal216196182
Binary110110001100010010110110
Octal330304266

Shades and tints

Shades of #D8C4B6

#D8C4B6
(216,196,182)
#C5B3A6
(197,179,166)
#B2A296
(178,162,150)
#9F9186
(159,145,134)
#8C8076
(140,128,118)
#796F66
(121,111,102)
#665E56
(102,94,86)
#534D46
(83,77,70)
#403C36
(64,60,54)
#2D2B26
(45,43,38)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #D8C4B6

#D8C4B6
(216,196,182)
#DBC9BC
(219,201,188)
#DECEC2
(222,206,194)
#E1D3C8
(225,211,200)
#E4D8CE
(228,216,206)
#E7DDD4
(231,221,212)
#EAE2DA
(234,226,218)
#EDE7E0
(237,231,224)
#F0ECE6
(240,236,230)
#F3F1EC
(243,241,236)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C4B6 color. Also use rgb(216,196,182) instead hex code.

Text Font Color

.myTextColor { color: #D8C4B6; }

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

This text font color is #D8C4B6.


Background Color

.myBgColor { background-color: #D8C4B6; }

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

This div background color is #D8C4B6.


Border color

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

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

This div border color is #D8C4B6.


Opacity

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

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

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

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

This text has shadow with #D8C4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C4B6 on black background.


Color preview on white background

This text has color #D8C4B6 on white background.



Black color preview on #D8C4B6 background

This text has black color on #D8C4B6 background.


White color preview on #D8C4B6 background

This text has white color on #D8C4B6 background.