COLOR #D9C6BC

HEX: #D9C6BC RGB: (217,198,188)

Color info

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

RGB color model

#D9C6BC color RGB value is (217,198,188).

RGB: (217,198,188) (85%, 78%, 74%)

RGB channels and saturation

R 217 of 255 = 85%
G 198 of 255 = 78%
B 188 of 255 = 74%

217
198
188

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

Portions of RGB colors in percentages

R + G + B = 217 + 198 + 188 = 603 (100%)
R 217 of 603 ~ 35.99%
G 198 of 603 ~ 32.84%
B 188 of 603 ~ 31.18'%

%35.99
%32.84
%31.18

CMYK color model

#D9C6BC color CMYK value is (0,9,13,15).

  • cyan value is 0.00%
  • magenta value is 8.76%
  • yellow value is 13.36%
  • key color value is 14.90%
CMYK: (0,9,13,15) C0M9Y13K15 (0%,9%,13%,15%) (0.00/0.09/0.13/0.15) 

CMYK percentages

%0
%8.76
%13.36
%14.9

Codes

Color #D9C6BC in popluar color models

D9 C6 BC
RGB 217 198 188
HSL 21° 27.62% 79.41%
HSB/HSV 21° 13.36% 85.10%
CMYK 0.00% 8.76% 13.36%
14.90%

Color #D9C6BC in popluar number systems.

HEX D9 C6 BC
Decimal 217 198 188
Binary 11011001 11000110 10111100
Octal 331 306 274

Shades and tints

Shades of #D9C6BC

#D9C6BC
(217,198,188)
#C6B4AB
(198,180,171)
#B3A29A
(179,162,154)
#A09089
(160,144,137)
#8D7E78
(141,126,120)
#7A6C67
(122,108,103)
#675A56
(103,90,86)
#544845
(84,72,69)
#413634
(65,54,52)
#2E2423
(46,36,35)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #D9C6BC

#D9C6BC
(217,198,188)
#DCCBC2
(220,203,194)
#DFD0C8
(223,208,200)
#E2D5CE
(226,213,206)
#E5DAD4
(229,218,212)
#E8DFDA
(232,223,218)
#EBE4E0
(235,228,224)
#EEE9E6
(238,233,230)
#F1EEEC
(241,238,236)
#F4F3F2
(244,243,242)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C6BC; }

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

This text font color is #D9C6BC.

Background Color

.myBgColor { background-color: #D9C6BC; }

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

This div background color is #D9C6BC.

Border color

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

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

This div border color is #D9C6BC.

Opacity

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

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

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

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

This text has shadow with #D9C6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C6BC.

Preview

Color preview on black background

This text has color #D9C6BC on black background.


Color preview on white background

This text has color #D9C6BC on white background.


Black color preview on #D9C6BC background

This text has black color on #D9C6BC background.


White color preview on #D9C6BC background

This text has white color on #D9C6BC background.


Related colors

Complementary color

Complementary color for #hex is #263943.


I love getcolorcode.com

Triadic colors

1 #BCD9C6 and #C6BCD9 with #D9C6BC are triadic colors.

2 #BCC6D9 and #C6D9BC with #D9C6BC are triadic colors.