COLOR #D3BC97

HEX: #D3BC97
RGB: (211,188,151)

Color info

#D3BC97 contains mainly red and green colors. Web safe color of #D3BC97 is #CCCC99 (or #CC9).

RGB color model

#D3BC97 color RGB value is (211,188,151).

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

RGB channels and saturation

R 211 of 255 = 83%
G 188 of 255 = 74%
B 151 of 255 = 59%

211
188
151

R + G + B ~ 72%. #D3BC97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 188 + 151 = 550 (100%)
R 211 of 550 ~ 38.36%
G 188 of 550 ~ 34.18%
B 151 of 550 ~ 27.45%

%38.36
%34.18
%27.45

CMYK color model

#D3BC97 color CMYK value is (0,11,28,17).

  • cyan value is 0.00%
  • magenta value is 10.90%
  • yellow value is 28.44%
  • key color value is 17.25%
CMYK:
(0,11,28,17)
C0M11Y28K17 
(0%,11%,28%,17%)
(0.00/0.11/0.28/0.17)	

CMYK percentages

%0
%10.9
%28.44
%17.25

Codes

Color #D3BC97 in popluar color models

D3BC97
RGB211188151
HSL37°40.54%70.98%
HSB/HSV37°28.44%82.75%
CMYK0.00%10.90%28.44%
17.25%

Color #D3BC97 in popluar number systems.

HEXD3BC97
Decimal211188151
Binary110100111011110010010111
Octal323274227

Shades and tints

Shades of #D3BC97

#D3BC97
(211,188,151)
#C0AB8A
(192,171,138)
#AD9A7D
(173,154,125)
#9A8970
(154,137,112)
#877863
(135,120,99)
#746756
(116,103,86)
#615649
(97,86,73)
#4E453C
(78,69,60)
#3B342F
(59,52,47)
#282322
(40,35,34)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #D3BC97

#D3BC97
(211,188,151)
#D7C2A0
(215,194,160)
#DBC8A9
(219,200,169)
#DFCEB2
(223,206,178)
#E3D4BB
(227,212,187)
#E7DAC4
(231,218,196)
#EBE0CD
(235,224,205)
#EFE6D6
(239,230,214)
#F3ECDF
(243,236,223)
#F7F2E8
(247,242,232)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3BC97; }

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

This text font color is #D3BC97.


Background Color

.myBgColor { background-color: #D3BC97; }

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

This div background color is #D3BC97.


Border color

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

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

This div border color is #D3BC97.


Opacity

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

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

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

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

This text has shadow with #D3BC97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BC97 on black background.


Color preview on white background

This text has color #D3BC97 on white background.



Black color preview on #D3BC97 background

This text has black color on #D3BC97 background.


White color preview on #D3BC97 background

This text has white color on #D3BC97 background.