COLOR #D6B693

HEX: #D6B693
RGB: (214,182,147)

Color info

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

RGB color model

#D6B693 color RGB value is (214,182,147).

  • red value is 214;
  • green value is 182;
  • blue value is 147.
RGB:
(214,182,147)
(84%,71%,58%)

RGB channels and saturation

R 214 of 255 = 84%
G 182 of 255 = 71%
B 147 of 255 = 58%

214
182
147

R + G + B ~ 71%. #D6B693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 182 + 147 = 543 (100%)
R 214 of 543 ~ 39.41%
G 182 of 543 ~ 33.52%
B 147 of 543 ~ 27.07%

%39.41
%33.52
%27.07

CMYK color model

#D6B693 color CMYK value is (0,15,31,16).

  • cyan value is 0.00%
  • magenta value is 14.95%
  • yellow value is 31.31%
  • key color value is 16.08%
CMYK:
(0,15,31,16)
C0M15Y31K16 
(0%,15%,31%,16%)
(0.00/0.15/0.31/0.16)	

CMYK percentages

%0
%14.95
%31.31
%16.08

Codes

Color #D6B693 in popluar color models

D6B693
RGB214182147
HSL31°44.97%70.78%
HSB/HSV31°31.31%83.92%
CMYK0.00%14.95%31.31%
16.08%

Color #D6B693 in popluar number systems.

HEXD6B693
Decimal214182147
Binary110101101011011010010011
Octal326266223

Shades and tints

Shades of #D6B693

#D6B693
(214,182,147)
#C3A686
(195,166,134)
#B09679
(176,150,121)
#9D866C
(157,134,108)
#8A765F
(138,118,95)
#776652
(119,102,82)
#645645
(100,86,69)
#514638
(81,70,56)
#3E362B
(62,54,43)
#2B261E
(43,38,30)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #D6B693

#D6B693
(214,182,147)
#D9BC9C
(217,188,156)
#DCC2A5
(220,194,165)
#DFC8AE
(223,200,174)
#E2CEB7
(226,206,183)
#E5D4C0
(229,212,192)
#E8DAC9
(232,218,201)
#EBE0D2
(235,224,210)
#EEE6DB
(238,230,219)
#F1ECE4
(241,236,228)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B693 color. Also use rgb(214,182,147) instead hex code.

Text Font Color

.myTextColor { color: #D6B693; }

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

This text font color is #D6B693.


Background Color

.myBgColor { background-color: #D6B693; }

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

This div background color is #D6B693.


Border color

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

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

This div border color is #D6B693.


Opacity

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

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

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

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

This text has shadow with #D6B693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B693 on black background.


Color preview on white background

This text has color #D6B693 on white background.



Black color preview on #D6B693 background

This text has black color on #D6B693 background.


White color preview on #D6B693 background

This text has white color on #D6B693 background.