COLOR #D4BB7E

HEX: #D4BB7E
RGB: (212,187,126)

Color info

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

RGB color model

#D4BB7E color RGB value is (212,187,126).

  • red value is 212;
  • green value is 187;
  • blue value is 126.
RGB:
(212,187,126)
(83%,73%,49%)

RGB channels and saturation

R 212 of 255 = 83%
G 187 of 255 = 73%
B 126 of 255 = 49%

212
187
126

R + G + B ~ 68%. #D4BB7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 187 + 126 = 525 (100%)
R 212 of 525 ~ 40.38%
G 187 of 525 ~ 35.62%
B 126 of 525 ~ 24%

%40.38
%35.62
%24

CMYK color model

#D4BB7E color CMYK value is (0,12,41,17).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 40.57%
  • key color value is 16.86%
CMYK:
(0,12,41,17)
C0M12Y41K17 
(0%,12%,41%,17%)
(0.00/0.12/0.41/0.17)	

CMYK percentages

%0
%11.79
%40.57
%16.86

Codes

Color #D4BB7E in popluar color models

D4BB7E
RGB212187126
HSL43°50.00%66.27%
HSB/HSV43°40.57%83.14%
CMYK0.00%11.79%40.57%
16.86%

Color #D4BB7E in popluar number systems.

HEXD4BB7E
Decimal212187126
Binary11010100101110111111110
Octal324273176

Shades and tints

Shades of #D4BB7E

#D4BB7E
(212,187,126)
#C1AA73
(193,170,115)
#AE9968
(174,153,104)
#9B885D
(155,136,93)
#887752
(136,119,82)
#756647
(117,102,71)
#62553C
(98,85,60)
#4F4431
(79,68,49)
#3C3326
(60,51,38)
#29221B
(41,34,27)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #D4BB7E

#D4BB7E
(212,187,126)
#D7C189
(215,193,137)
#DAC794
(218,199,148)
#DDCD9F
(221,205,159)
#E0D3AA
(224,211,170)
#E3D9B5
(227,217,181)
#E6DFC0
(230,223,192)
#E9E5CB
(233,229,203)
#ECEBD6
(236,235,214)
#EFF1E1
(239,241,225)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BB7E color. Also use rgb(212,187,126) instead hex code.

Text Font Color

.myTextColor { color: #D4BB7E; }

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

This text font color is #D4BB7E.


Background Color

.myBgColor { background-color: #D4BB7E; }

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

This div background color is #D4BB7E.


Border color

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

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

This div border color is #D4BB7E.


Opacity

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

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

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

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

This text has shadow with #D4BB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BB7E on black background.


Color preview on white background

This text has color #D4BB7E on white background.



Black color preview on #D4BB7E background

This text has black color on #D4BB7E background.


White color preview on #D4BB7E background

This text has white color on #D4BB7E background.