COLOR #D1B78B

HEX: #D1B78B
RGB: (209,183,139)

Color info

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

RGB color model

#D1B78B color RGB value is (209,183,139).

  • red value is 209;
  • green value is 183;
  • blue value is 139.
RGB:
(209,183,139)
(82%,72%,55%)

RGB channels and saturation

R 209 of 255 = 82%
G 183 of 255 = 72%
B 139 of 255 = 55%

209
183
139

R + G + B ~ 70%. #D1B78B is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 183 + 139 = 531 (100%)
R 209 of 531 ~ 39.36%
G 183 of 531 ~ 34.46%
B 139 of 531 ~ 26.18%

%39.36
%34.46
%26.18

CMYK color model

#D1B78B color CMYK value is (0,12,33,18).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 33.49%
  • key color value is 18.04%
CMYK:
(0,12,33,18)
C0M12Y33K18 
(0%,12%,33%,18%)
(0.00/0.12/0.33/0.18)	

CMYK percentages

%0
%12.44
%33.49
%18.04

Codes

Color #D1B78B in popluar color models

D1B78B
RGB209183139
HSL38°43.21%68.24%
HSB/HSV38°33.49%81.96%
CMYK0.00%12.44%33.49%
18.04%

Color #D1B78B in popluar number systems.

HEXD1B78B
Decimal209183139
Binary110100011011011110001011
Octal321267213

Shades and tints

Shades of #D1B78B

#D1B78B
(209,183,139)
#BEA77F
(190,167,127)
#AB9773
(171,151,115)
#988767
(152,135,103)
#85775B
(133,119,91)
#72674F
(114,103,79)
#5F5743
(95,87,67)
#4C4737
(76,71,55)
#39372B
(57,55,43)
#26271F
(38,39,31)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #D1B78B

#D1B78B
(209,183,139)
#D5BD95
(213,189,149)
#D9C39F
(217,195,159)
#DDC9A9
(221,201,169)
#E1CFB3
(225,207,179)
#E5D5BD
(229,213,189)
#E9DBC7
(233,219,199)
#EDE1D1
(237,225,209)
#F1E7DB
(241,231,219)
#F5EDE5
(245,237,229)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B78B color. Also use rgb(209,183,139) instead hex code.

Text Font Color

.myTextColor { color: #D1B78B; }

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

This text font color is #D1B78B.


Background Color

.myBgColor { background-color: #D1B78B; }

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

This div background color is #D1B78B.


Border color

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

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

This div border color is #D1B78B.


Opacity

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

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

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

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

This text has shadow with #D1B78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B78B on black background.


Color preview on white background

This text has color #D1B78B on white background.



Black color preview on #D1B78B background

This text has black color on #D1B78B background.


White color preview on #D1B78B background

This text has white color on #D1B78B background.