COLOR #D7BE9F

HEX: #D7BE9F
RGB: (215,190,159)

Color info

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

RGB color model

#D7BE9F color RGB value is (215,190,159).

  • red value is 215;
  • green value is 190;
  • blue value is 159.
RGB:
(215,190,159)
(84%,75%,62%)

RGB channels and saturation

R 215 of 255 = 84%
G 190 of 255 = 75%
B 159 of 255 = 62%

215
190
159

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

Portions of RGB colors in percentages

R + G + B =
215 + 190 + 159 = 564 (100%)
R 215 of 564 ~ 38.12%
G 190 of 564 ~ 33.69%
B 159 of 564 ~ 28.19%

%38.12
%33.69
%28.19

CMYK color model

#D7BE9F color CMYK value is (0,12,26,16).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 26.05%
  • key color value is 15.69%
CMYK:
(0,12,26,16)
C0M12Y26K16 
(0%,12%,26%,16%)
(0.00/0.12/0.26/0.16)	

CMYK percentages

%0
%11.63
%26.05
%15.69

Codes

Color #D7BE9F in popluar color models

D7BE9F
RGB215190159
HSL33°41.18%73.33%
HSB/HSV33°26.05%84.31%
CMYK0.00%11.63%26.05%
15.69%

Color #D7BE9F in popluar number systems.

HEXD7BE9F
Decimal215190159
Binary110101111011111010011111
Octal327276237

Shades and tints

Shades of #D7BE9F

#D7BE9F
(215,190,159)
#C4AD91
(196,173,145)
#B19C83
(177,156,131)
#9E8B75
(158,139,117)
#8B7A67
(139,122,103)
#786959
(120,105,89)
#65584B
(101,88,75)
#52473D
(82,71,61)
#3F362F
(63,54,47)
#2C2521
(44,37,33)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #D7BE9F

#D7BE9F
(215,190,159)
#DAC3A7
(218,195,167)
#DDC8AF
(221,200,175)
#E0CDB7
(224,205,183)
#E3D2BF
(227,210,191)
#E6D7C7
(230,215,199)
#E9DCCF
(233,220,207)
#ECE1D7
(236,225,215)
#EFE6DF
(239,230,223)
#F2EBE7
(242,235,231)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7BE9F color. Also use rgb(215,190,159) instead hex code.

Text Font Color

.myTextColor { color: #D7BE9F; }

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

This text font color is #D7BE9F.


Background Color

.myBgColor { background-color: #D7BE9F; }

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

This div background color is #D7BE9F.


Border color

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

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

This div border color is #D7BE9F.


Opacity

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

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

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

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

This text has shadow with #D7BE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BE9F on black background.


Color preview on white background

This text has color #D7BE9F on white background.



Black color preview on #D7BE9F background

This text has black color on #D7BE9F background.


White color preview on #D7BE9F background

This text has white color on #D7BE9F background.