COLOR #D1B4B7

HEX: #D1B4B7
RGB: (209,180,183)

Color info

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

RGB color model

#D1B4B7 color RGB value is (209,180,183).

  • red value is 209;
  • green value is 180;
  • blue value is 183.
RGB:
(209,180,183)
(82%,71%,72%)

RGB channels and saturation

R 209 of 255 = 82%
G 180 of 255 = 71%
B 183 of 255 = 72%

209
180
183

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

Portions of RGB colors in percentages

R + G + B =
209 + 180 + 183 = 572 (100%)
R 209 of 572 ~ 36.54%
G 180 of 572 ~ 31.47%
B 183 of 572 ~ 31.99%

%36.54
%31.47
%31.99

CMYK color model

#D1B4B7 color CMYK value is (0,14,12,18).

  • cyan value is 0.00%
  • magenta value is 13.88%
  • yellow value is 12.44%
  • key color value is 18.04%
CMYK:
(0,14,12,18)
C0M14Y12K18 
(0%,14%,12%,18%)
(0.00/0.14/0.12/0.18)	

CMYK percentages

%0
%13.88
%12.44
%18.04

Codes

Color #D1B4B7 in popluar color models

D1B4B7
RGB209180183
HSL354°23.97%76.27%
HSB/HSV354°13.88%81.96%
CMYK0.00%13.88%12.44%
18.04%

Color #D1B4B7 in popluar number systems.

HEXD1B4B7
Decimal209180183
Binary110100011011010010110111
Octal321264267

Shades and tints

Shades of #D1B4B7

#D1B4B7
(209,180,183)
#BEA4A7
(190,164,167)
#AB9497
(171,148,151)
#988487
(152,132,135)
#857477
(133,116,119)
#726467
(114,100,103)
#5F5457
(95,84,87)
#4C4447
(76,68,71)
#393437
(57,52,55)
#262427
(38,36,39)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #D1B4B7

#D1B4B7
(209,180,183)
#D5BABD
(213,186,189)
#D9C0C3
(217,192,195)
#DDC6C9
(221,198,201)
#E1CCCF
(225,204,207)
#E5D2D5
(229,210,213)
#E9D8DB
(233,216,219)
#EDDEE1
(237,222,225)
#F1E4E7
(241,228,231)
#F5EAED
(245,234,237)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B4B7 color. Also use rgb(209,180,183) instead hex code.

Text Font Color

.myTextColor { color: #D1B4B7; }

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

This text font color is #D1B4B7.


Background Color

.myBgColor { background-color: #D1B4B7; }

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

This div background color is #D1B4B7.


Border color

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

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

This div border color is #D1B4B7.


Opacity

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

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

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

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

This text has shadow with #D1B4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B4B7 on black background.


Color preview on white background

This text has color #D1B4B7 on white background.



Black color preview on #D1B4B7 background

This text has black color on #D1B4B7 background.


White color preview on #D1B4B7 background

This text has white color on #D1B4B7 background.