COLOR #D1B5B9

HEX: #D1B5B9
RGB: (209,181,185)

Color info

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

RGB color model

#D1B5B9 color RGB value is (209,181,185).

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

RGB channels and saturation

R 209 of 255 = 82%
G 181 of 255 = 71%
B 185 of 255 = 73%

209
181
185

R + G + B ~ 75%. #D1B5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 181 + 185 = 575 (100%)
R 209 of 575 ~ 36.35%
G 181 of 575 ~ 31.48%
B 185 of 575 ~ 32.17%

%36.35
%31.48
%32.17

CMYK color model

#D1B5B9 color CMYK value is (0,13,11,18).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 11.48%
  • key color value is 18.04%
CMYK:
(0,13,11,18)
C0M13Y11K18 
(0%,13%,11%,18%)
(0.00/0.13/0.11/0.18)	

CMYK percentages

%0
%13.4
%11.48
%18.04

Codes

Color #D1B5B9 in popluar color models

D1B5B9
RGB209181185
HSL351°23.33%76.47%
HSB/HSV351°13.40%81.96%
CMYK0.00%13.40%11.48%
18.04%

Color #D1B5B9 in popluar number systems.

HEXD1B5B9
Decimal209181185
Binary110100011011010110111001
Octal321265271

Shades and tints

Shades of #D1B5B9

#D1B5B9
(209,181,185)
#BEA5A9
(190,165,169)
#AB9599
(171,149,153)
#988589
(152,133,137)
#857579
(133,117,121)
#726569
(114,101,105)
#5F5559
(95,85,89)
#4C4549
(76,69,73)
#393539
(57,53,57)
#262529
(38,37,41)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #D1B5B9

#D1B5B9
(209,181,185)
#D5BBBF
(213,187,191)
#D9C1C5
(217,193,197)
#DDC7CB
(221,199,203)
#E1CDD1
(225,205,209)
#E5D3D7
(229,211,215)
#E9D9DD
(233,217,221)
#EDDFE3
(237,223,227)
#F1E5E9
(241,229,233)
#F5EBEF
(245,235,239)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B5B9; }

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

This text font color is #D1B5B9.


Background Color

.myBgColor { background-color: #D1B5B9; }

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

This div background color is #D1B5B9.


Border color

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

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

This div border color is #D1B5B9.


Opacity

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

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

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

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

This text has shadow with #D1B5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B5B9 on black background.


Color preview on white background

This text has color #D1B5B9 on white background.



Black color preview on #D1B5B9 background

This text has black color on #D1B5B9 background.


White color preview on #D1B5B9 background

This text has white color on #D1B5B9 background.