COLOR #D1B9BD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

209
185
189

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

Portions of RGB colors in percentages

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

%35.85
%31.73
%32.42

CMYK color model

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

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

CMYK percentages

%0
%11.48
%9.57
%18.04

Codes

Color #D1B9BD in popluar color models

D1B9BD
RGB209185189
HSL350°20.69%77.25%
HSB/HSV350°11.48%81.96%
CMYK0.00%11.48%9.57%
18.04%

Color #D1B9BD in popluar number systems.

HEXD1B9BD
Decimal209185189
Binary110100011011100110111101
Octal321271275

Shades and tints

Shades of #D1B9BD

#D1B9BD
(209,185,189)
#BEA9AC
(190,169,172)
#AB999B
(171,153,155)
#98898A
(152,137,138)
#857979
(133,121,121)
#726968
(114,105,104)
#5F5957
(95,89,87)
#4C4946
(76,73,70)
#393935
(57,57,53)
#262924
(38,41,36)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #D1B9BD

#D1B9BD
(209,185,189)
#D5BFC3
(213,191,195)
#D9C5C9
(217,197,201)
#DDCBCF
(221,203,207)
#E1D1D5
(225,209,213)
#E5D7DB
(229,215,219)
#E9DDE1
(233,221,225)
#EDE3E7
(237,227,231)
#F1E9ED
(241,233,237)
#F5EFF3
(245,239,243)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B9BD; }

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

This text font color is #D1B9BD.


Background Color

.myBgColor { background-color: #D1B9BD; }

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

This div background color is #D1B9BD.


Border color

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

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

This div border color is #D1B9BD.


Opacity

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

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

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

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

This text has shadow with #D1B9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B9BD on black background.


Color preview on white background

This text has color #D1B9BD on white background.



Black color preview on #D1B9BD background

This text has black color on #D1B9BD background.


White color preview on #D1B9BD background

This text has white color on #D1B9BD background.