COLOR #D3B2B1

HEX: #D3B2B1
RGB: (211,178,177)

Color info

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

RGB color model

#D3B2B1 color RGB value is (211,178,177).

  • red value is 211;
  • green value is 178;
  • blue value is 177.
RGB:
(211,178,177)
(83%,70%,69%)

RGB channels and saturation

R 211 of 255 = 83%
G 178 of 255 = 70%
B 177 of 255 = 69%

211
178
177

R + G + B ~ 74%. #D3B2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 178 + 177 = 566 (100%)
R 211 of 566 ~ 37.28%
G 178 of 566 ~ 31.45%
B 177 of 566 ~ 31.27%

%37.28
%31.45
%31.27

CMYK color model

#D3B2B1 color CMYK value is (0,16,16,17).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 16.11%
  • key color value is 17.25%
CMYK:
(0,16,16,17)
C0M16Y16K17 
(0%,16%,16%,17%)
(0.00/0.16/0.16/0.17)	

CMYK percentages

%0
%15.64
%16.11
%17.25

Codes

Color #D3B2B1 in popluar color models

D3B2B1
RGB211178177
HSL27.87%76.08%
HSB/HSV16.11%82.75%
CMYK0.00%15.64%16.11%
17.25%

Color #D3B2B1 in popluar number systems.

HEXD3B2B1
Decimal211178177
Binary110100111011001010110001
Octal323262261

Shades and tints

Shades of #D3B2B1

#D3B2B1
(211,178,177)
#C0A2A1
(192,162,161)
#AD9291
(173,146,145)
#9A8281
(154,130,129)
#877271
(135,114,113)
#746261
(116,98,97)
#615251
(97,82,81)
#4E4241
(78,66,65)
#3B3231
(59,50,49)
#282221
(40,34,33)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #D3B2B1

#D3B2B1
(211,178,177)
#D7B9B8
(215,185,184)
#DBC0BF
(219,192,191)
#DFC7C6
(223,199,198)
#E3CECD
(227,206,205)
#E7D5D4
(231,213,212)
#EBDCDB
(235,220,219)
#EFE3E2
(239,227,226)
#F3EAE9
(243,234,233)
#F7F1F0
(247,241,240)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B2B1; }

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

This text font color is #D3B2B1.


Background Color

.myBgColor { background-color: #D3B2B1; }

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

This div background color is #D3B2B1.


Border color

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

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

This div border color is #D3B2B1.


Opacity

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

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

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

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

This text has shadow with #D3B2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B2B1 on black background.


Color preview on white background

This text has color #D3B2B1 on white background.



Black color preview on #D3B2B1 background

This text has black color on #D3B2B1 background.


White color preview on #D3B2B1 background

This text has white color on #D3B2B1 background.