COLOR #D2B688

HEX: #D2B688
RGB: (210,182,136)

Color info

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

RGB color model

#D2B688 color RGB value is (210,182,136).

  • red value is 210;
  • green value is 182;
  • blue value is 136.
RGB:
(210,182,136)
(82%,71%,53%)

RGB channels and saturation

R 210 of 255 = 82%
G 182 of 255 = 71%
B 136 of 255 = 53%

210
182
136

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

Portions of RGB colors in percentages

R + G + B =
210 + 182 + 136 = 528 (100%)
R 210 of 528 ~ 39.77%
G 182 of 528 ~ 34.47%
B 136 of 528 ~ 25.76%

%39.77
%34.47
%25.76

CMYK color model

#D2B688 color CMYK value is (0,13,35,18).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 35.24%
  • key color value is 17.65%
CMYK:
(0,13,35,18)
C0M13Y35K18 
(0%,13%,35%,18%)
(0.00/0.13/0.35/0.18)	

CMYK percentages

%0
%13.33
%35.24
%17.65

Codes

Color #D2B688 in popluar color models

D2B688
RGB210182136
HSL37°45.12%67.84%
HSB/HSV37°35.24%82.35%
CMYK0.00%13.33%35.24%
17.65%

Color #D2B688 in popluar number systems.

HEXD2B688
Decimal210182136
Binary110100101011011010001000
Octal322266210

Shades and tints

Shades of #D2B688

#D2B688
(210,182,136)
#BFA67C
(191,166,124)
#AC9670
(172,150,112)
#998664
(153,134,100)
#867658
(134,118,88)
#73664C
(115,102,76)
#605640
(96,86,64)
#4D4634
(77,70,52)
#3A3628
(58,54,40)
#27261C
(39,38,28)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #D2B688

#D2B688
(210,182,136)
#D6BC92
(214,188,146)
#DAC29C
(218,194,156)
#DEC8A6
(222,200,166)
#E2CEB0
(226,206,176)
#E6D4BA
(230,212,186)
#EADAC4
(234,218,196)
#EEE0CE
(238,224,206)
#F2E6D8
(242,230,216)
#F6ECE2
(246,236,226)
#FAF2EC
(250,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B688 color. Also use rgb(210,182,136) instead hex code.

Text Font Color

.myTextColor { color: #D2B688; }

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

This text font color is #D2B688.


Background Color

.myBgColor { background-color: #D2B688; }

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

This div background color is #D2B688.


Border color

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

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

This div border color is #D2B688.


Opacity

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

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

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

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

This text has shadow with #D2B688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B688 on black background.


Color preview on white background

This text has color #D2B688 on white background.



Black color preview on #D2B688 background

This text has black color on #D2B688 background.


White color preview on #D2B688 background

This text has white color on #D2B688 background.