COLOR #D2B48A

HEX: #D2B48A
RGB: (210,180,138)

Color info

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

RGB color model

#D2B48A color RGB value is (210,180,138).

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

RGB channels and saturation

R 210 of 255 = 82%
G 180 of 255 = 71%
B 138 of 255 = 54%

210
180
138

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

Portions of RGB colors in percentages

R + G + B =
210 + 180 + 138 = 528 (100%)
R 210 of 528 ~ 39.77%
G 180 of 528 ~ 34.09%
B 138 of 528 ~ 26.14%

%39.77
%34.09
%26.14

CMYK color model

#D2B48A color CMYK value is (0,14,34,18).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 34.29%
  • key color value is 17.65%
CMYK:
(0,14,34,18)
C0M14Y34K18 
(0%,14%,34%,18%)
(0.00/0.14/0.34/0.18)	

CMYK percentages

%0
%14.29
%34.29
%17.65

Codes

Color #D2B48A in popluar color models

D2B48A
RGB210180138
HSL35°44.44%68.24%
HSB/HSV35°34.29%82.35%
CMYK0.00%14.29%34.29%
17.65%

Color #D2B48A in popluar number systems.

HEXD2B48A
Decimal210180138
Binary110100101011010010001010
Octal322264212

Shades and tints

Shades of #D2B48A

#D2B48A
(210,180,138)
#BFA47E
(191,164,126)
#AC9472
(172,148,114)
#998466
(153,132,102)
#86745A
(134,116,90)
#73644E
(115,100,78)
#605442
(96,84,66)
#4D4436
(77,68,54)
#3A342A
(58,52,42)
#27241E
(39,36,30)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #D2B48A

#D2B48A
(210,180,138)
#D6BA94
(214,186,148)
#DAC09E
(218,192,158)
#DEC6A8
(222,198,168)
#E2CCB2
(226,204,178)
#E6D2BC
(230,210,188)
#EAD8C6
(234,216,198)
#EEDED0
(238,222,208)
#F2E4DA
(242,228,218)
#F6EAE4
(246,234,228)
#FAF0EE
(250,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B48A; }

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

This text font color is #D2B48A.


Background Color

.myBgColor { background-color: #D2B48A; }

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

This div background color is #D2B48A.


Border color

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

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

This div border color is #D2B48A.


Opacity

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

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

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

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

This text has shadow with #D2B48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B48A on black background.


Color preview on white background

This text has color #D2B48A on white background.



Black color preview on #D2B48A background

This text has black color on #D2B48A background.


White color preview on #D2B48A background

This text has white color on #D2B48A background.