COLOR #D1C5BC

HEX: #D1C5BC RGB: (209,197,188)

Color info

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

RGB color model

#D1C5BC color RGB value is (209,197,188).

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

RGB channels and saturation

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

209
197
188

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

Portions of RGB colors in percentages

R + G + B = 209 + 197 + 188 = 594 (100%)
R 209 of 594 ~ 35.19%
G 197 of 594 ~ 33.16%
B 188 of 594 ~ 31.65'%

%35.19
%33.16
%31.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.74%
  • yellow value is 10.05%
  • 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
%10.05
%18.04

Codes

Color #D1C5BC in popluar color models

D1 C5 BC
RGB 209 197 188
HSL 26° 18.58% 77.84%
HSB/HSV 26° 10.05% 81.96%
CMYK 0.00% 5.74% 10.05%
18.04%

Color #D1C5BC in popluar number systems.

HEX D1 C5 BC
Decimal 209 197 188
Binary 11010001 11000101 10111100
Octal 321 305 274

Shades and tints

Shades of #D1C5BC

#D1C5BC
(209,197,188)
#BEB4AB
(190,180,171)
#ABA39A
(171,163,154)
#989289
(152,146,137)
#858178
(133,129,120)
#727067
(114,112,103)
#5F5F56
(95,95,86)
#4C4E45
(76,78,69)
#393D34
(57,61,52)
#262C23
(38,44,35)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #D1C5BC

#D1C5BC
(209,197,188)
#D5CAC2
(213,202,194)
#D9CFC8
(217,207,200)
#DDD4CE
(221,212,206)
#E1D9D4
(225,217,212)
#E5DEDA
(229,222,218)
#E9E3E0
(233,227,224)
#EDE8E6
(237,232,230)
#F1EDEC
(241,237,236)
#F5F2F2
(245,242,242)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C5BC; }

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

This text font color is #D1C5BC.

Background Color

.myBgColor { background-color: #D1C5BC; }

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

This div background color is #D1C5BC.

Border color

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

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

This div border color is #D1C5BC.

Opacity

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

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

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

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

This text has shadow with #D1C5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C5BC.

Preview

Color preview on black background

This text has color #D1C5BC on black background.


Color preview on white background

This text has color #D1C5BC on white background.


Black color preview on #D1C5BC background

This text has black color on #D1C5BC background.


White color preview on #D1C5BC background

This text has white color on #D1C5BC background.


Related colors

Complementary color

Complementary color for #hex is #2E3A43.


I love getcolorcode.com

Triadic colors

1 #BCD1C5 and #C5BCD1 with #D1C5BC are triadic colors.

2 #BCC5D1 and #C5D1BC with #D1C5BC are triadic colors.