COLOR #D9C8B8

HEX: #D9C8B8
RGB: (217,200,184)

Color info

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

RGB color model

#D9C8B8 color RGB value is (217,200,184).

  • red value is 217;
  • green value is 200;
  • blue value is 184.
RGB:
(217,200,184)
(85%,78%,72%)

RGB channels and saturation

R 217 of 255 = 85%
G 200 of 255 = 78%
B 184 of 255 = 72%

217
200
184

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

Portions of RGB colors in percentages

R + G + B =
217 + 200 + 184 = 601 (100%)
R 217 of 601 ~ 36.11%
G 200 of 601 ~ 33.28%
B 184 of 601 ~ 30.62%

%36.11
%33.28
%30.62

CMYK color model

#D9C8B8 color CMYK value is (0,8,15,15).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 15.21%
  • key color value is 14.90%
CMYK:
(0,8,15,15)
C0M8Y15K15 
(0%,8%,15%,15%)
(0.00/0.08/0.15/0.15)	

CMYK percentages

%0
%7.83
%15.21
%14.9

Codes

Color #D9C8B8 in popluar color models

D9C8B8
RGB217200184
HSL29°30.28%78.63%
HSB/HSV29°15.21%85.10%
CMYK0.00%7.83%15.21%
14.90%

Color #D9C8B8 in popluar number systems.

HEXD9C8B8
Decimal217200184
Binary110110011100100010111000
Octal331310270

Shades and tints

Shades of #D9C8B8

#D9C8B8
(217,200,184)
#C6B6A8
(198,182,168)
#B3A498
(179,164,152)
#A09288
(160,146,136)
#8D8078
(141,128,120)
#7A6E68
(122,110,104)
#675C58
(103,92,88)
#544A48
(84,74,72)
#413838
(65,56,56)
#2E2628
(46,38,40)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #D9C8B8

#D9C8B8
(217,200,184)
#DCCDBE
(220,205,190)
#DFD2C4
(223,210,196)
#E2D7CA
(226,215,202)
#E5DCD0
(229,220,208)
#E8E1D6
(232,225,214)
#EBE6DC
(235,230,220)
#EEEBE2
(238,235,226)
#F1F0E8
(241,240,232)
#F4F5EE
(244,245,238)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C8B8 color. Also use rgb(217,200,184) instead hex code.

Text Font Color

.myTextColor { color: #D9C8B8; }

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

This text font color is #D9C8B8.


Background Color

.myBgColor { background-color: #D9C8B8; }

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

This div background color is #D9C8B8.


Border color

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

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

This div border color is #D9C8B8.


Opacity

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

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

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

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

This text has shadow with #D9C8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C8B8 on black background.


Color preview on white background

This text has color #D9C8B8 on white background.



Black color preview on #D9C8B8 background

This text has black color on #D9C8B8 background.


White color preview on #D9C8B8 background

This text has white color on #D9C8B8 background.