COLOR #D7BE96

HEX: #D7BE96
RGB: (215,190,150)

Color info

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

RGB color model

#D7BE96 color RGB value is (215,190,150).

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

RGB channels and saturation

R 215 of 255 = 84%
G 190 of 255 = 75%
B 150 of 255 = 59%

215
190
150

R + G + B ~ 73%. #D7BE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 190 + 150 = 555 (100%)
R 215 of 555 ~ 38.74%
G 190 of 555 ~ 34.23%
B 150 of 555 ~ 27.03%

%38.74
%34.23
%27.03

CMYK color model

#D7BE96 color CMYK value is (0,12,30,16).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 30.23%
  • key color value is 15.69%
CMYK:
(0,12,30,16)
C0M12Y30K16 
(0%,12%,30%,16%)
(0.00/0.12/0.30/0.16)	

CMYK percentages

%0
%11.63
%30.23
%15.69

Codes

Color #D7BE96 in popluar color models

D7BE96
RGB215190150
HSL37°44.83%71.57%
HSB/HSV37°30.23%84.31%
CMYK0.00%11.63%30.23%
15.69%

Color #D7BE96 in popluar number systems.

HEXD7BE96
Decimal215190150
Binary110101111011111010010110
Octal327276226

Shades and tints

Shades of #D7BE96

#D7BE96
(215,190,150)
#C4AD89
(196,173,137)
#B19C7C
(177,156,124)
#9E8B6F
(158,139,111)
#8B7A62
(139,122,98)
#786955
(120,105,85)
#655848
(101,88,72)
#52473B
(82,71,59)
#3F362E
(63,54,46)
#2C2521
(44,37,33)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #D7BE96

#D7BE96
(215,190,150)
#DAC39F
(218,195,159)
#DDC8A8
(221,200,168)
#E0CDB1
(224,205,177)
#E3D2BA
(227,210,186)
#E6D7C3
(230,215,195)
#E9DCCC
(233,220,204)
#ECE1D5
(236,225,213)
#EFE6DE
(239,230,222)
#F2EBE7
(242,235,231)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BE96; }

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

This text font color is #D7BE96.


Background Color

.myBgColor { background-color: #D7BE96; }

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

This div background color is #D7BE96.


Border color

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

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

This div border color is #D7BE96.


Opacity

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

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

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

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

This text has shadow with #D7BE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BE96 on black background.


Color preview on white background

This text has color #D7BE96 on white background.



Black color preview on #D7BE96 background

This text has black color on #D7BE96 background.


White color preview on #D7BE96 background

This text has white color on #D7BE96 background.