COLOR #D6BD9D

HEX: #D6BD9D
RGB: (214,189,157)

Color info

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

RGB color model

#D6BD9D color RGB value is (214,189,157).

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

RGB channels and saturation

R 214 of 255 = 84%
G 189 of 255 = 74%
B 157 of 255 = 62%

214
189
157

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

Portions of RGB colors in percentages

R + G + B =
214 + 189 + 157 = 560 (100%)
R 214 of 560 ~ 38.21%
G 189 of 560 ~ 33.75%
B 157 of 560 ~ 28.04%

%38.21
%33.75
%28.04

CMYK color model

#D6BD9D color CMYK value is (0,12,27,16).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 26.64%
  • key color value is 16.08%
CMYK:
(0,12,27,16)
C0M12Y27K16 
(0%,12%,27%,16%)
(0.00/0.12/0.27/0.16)	

CMYK percentages

%0
%11.68
%26.64
%16.08

Codes

Color #D6BD9D in popluar color models

D6BD9D
RGB214189157
HSL34°41.01%72.75%
HSB/HSV34°26.64%83.92%
CMYK0.00%11.68%26.64%
16.08%

Color #D6BD9D in popluar number systems.

HEXD6BD9D
Decimal214189157
Binary110101101011110110011101
Octal326275235

Shades and tints

Shades of #D6BD9D

#D6BD9D
(214,189,157)
#C3AC8F
(195,172,143)
#B09B81
(176,155,129)
#9D8A73
(157,138,115)
#8A7965
(138,121,101)
#776857
(119,104,87)
#645749
(100,87,73)
#51463B
(81,70,59)
#3E352D
(62,53,45)
#2B241F
(43,36,31)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #D6BD9D

#D6BD9D
(214,189,157)
#D9C3A5
(217,195,165)
#DCC9AD
(220,201,173)
#DFCFB5
(223,207,181)
#E2D5BD
(226,213,189)
#E5DBC5
(229,219,197)
#E8E1CD
(232,225,205)
#EBE7D5
(235,231,213)
#EEEDDD
(238,237,221)
#F1F3E5
(241,243,229)
#F4F9ED
(244,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6BD9D; }

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

This text font color is #D6BD9D.


Background Color

.myBgColor { background-color: #D6BD9D; }

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

This div background color is #D6BD9D.


Border color

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

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

This div border color is #D6BD9D.


Opacity

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

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

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

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

This text has shadow with #D6BD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6BD9D on black background.


Color preview on white background

This text has color #D6BD9D on white background.



Black color preview on #D6BD9D background

This text has black color on #D6BD9D background.


White color preview on #D6BD9D background

This text has white color on #D6BD9D background.