COLOR #D3BCB1

HEX: #D3BCB1
RGB: (211,188,177)

Color info

#D3BCB1 contains red, green and blue colors in about the same proportion. Web safe color of #D3BCB1 is #CCCC99 (or #CC9).

RGB color model

#D3BCB1 color RGB value is (211,188,177).

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

RGB channels and saturation

R 211 of 255 = 83%
G 188 of 255 = 74%
B 177 of 255 = 69%

211
188
177

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

Portions of RGB colors in percentages

R + G + B =
211 + 188 + 177 = 576 (100%)
R 211 of 576 ~ 36.63%
G 188 of 576 ~ 32.64%
B 177 of 576 ~ 30.73%

%36.63
%32.64
%30.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.90%
  • yellow value is 16.11%
  • key color value is 17.25%
CMYK:
(0,11,16,17)
C0M11Y16K17 
(0%,11%,16%,17%)
(0.00/0.11/0.16/0.17)	

CMYK percentages

%0
%10.9
%16.11
%17.25

Codes

Color #D3BCB1 in popluar color models

D3BCB1
RGB211188177
HSL19°27.87%76.08%
HSB/HSV19°16.11%82.75%
CMYK0.00%10.90%16.11%
17.25%

Color #D3BCB1 in popluar number systems.

HEXD3BCB1
Decimal211188177
Binary110100111011110010110001
Octal323274261

Shades and tints

Shades of #D3BCB1

#D3BCB1
(211,188,177)
#C0ABA1
(192,171,161)
#AD9A91
(173,154,145)
#9A8981
(154,137,129)
#877871
(135,120,113)
#746761
(116,103,97)
#615651
(97,86,81)
#4E4541
(78,69,65)
#3B3431
(59,52,49)
#282321
(40,35,33)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #D3BCB1

#D3BCB1
(211,188,177)
#D7C2B8
(215,194,184)
#DBC8BF
(219,200,191)
#DFCEC6
(223,206,198)
#E3D4CD
(227,212,205)
#E7DAD4
(231,218,212)
#EBE0DB
(235,224,219)
#EFE6E2
(239,230,226)
#F3ECE9
(243,236,233)
#F7F2F0
(247,242,240)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BCB1; }

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

This text font color is #D3BCB1.


Background Color

.myBgColor { background-color: #D3BCB1; }

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

This div background color is #D3BCB1.


Border color

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

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

This div border color is #D3BCB1.


Opacity

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

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

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

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

This text has shadow with #D3BCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BCB1 on black background.


Color preview on white background

This text has color #D3BCB1 on white background.



Black color preview on #D3BCB1 background

This text has black color on #D3BCB1 background.


White color preview on #D3BCB1 background

This text has white color on #D3BCB1 background.