COLOR #D6BB9D

HEX: #D6BB9D
RGB: (214,187,157)

Color info

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

RGB color model

#D6BB9D color RGB value is (214,187,157).

  • red value is 214;
  • green value is 187;
  • blue value is 157.
RGB:
(214,187,157)
(84%,73%,62%)

RGB channels and saturation

R 214 of 255 = 84%
G 187 of 255 = 73%
B 157 of 255 = 62%

214
187
157

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

Portions of RGB colors in percentages

R + G + B =
214 + 187 + 157 = 558 (100%)
R 214 of 558 ~ 38.35%
G 187 of 558 ~ 33.51%
B 157 of 558 ~ 28.14%

%38.35
%33.51
%28.14

CMYK color model

#D6BB9D color CMYK value is (0,13,27,16).

  • cyan value is 0.00%
  • magenta value is 12.62%
  • yellow value is 26.64%
  • key color value is 16.08%
CMYK:
(0,13,27,16)
C0M13Y27K16 
(0%,13%,27%,16%)
(0.00/0.13/0.27/0.16)	

CMYK percentages

%0
%12.62
%26.64
%16.08

Codes

Color #D6BB9D in popluar color models

D6BB9D
RGB214187157
HSL32°41.01%72.75%
HSB/HSV32°26.64%83.92%
CMYK0.00%12.62%26.64%
16.08%

Color #D6BB9D in popluar number systems.

HEXD6BB9D
Decimal214187157
Binary110101101011101110011101
Octal326273235

Shades and tints

Shades of #D6BB9D

#D6BB9D
(214,187,157)
#C3AA8F
(195,170,143)
#B09981
(176,153,129)
#9D8873
(157,136,115)
#8A7765
(138,119,101)
#776657
(119,102,87)
#645549
(100,85,73)
#51443B
(81,68,59)
#3E332D
(62,51,45)
#2B221F
(43,34,31)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #D6BB9D

#D6BB9D
(214,187,157)
#D9C1A5
(217,193,165)
#DCC7AD
(220,199,173)
#DFCDB5
(223,205,181)
#E2D3BD
(226,211,189)
#E5D9C5
(229,217,197)
#E8DFCD
(232,223,205)
#EBE5D5
(235,229,213)
#EEEBDD
(238,235,221)
#F1F1E5
(241,241,229)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6BB9D color. Also use rgb(214,187,157) instead hex code.

Text Font Color

.myTextColor { color: #D6BB9D; }

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

This text font color is #D6BB9D.


Background Color

.myBgColor { background-color: #D6BB9D; }

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

This div background color is #D6BB9D.


Border color

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

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

This div border color is #D6BB9D.


Opacity

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

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

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

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

This text has shadow with #D6BB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BB9D on black background.


Color preview on white background

This text has color #D6BB9D on white background.



Black color preview on #D6BB9D background

This text has black color on #D6BB9D background.


White color preview on #D6BB9D background

This text has white color on #D6BB9D background.