COLOR #D1C9BD

HEX: #D1C9BD RGB: (209,201,189)

Color info

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

RGB color model

#D1C9BD color RGB value is (209,201,189).

RGB: (209,201,189) (82%, 79%, 74%)

RGB channels and saturation

R 209 of 255 = 82%
G 201 of 255 = 79%
B 189 of 255 = 74%

209
201
189

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

Portions of RGB colors in percentages

R + G + B = 209 + 201 + 189 = 599 (100%)
R 209 of 599 ~ 34.89%
G 201 of 599 ~ 33.56%
B 189 of 599 ~ 31.55'%

%34.89
%33.56
%31.55

CMYK color model

#D1C9BD color CMYK value is (0,4,10,18).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 9.57%
  • key color value is 18.04%

CMYK: (0,4,10,18)
C0M4Y10K18 (0%, 4%, 10%, 18%)
(0.00 / 0.04 / 0.10 / 0.18)

CMYK percentages

%0
%3.83
%9.57
%18.04

Codes

Color #D1C9BD in popluar color models

D1 C9 BD
RGB 209 201 189
HSL 36° 17.86% 78.04%
HSB/HSV 36° 9.57% 81.96%
CMYK 0.00% 3.83% 9.57%
18.04%

Color #D1C9BD in popluar number systems.

HEX D1 C9 BD
Decimal 209 201 189
Binary 11010001 11001001 10111101
Octal 321 311 275

Shades and tints

Shades of #D1C9BD

#D1C9BD
(209,201,189)
#BEB7AC
(190,183,172)
#ABA59B
(171,165,155)
#98938A
(152,147,138)
#858179
(133,129,121)
#726F68
(114,111,104)
#5F5D57
(95,93,87)
#4C4B46
(76,75,70)
#393935
(57,57,53)
#262724
(38,39,36)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #D1C9BD

#D1C9BD
(209,201,189)
#D5CDC3
(213,205,195)
#D9D1C9
(217,209,201)
#DDD5CF
(221,213,207)
#E1D9D5
(225,217,213)
#E5DDDB
(229,221,219)
#E9E1E1
(233,225,225)
#EDE5E7
(237,229,231)
#F1E9ED
(241,233,237)
#F5EDF3
(245,237,243)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C9BD color. Also use rgb(209,201,189) instead hex code.

Text Font Color

.myTextColor { color: #D1C9BD; }

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

This text font color is #D1C9BD.

Background Color

.myBgColor { background-color: #D1C9BD; }

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

This div background color is #D1C9BD.

Border color

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

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

This div border color is #D1C9BD.

Opacity

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

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

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

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

This text has shadow with #D1C9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C9BD.

Preview

Color preview on black background

This text has color #D1C9BD on black background.


Color preview on white background

This text has color #D1C9BD on white background.


Black color preview on #D1C9BD background

This text has black color on #D1C9BD background.


White color preview on #D1C9BD background

This text has white color on #D1C9BD background.


Related colors

Complementary color

Complementary color for #hex is #2E3642.


I love getcolorcode.com

Triadic colors

1 #BDD1C9 and #C9BDD1 with #D1C9BD are triadic colors.

2 #BDC9D1 and #C9D1BD with #D1C9BD are triadic colors.