COLOR #D4BF9C

HEX: #D4BF9C
RGB: (212,191,156)

Color info

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

RGB color model

#D4BF9C color RGB value is (212,191,156).

  • red value is 212;
  • green value is 191;
  • blue value is 156.
RGB:
(212,191,156)
(83%,75%,61%)

RGB channels and saturation

R 212 of 255 = 83%
G 191 of 255 = 75%
B 156 of 255 = 61%

212
191
156

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

Portions of RGB colors in percentages

R + G + B =
212 + 191 + 156 = 559 (100%)
R 212 of 559 ~ 37.92%
G 191 of 559 ~ 34.17%
B 156 of 559 ~ 27.91%

%37.92
%34.17
%27.91

CMYK color model

#D4BF9C color CMYK value is (0,10,26,17).

  • cyan value is 0.00%
  • magenta value is 9.91%
  • yellow value is 26.42%
  • key color value is 16.86%
CMYK:
(0,10,26,17)
C0M10Y26K17 
(0%,10%,26%,17%)
(0.00/0.10/0.26/0.17)	

CMYK percentages

%0
%9.91
%26.42
%16.86

Codes

Color #D4BF9C in popluar color models

D4BF9C
RGB212191156
HSL38°39.44%72.16%
HSB/HSV38°26.42%83.14%
CMYK0.00%9.91%26.42%
16.86%

Color #D4BF9C in popluar number systems.

HEXD4BF9C
Decimal212191156
Binary110101001011111110011100
Octal324277234

Shades and tints

Shades of #D4BF9C

#D4BF9C
(212,191,156)
#C1AE8E
(193,174,142)
#AE9D80
(174,157,128)
#9B8C72
(155,140,114)
#887B64
(136,123,100)
#756A56
(117,106,86)
#625948
(98,89,72)
#4F483A
(79,72,58)
#3C372C
(60,55,44)
#29261E
(41,38,30)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #D4BF9C

#D4BF9C
(212,191,156)
#D7C4A5
(215,196,165)
#DAC9AE
(218,201,174)
#DDCEB7
(221,206,183)
#E0D3C0
(224,211,192)
#E3D8C9
(227,216,201)
#E6DDD2
(230,221,210)
#E9E2DB
(233,226,219)
#ECE7E4
(236,231,228)
#EFECED
(239,236,237)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4BF9C color. Also use rgb(212,191,156) instead hex code.

Text Font Color

.myTextColor { color: #D4BF9C; }

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

This text font color is #D4BF9C.


Background Color

.myBgColor { background-color: #D4BF9C; }

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

This div background color is #D4BF9C.


Border color

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

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

This div border color is #D4BF9C.


Opacity

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

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

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

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

This text has shadow with #D4BF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BF9C on black background.


Color preview on white background

This text has color #D4BF9C on white background.



Black color preview on #D4BF9C background

This text has black color on #D4BF9C background.


White color preview on #D4BF9C background

This text has white color on #D4BF9C background.