COLOR #D6B493

HEX: #D6B493
RGB: (214,180,147)

Color info

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

RGB color model

#D6B493 color RGB value is (214,180,147).

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

RGB channels and saturation

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

214
180
147

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

Portions of RGB colors in percentages

R + G + B =
214 + 180 + 147 = 541 (100%)
R 214 of 541 ~ 39.56%
G 180 of 541 ~ 33.27%
B 147 of 541 ~ 27.17%

%39.56
%33.27
%27.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 31.31%
  • key color value is 16.08%
CMYK:
(0,16,31,16)
C0M16Y31K16 
(0%,16%,31%,16%)
(0.00/0.16/0.31/0.16)	

CMYK percentages

%0
%15.89
%31.31
%16.08

Codes

Color #D6B493 in popluar color models

D6B493
RGB214180147
HSL30°44.97%70.78%
HSB/HSV30°31.31%83.92%
CMYK0.00%15.89%31.31%
16.08%

Color #D6B493 in popluar number systems.

HEXD6B493
Decimal214180147
Binary110101101011010010010011
Octal326264223

Shades and tints

Shades of #D6B493

#D6B493
(214,180,147)
#C3A486
(195,164,134)
#B09479
(176,148,121)
#9D846C
(157,132,108)
#8A745F
(138,116,95)
#776452
(119,100,82)
#645445
(100,84,69)
#514438
(81,68,56)
#3E342B
(62,52,43)
#2B241E
(43,36,30)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #D6B493

#D6B493
(214,180,147)
#D9BA9C
(217,186,156)
#DCC0A5
(220,192,165)
#DFC6AE
(223,198,174)
#E2CCB7
(226,204,183)
#E5D2C0
(229,210,192)
#E8D8C9
(232,216,201)
#EBDED2
(235,222,210)
#EEE4DB
(238,228,219)
#F1EAE4
(241,234,228)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B493; }

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

This text font color is #D6B493.


Background Color

.myBgColor { background-color: #D6B493; }

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

This div background color is #D6B493.


Border color

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

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

This div border color is #D6B493.


Opacity

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

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

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

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

This text has shadow with #D6B493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B493 on black background.


Color preview on white background

This text has color #D6B493 on white background.



Black color preview on #D6B493 background

This text has black color on #D6B493 background.


White color preview on #D6B493 background

This text has white color on #D6B493 background.