COLOR #D1BE91

HEX: #D1BE91
RGB: (209,190,145)

Color info

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

RGB color model

#D1BE91 color RGB value is (209,190,145).

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

RGB channels and saturation

R 209 of 255 = 82%
G 190 of 255 = 75%
B 145 of 255 = 57%

209
190
145

R + G + B ~ 71%. #D1BE91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 190 + 145 = 544 (100%)
R 209 of 544 ~ 38.42%
G 190 of 544 ~ 34.93%
B 145 of 544 ~ 26.65%

%38.42
%34.93
%26.65

CMYK color model

#D1BE91 color CMYK value is (0,9,31,18).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 30.62%
  • key color value is 18.04%
CMYK:
(0,9,31,18)
C0M9Y31K18 
(0%,9%,31%,18%)
(0.00/0.09/0.31/0.18)	

CMYK percentages

%0
%9.09
%30.62
%18.04

Codes

Color #D1BE91 in popluar color models

D1BE91
RGB209190145
HSL42°41.03%69.41%
HSB/HSV42°30.62%81.96%
CMYK0.00%9.09%30.62%
18.04%

Color #D1BE91 in popluar number systems.

HEXD1BE91
Decimal209190145
Binary110100011011111010010001
Octal321276221

Shades and tints

Shades of #D1BE91

#D1BE91
(209,190,145)
#BEAD84
(190,173,132)
#AB9C77
(171,156,119)
#988B6A
(152,139,106)
#857A5D
(133,122,93)
#726950
(114,105,80)
#5F5843
(95,88,67)
#4C4736
(76,71,54)
#393629
(57,54,41)
#26251C
(38,37,28)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #D1BE91

#D1BE91
(209,190,145)
#D5C39B
(213,195,155)
#D9C8A5
(217,200,165)
#DDCDAF
(221,205,175)
#E1D2B9
(225,210,185)
#E5D7C3
(229,215,195)
#E9DCCD
(233,220,205)
#EDE1D7
(237,225,215)
#F1E6E1
(241,230,225)
#F5EBEB
(245,235,235)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1BE91; }

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

This text font color is #D1BE91.


Background Color

.myBgColor { background-color: #D1BE91; }

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

This div background color is #D1BE91.


Border color

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

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

This div border color is #D1BE91.


Opacity

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

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

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

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

This text has shadow with #D1BE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1BE91 on black background.


Color preview on white background

This text has color #D1BE91 on white background.



Black color preview on #D1BE91 background

This text has black color on #D1BE91 background.


White color preview on #D1BE91 background

This text has white color on #D1BE91 background.