COLOR #D7BE7D

HEX: #D7BE7D
RGB: (215,190,125)

Color info

#D7BE7D contains mainly red and green colors. Web safe color of #D7BE7D is #CCCC66 (or #CC6).

RGB color model

#D7BE7D color RGB value is (215,190,125).

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

RGB channels and saturation

R 215 of 255 = 84%
G 190 of 255 = 75%
B 125 of 255 = 49%

215
190
125

R + G + B ~ 69%. #D7BE7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 190 + 125 = 530 (100%)
R 215 of 530 ~ 40.57%
G 190 of 530 ~ 35.85%
B 125 of 530 ~ 23.58%

%40.57
%35.85
%23.58

CMYK color model

#D7BE7D color CMYK value is (0,12,42,16).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 41.86%
  • key color value is 15.69%
CMYK:
(0,12,42,16)
C0M12Y42K16 
(0%,12%,42%,16%)
(0.00/0.12/0.42/0.16)	

CMYK percentages

%0
%11.63
%41.86
%15.69

Codes

Color #D7BE7D in popluar color models

D7BE7D
RGB215190125
HSL43°52.94%66.67%
HSB/HSV43°41.86%84.31%
CMYK0.00%11.63%41.86%
15.69%

Color #D7BE7D in popluar number systems.

HEXD7BE7D
Decimal215190125
Binary11010111101111101111101
Octal327276175

Shades and tints

Shades of #D7BE7D

#D7BE7D
(215,190,125)
#C4AD72
(196,173,114)
#B19C67
(177,156,103)
#9E8B5C
(158,139,92)
#8B7A51
(139,122,81)
#786946
(120,105,70)
#65583B
(101,88,59)
#524730
(82,71,48)
#3F3625
(63,54,37)
#2C251A
(44,37,26)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #D7BE7D

#D7BE7D
(215,190,125)
#DAC388
(218,195,136)
#DDC893
(221,200,147)
#E0CD9E
(224,205,158)
#E3D2A9
(227,210,169)
#E6D7B4
(230,215,180)
#E9DCBF
(233,220,191)
#ECE1CA
(236,225,202)
#EFE6D5
(239,230,213)
#F2EBE0
(242,235,224)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7BE7D; }

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

This text font color is #D7BE7D.


Background Color

.myBgColor { background-color: #D7BE7D; }

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

This div background color is #D7BE7D.


Border color

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

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

This div border color is #D7BE7D.


Opacity

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

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

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

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

This text has shadow with #D7BE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7BE7D on black background.


Color preview on white background

This text has color #D7BE7D on white background.



Black color preview on #D7BE7D background

This text has black color on #D7BE7D background.


White color preview on #D7BE7D background

This text has white color on #D7BE7D background.