COLOR #D1C5BD

HEX: #D1C5BD RGB: (209,197,189)

Color info

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

RGB color model

#D1C5BD color RGB value is (209,197,189).

RGB: (209,197,189) (82%, 77%, 74%)

RGB channels and saturation

R 209 of 255 = 82%
G 197 of 255 = 77%
B 189 of 255 = 74%

209
197
189

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

Portions of RGB colors in percentages

R + G + B = 209 + 197 + 189 = 595 (100%)
R 209 of 595 ~ 35.13%
G 197 of 595 ~ 33.11%
B 189 of 595 ~ 31.76'%

%35.13
%33.11
%31.76

CMYK color model

#D1C5BD color CMYK value is (0,6,10,18).

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

CMYK: (0,6,10,18)
C0M6Y10K18 (0%, 6%, 10%, 18%)
(0.00 / 0.06 / 0.10 / 0.18)

CMYK percentages

%0
%5.74
%9.57
%18.04

Codes

Color #D1C5BD in popluar color models

D1 C5 BD
RGB 209 197 189
HSL 24° 17.86% 78.04%
HSB/HSV 24° 9.57% 81.96%
CMYK 0.00% 5.74% 9.57%
18.04%

Color #D1C5BD in popluar number systems.

HEX D1 C5 BD
Decimal 209 197 189
Binary 11010001 11000101 10111101
Octal 321 305 275

Shades and tints

Shades of #D1C5BD

#D1C5BD
(209,197,189)
#BEB4AC
(190,180,172)
#ABA39B
(171,163,155)
#98928A
(152,146,138)
#858179
(133,129,121)
#727068
(114,112,104)
#5F5F57
(95,95,87)
#4C4E46
(76,78,70)
#393D35
(57,61,53)
#262C24
(38,44,36)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #D1C5BD

#D1C5BD
(209,197,189)
#D5CAC3
(213,202,195)
#D9CFC9
(217,207,201)
#DDD4CF
(221,212,207)
#E1D9D5
(225,217,213)
#E5DEDB
(229,222,219)
#E9E3E1
(233,227,225)
#EDE8E7
(237,232,231)
#F1EDED
(241,237,237)
#F5F2F3
(245,242,243)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C5BD; }

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

This text font color is #D1C5BD.

Background Color

.myBgColor { background-color: #D1C5BD; }

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

This div background color is #D1C5BD.

Border color

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

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

This div border color is #D1C5BD.

Opacity

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

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

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

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

This text has shadow with #D1C5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C5BD.

Preview

Color preview on black background

This text has color #D1C5BD on black background.


Color preview on white background

This text has color #D1C5BD on white background.


Black color preview on #D1C5BD background

This text has black color on #D1C5BD background.


White color preview on #D1C5BD background

This text has white color on #D1C5BD background.


Related colors

Complementary color

Complementary color for #hex is #2E3A42.


I love getcolorcode.com

Triadic colors

1 #BDD1C5 and #C5BDD1 with #D1C5BD are triadic colors.

2 #BDC5D1 and #C5D1BD with #D1C5BD are triadic colors.