COLOR #D7B493

HEX: #D7B493
RGB: (215,180,147)

Color info

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

RGB color model

#D7B493 color RGB value is (215,180,147).

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

RGB channels and saturation

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

215
180
147

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

Portions of RGB colors in percentages

R + G + B =
215 + 180 + 147 = 542 (100%)
R 215 of 542 ~ 39.67%
G 180 of 542 ~ 33.21%
B 147 of 542 ~ 27.12%

%39.67
%33.21
%27.12

CMYK color model

#D7B493 color CMYK value is (0,16,32,16).

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 31.63%
  • key color value is 15.69%
CMYK:
(0,16,32,16)
C0M16Y32K16 
(0%,16%,32%,16%)
(0.00/0.16/0.32/0.16)	

CMYK percentages

%0
%16.28
%31.63
%15.69

Codes

Color #D7B493 in popluar color models

D7B493
RGB215180147
HSL29°45.95%70.98%
HSB/HSV29°31.63%84.31%
CMYK0.00%16.28%31.63%
15.69%

Color #D7B493 in popluar number systems.

HEXD7B493
Decimal215180147
Binary110101111011010010010011
Octal327264223

Shades and tints

Shades of #D7B493

#D7B493
(215,180,147)
#C4A486
(196,164,134)
#B19479
(177,148,121)
#9E846C
(158,132,108)
#8B745F
(139,116,95)
#786452
(120,100,82)
#655445
(101,84,69)
#524438
(82,68,56)
#3F342B
(63,52,43)
#2C241E
(44,36,30)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #D7B493

#D7B493
(215,180,147)
#DABA9C
(218,186,156)
#DDC0A5
(221,192,165)
#E0C6AE
(224,198,174)
#E3CCB7
(227,204,183)
#E6D2C0
(230,210,192)
#E9D8C9
(233,216,201)
#ECDED2
(236,222,210)
#EFE4DB
(239,228,219)
#F2EAE4
(242,234,228)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7B493; }

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

This text font color is #D7B493.


Background Color

.myBgColor { background-color: #D7B493; }

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

This div background color is #D7B493.


Border color

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

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

This div border color is #D7B493.


Opacity

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

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

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

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

This text has shadow with #D7B493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7B493 on black background.


Color preview on white background

This text has color #D7B493 on white background.



Black color preview on #D7B493 background

This text has black color on #D7B493 background.


White color preview on #D7B493 background

This text has white color on #D7B493 background.