COLOR #D6BF9C

HEX: #D6BF9C
RGB: (214,191,156)

Color info

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

RGB color model

#D6BF9C color RGB value is (214,191,156).

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

RGB channels and saturation

R 214 of 255 = 84%
G 191 of 255 = 75%
B 156 of 255 = 61%

214
191
156

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

Portions of RGB colors in percentages

R + G + B =
214 + 191 + 156 = 561 (100%)
R 214 of 561 ~ 38.15%
G 191 of 561 ~ 34.05%
B 156 of 561 ~ 27.81%

%38.15
%34.05
%27.81

CMYK color model

#D6BF9C color CMYK value is (0,11,27,16).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 27.10%
  • key color value is 16.08%
CMYK:
(0,11,27,16)
C0M11Y27K16 
(0%,11%,27%,16%)
(0.00/0.11/0.27/0.16)	

CMYK percentages

%0
%10.75
%27.1
%16.08

Codes

Color #D6BF9C in popluar color models

D6BF9C
RGB214191156
HSL36°41.43%72.55%
HSB/HSV36°27.10%83.92%
CMYK0.00%10.75%27.10%
16.08%

Color #D6BF9C in popluar number systems.

HEXD6BF9C
Decimal214191156
Binary110101101011111110011100
Octal326277234

Shades and tints

Shades of #D6BF9C

#D6BF9C
(214,191,156)
#C3AE8E
(195,174,142)
#B09D80
(176,157,128)
#9D8C72
(157,140,114)
#8A7B64
(138,123,100)
#776A56
(119,106,86)
#645948
(100,89,72)
#51483A
(81,72,58)
#3E372C
(62,55,44)
#2B261E
(43,38,30)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #D6BF9C

#D6BF9C
(214,191,156)
#D9C4A5
(217,196,165)
#DCC9AE
(220,201,174)
#DFCEB7
(223,206,183)
#E2D3C0
(226,211,192)
#E5D8C9
(229,216,201)
#E8DDD2
(232,221,210)
#EBE2DB
(235,226,219)
#EEE7E4
(238,231,228)
#F1ECED
(241,236,237)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BF9C; }

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

This text font color is #D6BF9C.


Background Color

.myBgColor { background-color: #D6BF9C; }

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

This div background color is #D6BF9C.


Border color

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

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

This div border color is #D6BF9C.


Opacity

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

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

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

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

This text has shadow with #D6BF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BF9C on black background.


Color preview on white background

This text has color #D6BF9C on white background.



Black color preview on #D6BF9C background

This text has black color on #D6BF9C background.


White color preview on #D6BF9C background

This text has white color on #D6BF9C background.