COLOR #D9C7BB

HEX: #D9C7BB RGB: (217,199,187)

Color info

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

RGB color model

#D9C7BB color RGB value is (217,199,187).

RGB: (217,199,187) (85%, 78%, 73%)

RGB channels and saturation

R 217 of 255 = 85%
G 199 of 255 = 78%
B 187 of 255 = 73%

217
199
187

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

Portions of RGB colors in percentages

R + G + B = 217 + 199 + 187 = 603 (100%)
R 217 of 603 ~ 35.99%
G 199 of 603 ~ 33%
B 187 of 603 ~ 31.01'%

%35.99
%33
%31.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.29%
  • yellow value is 13.82%
  • key color value is 14.90%

CMYK: (0,8,14,15)
C0M8Y14K15 (0%, 8%, 14%, 15%)
(0.00 / 0.08 / 0.14 / 0.15)

CMYK percentages

%0
%8.29
%13.82
%14.9

Codes

Color #D9C7BB in popluar color models

D9 C7 BB
RGB 217 199 187
HSL 24° 28.30% 79.22%
HSB/HSV 24° 13.82% 85.10%
CMYK 0.00% 8.29% 13.82%
14.90%

Color #D9C7BB in popluar number systems.

HEX D9 C7 BB
Decimal 217 199 187
Binary 11011001 11000111 10111011
Octal 331 307 273

Shades and tints

Shades of #D9C7BB

#D9C7BB
(217,199,187)
#C6B5AA
(198,181,170)
#B3A399
(179,163,153)
#A09188
(160,145,136)
#8D7F77
(141,127,119)
#7A6D66
(122,109,102)
#675B55
(103,91,85)
#544944
(84,73,68)
#413733
(65,55,51)
#2E2522
(46,37,34)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #D9C7BB

#D9C7BB
(217,199,187)
#DCCCC1
(220,204,193)
#DFD1C7
(223,209,199)
#E2D6CD
(226,214,205)
#E5DBD3
(229,219,211)
#E8E0D9
(232,224,217)
#EBE5DF
(235,229,223)
#EEEAE5
(238,234,229)
#F1EFEB
(241,239,235)
#F4F4F1
(244,244,241)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C7BB color. Also use rgb(217,199,187) instead hex code.

Text Font Color

.myTextColor { color: #D9C7BB; }

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

This text font color is #D9C7BB.

Background Color

.myBgColor { background-color: #D9C7BB; }

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

This div background color is #D9C7BB.

Border color

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

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

This div border color is #D9C7BB.

Opacity

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

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

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

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

This text has shadow with #D9C7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C7BB.

Preview

Color preview on black background

This text has color #D9C7BB on black background.


Color preview on white background

This text has color #D9C7BB on white background.


Black color preview on #D9C7BB background

This text has black color on #D9C7BB background.


White color preview on #D9C7BB background

This text has white color on #D9C7BB background.


Related colors

Complementary color

Complementary color for #hex is #263844.


I love getcolorcode.com

Triadic colors

1 #BBD9C7 and #C7BBD9 with #D9C7BB are triadic colors.

2 #BBC7D9 and #C7D9BB with #D9C7BB are triadic colors.