COLOR #D2B1B1

HEX: #D2B1B1
RGB: (210,177,177)

Color info

#D2B1B1 contains red, green and blue colors in about the same proportion. Web safe color of #D2B1B1 is #CC9999 (or #C99).

RGB color model

#D2B1B1 color RGB value is (210,177,177).

  • red value is 210;
  • green value is 177;
  • blue value is 177.
RGB:
(210,177,177)
(82%,69%,69%)

RGB channels and saturation

R 210 of 255 = 82%
G 177 of 255 = 69%
B 177 of 255 = 69%

210
177
177

R + G + B ~ 73%. #D2B1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 177 + 177 = 564 (100%)
R 210 of 564 ~ 37.23%
G 177 of 564 ~ 31.38%
B 177 of 564 ~ 31.38%

%37.23
%31.38
%31.38

CMYK color model

#D2B1B1 color CMYK value is (0,16,16,18).

  • cyan value is 0.00%
  • magenta value is 15.71%
  • yellow value is 15.71%
  • key color value is 17.65%
CMYK:
(0,16,16,18)
C0M16Y16K18 
(0%,16%,16%,18%)
(0.00/0.16/0.16/0.18)	

CMYK percentages

%0
%15.71
%15.71
%17.65

Codes

Color #D2B1B1 in popluar color models

D2B1B1
RGB210177177
HSL26.83%75.88%
HSB/HSV15.71%82.35%
CMYK0.00%15.71%15.71%
17.65%

Color #D2B1B1 in popluar number systems.

HEXD2B1B1
Decimal210177177
Binary110100101011000110110001
Octal322261261

Shades and tints

Shades of #D2B1B1

#D2B1B1
(210,177,177)
#BFA1A1
(191,161,161)
#AC9191
(172,145,145)
#998181
(153,129,129)
#867171
(134,113,113)
#736161
(115,97,97)
#605151
(96,81,81)
#4D4141
(77,65,65)
#3A3131
(58,49,49)
#272121
(39,33,33)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #D2B1B1

#D2B1B1
(210,177,177)
#D6B8B8
(214,184,184)
#DABFBF
(218,191,191)
#DEC6C6
(222,198,198)
#E2CDCD
(226,205,205)
#E6D4D4
(230,212,212)
#EADBDB
(234,219,219)
#EEE2E2
(238,226,226)
#F2E9E9
(242,233,233)
#F6F0F0
(246,240,240)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B1B1 color. Also use rgb(210,177,177) instead hex code.

Text Font Color

.myTextColor { color: #D2B1B1; }

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

This text font color is #D2B1B1.


Background Color

.myBgColor { background-color: #D2B1B1; }

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

This div background color is #D2B1B1.


Border color

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

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

This div border color is #D2B1B1.


Opacity

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

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

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

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

This text has shadow with #D2B1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B1B1 on black background.


Color preview on white background

This text has color #D2B1B1 on white background.



Black color preview on #D2B1B1 background

This text has black color on #D2B1B1 background.


White color preview on #D2B1B1 background

This text has white color on #D2B1B1 background.