COLOR #D6BF9A

HEX: #D6BF9A
RGB: (214,191,154)

Color info

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

RGB color model

#D6BF9A color RGB value is (214,191,154).

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

RGB channels and saturation

R 214 of 255 = 84%
G 191 of 255 = 75%
B 154 of 255 = 60%

214
191
154

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

Portions of RGB colors in percentages

R + G + B =
214 + 191 + 154 = 559 (100%)
R 214 of 559 ~ 38.28%
G 191 of 559 ~ 34.17%
B 154 of 559 ~ 27.55%

%38.28
%34.17
%27.55

CMYK color model

#D6BF9A color CMYK value is (0,11,28,16).

  • cyan value is 0.00%
  • magenta value is 10.75%
  • yellow value is 28.04%
  • key color value is 16.08%
CMYK:
(0,11,28,16)
C0M11Y28K16 
(0%,11%,28%,16%)
(0.00/0.11/0.28/0.16)	

CMYK percentages

%0
%10.75
%28.04
%16.08

Codes

Color #D6BF9A in popluar color models

D6BF9A
RGB214191154
HSL37°42.25%72.16%
HSB/HSV37°28.04%83.92%
CMYK0.00%10.75%28.04%
16.08%

Color #D6BF9A in popluar number systems.

HEXD6BF9A
Decimal214191154
Binary110101101011111110011010
Octal326277232

Shades and tints

Shades of #D6BF9A

#D6BF9A
(214,191,154)
#C3AE8C
(195,174,140)
#B09D7E
(176,157,126)
#9D8C70
(157,140,112)
#8A7B62
(138,123,98)
#776A54
(119,106,84)
#645946
(100,89,70)
#514838
(81,72,56)
#3E372A
(62,55,42)
#2B261C
(43,38,28)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #D6BF9A

#D6BF9A
(214,191,154)
#D9C4A3
(217,196,163)
#DCC9AC
(220,201,172)
#DFCEB5
(223,206,181)
#E2D3BE
(226,211,190)
#E5D8C7
(229,216,199)
#E8DDD0
(232,221,208)
#EBE2D9
(235,226,217)
#EEE7E2
(238,231,226)
#F1ECEB
(241,236,235)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BF9A; }

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

This text font color is #D6BF9A.


Background Color

.myBgColor { background-color: #D6BF9A; }

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

This div background color is #D6BF9A.


Border color

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

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

This div border color is #D6BF9A.


Opacity

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

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

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

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

This text has shadow with #D6BF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BF9A on black background.


Color preview on white background

This text has color #D6BF9A on white background.



Black color preview on #D6BF9A background

This text has black color on #D6BF9A background.


White color preview on #D6BF9A background

This text has white color on #D6BF9A background.