COLOR #D1B6B4

HEX: #D1B6B4
RGB: (209,182,180)

Color info

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

RGB color model

#D1B6B4 color RGB value is (209,182,180).

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

RGB channels and saturation

R 209 of 255 = 82%
G 182 of 255 = 71%
B 180 of 255 = 71%

209
182
180

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

Portions of RGB colors in percentages

R + G + B =
209 + 182 + 180 = 571 (100%)
R 209 of 571 ~ 36.6%
G 182 of 571 ~ 31.87%
B 180 of 571 ~ 31.52%

%36.6
%31.87
%31.52

CMYK color model

#D1B6B4 color CMYK value is (0,13,14,18).

  • cyan value is 0.00%
  • magenta value is 12.92%
  • yellow value is 13.88%
  • key color value is 18.04%
CMYK:
(0,13,14,18)
C0M13Y14K18 
(0%,13%,14%,18%)
(0.00/0.13/0.14/0.18)	

CMYK percentages

%0
%12.92
%13.88
%18.04

Codes

Color #D1B6B4 in popluar color models

D1B6B4
RGB209182180
HSL23.97%76.27%
HSB/HSV13.88%81.96%
CMYK0.00%12.92%13.88%
18.04%

Color #D1B6B4 in popluar number systems.

HEXD1B6B4
Decimal209182180
Binary110100011011011010110100
Octal321266264

Shades and tints

Shades of #D1B6B4

#D1B6B4
(209,182,180)
#BEA6A4
(190,166,164)
#AB9694
(171,150,148)
#988684
(152,134,132)
#857674
(133,118,116)
#726664
(114,102,100)
#5F5654
(95,86,84)
#4C4644
(76,70,68)
#393634
(57,54,52)
#262624
(38,38,36)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #D1B6B4

#D1B6B4
(209,182,180)
#D5BCBA
(213,188,186)
#D9C2C0
(217,194,192)
#DDC8C6
(221,200,198)
#E1CECC
(225,206,204)
#E5D4D2
(229,212,210)
#E9DAD8
(233,218,216)
#EDE0DE
(237,224,222)
#F1E6E4
(241,230,228)
#F5ECEA
(245,236,234)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B6B4; }

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

This text font color is #D1B6B4.


Background Color

.myBgColor { background-color: #D1B6B4; }

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

This div background color is #D1B6B4.


Border color

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

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

This div border color is #D1B6B4.


Opacity

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

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

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

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

This text has shadow with #D1B6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B6B4 on black background.


Color preview on white background

This text has color #D1B6B4 on white background.



Black color preview on #D1B6B4 background

This text has black color on #D1B6B4 background.


White color preview on #D1B6B4 background

This text has white color on #D1B6B4 background.