COLOR #D1BCB9

HEX: #D1BCB9
RGB: (209,188,185)

Color info

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

RGB color model

#D1BCB9 color RGB value is (209,188,185).

  • red value is 209;
  • green value is 188;
  • blue value is 185.
RGB:
(209,188,185)
(82%,74%,73%)

RGB channels and saturation

R 209 of 255 = 82%
G 188 of 255 = 74%
B 185 of 255 = 73%

209
188
185

R + G + B ~ 76%. #D1BCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 188 + 185 = 582 (100%)
R 209 of 582 ~ 35.91%
G 188 of 582 ~ 32.3%
B 185 of 582 ~ 31.79%

%35.91
%32.3
%31.79

CMYK color model

#D1BCB9 color CMYK value is (0,10,11,18).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 11.48%
  • key color value is 18.04%
CMYK:
(0,10,11,18)
C0M10Y11K18 
(0%,10%,11%,18%)
(0.00/0.10/0.11/0.18)	

CMYK percentages

%0
%10.05
%11.48
%18.04

Codes

Color #D1BCB9 in popluar color models

D1BCB9
RGB209188185
HSL20.69%77.25%
HSB/HSV11.48%81.96%
CMYK0.00%10.05%11.48%
18.04%

Color #D1BCB9 in popluar number systems.

HEXD1BCB9
Decimal209188185
Binary110100011011110010111001
Octal321274271

Shades and tints

Shades of #D1BCB9

#D1BCB9
(209,188,185)
#BEABA9
(190,171,169)
#AB9A99
(171,154,153)
#988989
(152,137,137)
#857879
(133,120,121)
#726769
(114,103,105)
#5F5659
(95,86,89)
#4C4549
(76,69,73)
#393439
(57,52,57)
#262329
(38,35,41)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #D1BCB9

#D1BCB9
(209,188,185)
#D5C2BF
(213,194,191)
#D9C8C5
(217,200,197)
#DDCECB
(221,206,203)
#E1D4D1
(225,212,209)
#E5DAD7
(229,218,215)
#E9E0DD
(233,224,221)
#EDE6E3
(237,230,227)
#F1ECE9
(241,236,233)
#F5F2EF
(245,242,239)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BCB9; }

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

This text font color is #D1BCB9.


Background Color

.myBgColor { background-color: #D1BCB9; }

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

This div background color is #D1BCB9.


Border color

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

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

This div border color is #D1BCB9.


Opacity

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

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

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

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

This text has shadow with #D1BCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BCB9 on black background.


Color preview on white background

This text has color #D1BCB9 on white background.



Black color preview on #D1BCB9 background

This text has black color on #D1BCB9 background.


White color preview on #D1BCB9 background

This text has white color on #D1BCB9 background.