COLOR #D2B48C

HEX: #D2B48C
RGB: (210,180,140)

Color info

Color name is Tan. #D2B48C contains mainly red and green colors. Web safe color of #D2B48C is #CCCC99 (or #CC9).

RGB color model

#D2B48C color RGB value is (210,180,140).

  • red value is 210;
  • green value is 180;
  • blue value is 140.
RGB:
(210,180,140)
(82%,71%,55%)

RGB channels and saturation

R 210 of 255 = 82%
G 180 of 255 = 71%
B 140 of 255 = 55%

210
180
140

R + G + B ~ 69%. #D2B48C is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 180 + 140 = 530 (100%)
R 210 of 530 ~ 39.62%
G 180 of 530 ~ 33.96%
B 140 of 530 ~ 26.42%

%39.62
%33.96
%26.42

CMYK color model

#D2B48C color CMYK value is (0,14,33,18).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 33.33%
  • key color value is 17.65%
CMYK:
(0,14,33,18)
C0M14Y33K18 
(0%,14%,33%,18%)
(0.00/0.14/0.33/0.18)	

CMYK percentages

%0
%14.29
%33.33
%17.65

Codes

Color #D2B48C in popluar color models

D2B48C
RGB210180140
HSL34°43.75%68.63%
HSB/HSV34°33.33%82.35%
CMYK0.00%14.29%33.33%
17.65%

Color #D2B48C in popluar number systems.

HEXD2B48C
Decimal210180140
Binary110100101011010010001100
Octal322264214

Shades and tints

Shades of #D2B48C

#D2B48C
(210,180,140)
#BFA480
(191,164,128)
#AC9474
(172,148,116)
#998468
(153,132,104)
#86745C
(134,116,92)
#736450
(115,100,80)
#605444
(96,84,68)
#4D4438
(77,68,56)
#3A342C
(58,52,44)
#272420
(39,36,32)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #D2B48C

#D2B48C
(210,180,140)
#D6BA96
(214,186,150)
#DAC0A0
(218,192,160)
#DEC6AA
(222,198,170)
#E2CCB4
(226,204,180)
#E6D2BE
(230,210,190)
#EAD8C8
(234,216,200)
#EEDED2
(238,222,210)
#F2E4DC
(242,228,220)
#F6EAE6
(246,234,230)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B48C color. Also use rgb(210,180,140) instead hex code.

Text Font Color

.myTextColor { color: #D2B48C; }

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

This text font color is #D2B48C.


Background Color

.myBgColor { background-color: #D2B48C; }

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

This div background color is #D2B48C.


Border color

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

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

This div border color is #D2B48C.


Opacity

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

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

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

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

This text has shadow with #D2B48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B48C on black background.


Color preview on white background

This text has color #D2B48C on white background.



Black color preview on #D2B48C background

This text has black color on #D2B48C background.


White color preview on #D2B48C background

This text has white color on #D2B48C background.