COLOR #D3BE91

HEX: #D3BE91
RGB: (211,190,145)

Color info

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

RGB color model

#D3BE91 color RGB value is (211,190,145).

  • red value is 211;
  • green value is 190;
  • blue value is 145.
RGB:
(211,190,145)
(83%,75%,57%)

RGB channels and saturation

R 211 of 255 = 83%
G 190 of 255 = 75%
B 145 of 255 = 57%

211
190
145

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

Portions of RGB colors in percentages

R + G + B =
211 + 190 + 145 = 546 (100%)
R 211 of 546 ~ 38.64%
G 190 of 546 ~ 34.8%
B 145 of 546 ~ 26.56%

%38.64
%34.8
%26.56

CMYK color model

#D3BE91 color CMYK value is (0,10,31,17).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 31.28%
  • key color value is 17.25%
CMYK:
(0,10,31,17)
C0M10Y31K17 
(0%,10%,31%,17%)
(0.00/0.10/0.31/0.17)	

CMYK percentages

%0
%9.95
%31.28
%17.25

Codes

Color #D3BE91 in popluar color models

D3BE91
RGB211190145
HSL41°42.86%69.80%
HSB/HSV41°31.28%82.75%
CMYK0.00%9.95%31.28%
17.25%

Color #D3BE91 in popluar number systems.

HEXD3BE91
Decimal211190145
Binary110100111011111010010001
Octal323276221

Shades and tints

Shades of #D3BE91

#D3BE91
(211,190,145)
#C0AD84
(192,173,132)
#AD9C77
(173,156,119)
#9A8B6A
(154,139,106)
#877A5D
(135,122,93)
#746950
(116,105,80)
#615843
(97,88,67)
#4E4736
(78,71,54)
#3B3629
(59,54,41)
#28251C
(40,37,28)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #D3BE91

#D3BE91
(211,190,145)
#D7C39B
(215,195,155)
#DBC8A5
(219,200,165)
#DFCDAF
(223,205,175)
#E3D2B9
(227,210,185)
#E7D7C3
(231,215,195)
#EBDCCD
(235,220,205)
#EFE1D7
(239,225,215)
#F3E6E1
(243,230,225)
#F7EBEB
(247,235,235)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3BE91 color. Also use rgb(211,190,145) instead hex code.

Text Font Color

.myTextColor { color: #D3BE91; }

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

This text font color is #D3BE91.


Background Color

.myBgColor { background-color: #D3BE91; }

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

This div background color is #D3BE91.


Border color

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

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

This div border color is #D3BE91.


Opacity

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

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

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

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

This text has shadow with #D3BE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3BE91 on black background.


Color preview on white background

This text has color #D3BE91 on white background.



Black color preview on #D3BE91 background

This text has black color on #D3BE91 background.


White color preview on #D3BE91 background

This text has white color on #D3BE91 background.