COLOR #D9C1BD

HEX: #D9C1BD RGB: (217,193,189)

Color info

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

RGB color model

#D9C1BD color RGB value is (217,193,189).

RGB: (217,193,189) (85%, 76%, 74%)

RGB channels and saturation

R 217 of 255 = 85%
G 193 of 255 = 76%
B 189 of 255 = 74%

217
193
189

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

Portions of RGB colors in percentages

R + G + B = 217 + 193 + 189 = 599 (100%)
R 217 of 599 ~ 36.23%
G 193 of 599 ~ 32.22%
B 189 of 599 ~ 31.55'%

%36.23
%32.22
%31.55

CMYK color model

#D9C1BD color CMYK value is (0,11,13,15).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 12.90%
  • key color value is 14.90%

CMYK: (0,11,13,15)
C0M11Y13K15 (0%, 11%, 13%, 15%)
(0.00 / 0.11 / 0.13 / 0.15)

CMYK percentages

%0
%11.06
%12.9
%14.9

Codes

Color #D9C1BD in popluar color models

D9 C1 BD
RGB 217 193 189
HSL 26.92% 79.61%
HSB/HSV 12.90% 85.10%
CMYK 0.00% 11.06% 12.90%
14.90%

Color #D9C1BD in popluar number systems.

HEX D9 C1 BD
Decimal 217 193 189
Binary 11011001 11000001 10111101
Octal 331 301 275

Shades and tints

Shades of #D9C1BD

#D9C1BD
(217,193,189)
#C6B0AC
(198,176,172)
#B39F9B
(179,159,155)
#A08E8A
(160,142,138)
#8D7D79
(141,125,121)
#7A6C68
(122,108,104)
#675B57
(103,91,87)
#544A46
(84,74,70)
#413935
(65,57,53)
#2E2824
(46,40,36)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #D9C1BD

#D9C1BD
(217,193,189)
#DCC6C3
(220,198,195)
#DFCBC9
(223,203,201)
#E2D0CF
(226,208,207)
#E5D5D5
(229,213,213)
#E8DADB
(232,218,219)
#EBDFE1
(235,223,225)
#EEE4E7
(238,228,231)
#F1E9ED
(241,233,237)
#F4EEF3
(244,238,243)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C1BD color. Also use rgb(217,193,189) instead hex code.

Text Font Color

.myTextColor { color: #D9C1BD; }

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

This text font color is #D9C1BD.

Background Color

.myBgColor { background-color: #D9C1BD; }

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

This div background color is #D9C1BD.

Border color

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

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

This div border color is #D9C1BD.

Opacity

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

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

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

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

This text has shadow with #D9C1BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C1BD.

Preview

Color preview on black background

This text has color #D9C1BD on black background.


Color preview on white background

This text has color #D9C1BD on white background.


Black color preview on #D9C1BD background

This text has black color on #D9C1BD background.


White color preview on #D9C1BD background

This text has white color on #D9C1BD background.


Related colors

Complementary color

Complementary color for #hex is #263E42.


I love getcolorcode.com

Triadic colors

1 #BDD9C1 and #C1BDD9 with #D9C1BD are triadic colors.

2 #BDC1D9 and #C1D9BD with #D9C1BD are triadic colors.