COLOR #D6B78A

HEX: #D6B78A
RGB: (214,183,138)

Color info

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

RGB color model

#D6B78A color RGB value is (214,183,138).

  • red value is 214;
  • green value is 183;
  • blue value is 138.
RGB:
(214,183,138)
(84%,72%,54%)

RGB channels and saturation

R 214 of 255 = 84%
G 183 of 255 = 72%
B 138 of 255 = 54%

214
183
138

R + G + B ~ 70%. #D6B78A is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 183 + 138 = 535 (100%)
R 214 of 535 ~ 40%
G 183 of 535 ~ 34.21%
B 138 of 535 ~ 25.79%

%40
%34.21
%25.79

CMYK color model

#D6B78A color CMYK value is (0,14,36,16).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 35.51%
  • key color value is 16.08%
CMYK:
(0,14,36,16)
C0M14Y36K16 
(0%,14%,36%,16%)
(0.00/0.14/0.36/0.16)	

CMYK percentages

%0
%14.49
%35.51
%16.08

Codes

Color #D6B78A in popluar color models

D6B78A
RGB214183138
HSL36°48.10%69.02%
HSB/HSV36°35.51%83.92%
CMYK0.00%14.49%35.51%
16.08%

Color #D6B78A in popluar number systems.

HEXD6B78A
Decimal214183138
Binary110101101011011110001010
Octal326267212

Shades and tints

Shades of #D6B78A

#D6B78A
(214,183,138)
#C3A77E
(195,167,126)
#B09772
(176,151,114)
#9D8766
(157,135,102)
#8A775A
(138,119,90)
#77674E
(119,103,78)
#645742
(100,87,66)
#514736
(81,71,54)
#3E372A
(62,55,42)
#2B271E
(43,39,30)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #D6B78A

#D6B78A
(214,183,138)
#D9BD94
(217,189,148)
#DCC39E
(220,195,158)
#DFC9A8
(223,201,168)
#E2CFB2
(226,207,178)
#E5D5BC
(229,213,188)
#E8DBC6
(232,219,198)
#EBE1D0
(235,225,208)
#EEE7DA
(238,231,218)
#F1EDE4
(241,237,228)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B78A color. Also use rgb(214,183,138) instead hex code.

Text Font Color

.myTextColor { color: #D6B78A; }

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

This text font color is #D6B78A.


Background Color

.myBgColor { background-color: #D6B78A; }

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

This div background color is #D6B78A.


Border color

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

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

This div border color is #D6B78A.


Opacity

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

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

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

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

This text has shadow with #D6B78A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B78A on black background.


Color preview on white background

This text has color #D6B78A on white background.



Black color preview on #D6B78A background

This text has black color on #D6B78A background.


White color preview on #D6B78A background

This text has white color on #D6B78A background.