COLOR #D9C6B2

HEX: #D9C6B2
RGB: (217,198,178)

Color info

#D9C6B2 contains red, green and blue colors in about the same proportion. Web safe color of #D9C6B2 is #CCCC99 (or #CC9).

RGB color model

#D9C6B2 color RGB value is (217,198,178).

  • red value is 217;
  • green value is 198;
  • blue value is 178.
RGB:
(217,198,178)
(85%,78%,70%)

RGB channels and saturation

R 217 of 255 = 85%
G 198 of 255 = 78%
B 178 of 255 = 70%

217
198
178

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

Portions of RGB colors in percentages

R + G + B =
217 + 198 + 178 = 593 (100%)
R 217 of 593 ~ 36.59%
G 198 of 593 ~ 33.39%
B 178 of 593 ~ 30.02%

%36.59
%33.39
%30.02

CMYK color model

#D9C6B2 color CMYK value is (0,9,18,15).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 17.97%
  • key color value is 14.90%
CMYK:
(0,9,18,15)
C0M9Y18K15 
(0%,9%,18%,15%)
(0.00/0.09/0.18/0.15)	

CMYK percentages

%0
%8.76
%17.97
%14.9

Codes

Color #D9C6B2 in popluar color models

D9C6B2
RGB217198178
HSL31°33.91%77.45%
HSB/HSV31°17.97%85.10%
CMYK0.00%8.76%17.97%
14.90%

Color #D9C6B2 in popluar number systems.

HEXD9C6B2
Decimal217198178
Binary110110011100011010110010
Octal331306262

Shades and tints

Shades of #D9C6B2

#D9C6B2
(217,198,178)
#C6B4A2
(198,180,162)
#B3A292
(179,162,146)
#A09082
(160,144,130)
#8D7E72
(141,126,114)
#7A6C62
(122,108,98)
#675A52
(103,90,82)
#544842
(84,72,66)
#413632
(65,54,50)
#2E2422
(46,36,34)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #D9C6B2

#D9C6B2
(217,198,178)
#DCCBB9
(220,203,185)
#DFD0C0
(223,208,192)
#E2D5C7
(226,213,199)
#E5DACE
(229,218,206)
#E8DFD5
(232,223,213)
#EBE4DC
(235,228,220)
#EEE9E3
(238,233,227)
#F1EEEA
(241,238,234)
#F4F3F1
(244,243,241)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C6B2 color. Also use rgb(217,198,178) instead hex code.

Text Font Color

.myTextColor { color: #D9C6B2; }

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

This text font color is #D9C6B2.


Background Color

.myBgColor { background-color: #D9C6B2; }

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

This div background color is #D9C6B2.


Border color

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

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

This div border color is #D9C6B2.


Opacity

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

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

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

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

This text has shadow with #D9C6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C6B2 on black background.


Color preview on white background

This text has color #D9C6B2 on white background.



Black color preview on #D9C6B2 background

This text has black color on #D9C6B2 background.


White color preview on #D9C6B2 background

This text has white color on #D9C6B2 background.