COLOR #D1BDB9

HEX: #D1BDB9
RGB: (209,189,185)

Color info

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

RGB color model

#D1BDB9 color RGB value is (209,189,185).

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

RGB channels and saturation

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

209
189
185

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

Portions of RGB colors in percentages

R + G + B =
209 + 189 + 185 = 583 (100%)
R 209 of 583 ~ 35.85%
G 189 of 583 ~ 32.42%
B 185 of 583 ~ 31.73%

%35.85
%32.42
%31.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.57%
  • 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
%9.57
%11.48
%18.04

Codes

Color #D1BDB9 in popluar color models

D1BDB9
RGB209189185
HSL10°20.69%77.25%
HSB/HSV10°11.48%81.96%
CMYK0.00%9.57%11.48%
18.04%

Color #D1BDB9 in popluar number systems.

HEXD1BDB9
Decimal209189185
Binary110100011011110110111001
Octal321275271

Shades and tints

Shades of #D1BDB9

#D1BDB9
(209,189,185)
#BEACA9
(190,172,169)
#AB9B99
(171,155,153)
#988A89
(152,138,137)
#857979
(133,121,121)
#726869
(114,104,105)
#5F5759
(95,87,89)
#4C4649
(76,70,73)
#393539
(57,53,57)
#262429
(38,36,41)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #D1BDB9

#D1BDB9
(209,189,185)
#D5C3BF
(213,195,191)
#D9C9C5
(217,201,197)
#DDCFCB
(221,207,203)
#E1D5D1
(225,213,209)
#E5DBD7
(229,219,215)
#E9E1DD
(233,225,221)
#EDE7E3
(237,231,227)
#F1EDE9
(241,237,233)
#F5F3EF
(245,243,239)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BDB9; }

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

This text font color is #D1BDB9.


Background Color

.myBgColor { background-color: #D1BDB9; }

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

This div background color is #D1BDB9.


Border color

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

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

This div border color is #D1BDB9.


Opacity

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

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

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

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

This text has shadow with #D1BDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BDB9 on black background.


Color preview on white background

This text has color #D1BDB9 on white background.



Black color preview on #D1BDB9 background

This text has black color on #D1BDB9 background.


White color preview on #D1BDB9 background

This text has white color on #D1BDB9 background.