COLOR #D1B39C

HEX: #D1B39C
RGB: (209,179,156)

Color info

#D1B39C contains red, green and blue colors in about the same proportion. Web safe color of #D1B39C is #CC9999 (or #C99).

RGB color model

#D1B39C color RGB value is (209,179,156).

  • red value is 209;
  • green value is 179;
  • blue value is 156.
RGB:
(209,179,156)
(82%,70%,61%)

RGB channels and saturation

R 209 of 255 = 82%
G 179 of 255 = 70%
B 156 of 255 = 61%

209
179
156

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

Portions of RGB colors in percentages

R + G + B =
209 + 179 + 156 = 544 (100%)
R 209 of 544 ~ 38.42%
G 179 of 544 ~ 32.9%
B 156 of 544 ~ 28.68%

%38.42
%32.9
%28.68

CMYK color model

#D1B39C color CMYK value is (0,14,25,18).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 25.36%
  • key color value is 18.04%
CMYK:
(0,14,25,18)
C0M14Y25K18 
(0%,14%,25%,18%)
(0.00/0.14/0.25/0.18)	

CMYK percentages

%0
%14.35
%25.36
%18.04

Codes

Color #D1B39C in popluar color models

D1B39C
RGB209179156
HSL26°36.55%71.57%
HSB/HSV26°25.36%81.96%
CMYK0.00%14.35%25.36%
18.04%

Color #D1B39C in popluar number systems.

HEXD1B39C
Decimal209179156
Binary110100011011001110011100
Octal321263234

Shades and tints

Shades of #D1B39C

#D1B39C
(209,179,156)
#BEA38E
(190,163,142)
#AB9380
(171,147,128)
#988372
(152,131,114)
#857364
(133,115,100)
#726356
(114,99,86)
#5F5348
(95,83,72)
#4C433A
(76,67,58)
#39332C
(57,51,44)
#26231E
(38,35,30)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #D1B39C

#D1B39C
(209,179,156)
#D5B9A5
(213,185,165)
#D9BFAE
(217,191,174)
#DDC5B7
(221,197,183)
#E1CBC0
(225,203,192)
#E5D1C9
(229,209,201)
#E9D7D2
(233,215,210)
#EDDDDB
(237,221,219)
#F1E3E4
(241,227,228)
#F5E9ED
(245,233,237)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B39C color. Also use rgb(209,179,156) instead hex code.

Text Font Color

.myTextColor { color: #D1B39C; }

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

This text font color is #D1B39C.


Background Color

.myBgColor { background-color: #D1B39C; }

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

This div background color is #D1B39C.


Border color

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

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

This div border color is #D1B39C.


Opacity

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

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

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

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

This text has shadow with #D1B39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B39C on black background.


Color preview on white background

This text has color #D1B39C on white background.



Black color preview on #D1B39C background

This text has black color on #D1B39C background.


White color preview on #D1B39C background

This text has white color on #D1B39C background.