COLOR #D1B493

HEX: #D1B493
RGB: (209,180,147)

Color info

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

RGB color model

#D1B493 color RGB value is (209,180,147).

  • red value is 209;
  • green value is 180;
  • blue value is 147.
RGB:
(209,180,147)
(82%,71%,58%)

RGB channels and saturation

R 209 of 255 = 82%
G 180 of 255 = 71%
B 147 of 255 = 58%

209
180
147

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

Portions of RGB colors in percentages

R + G + B =
209 + 180 + 147 = 536 (100%)
R 209 of 536 ~ 38.99%
G 180 of 536 ~ 33.58%
B 147 of 536 ~ 27.43%

%38.99
%33.58
%27.43

CMYK color model

#D1B493 color CMYK value is (0,14,30,18).

  • cyan value is 0.00%
  • magenta value is 13.88%
  • yellow value is 29.67%
  • key color value is 18.04%
CMYK:
(0,14,30,18)
C0M14Y30K18 
(0%,14%,30%,18%)
(0.00/0.14/0.30/0.18)	

CMYK percentages

%0
%13.88
%29.67
%18.04

Codes

Color #D1B493 in popluar color models

D1B493
RGB209180147
HSL32°40.26%69.80%
HSB/HSV32°29.67%81.96%
CMYK0.00%13.88%29.67%
18.04%

Color #D1B493 in popluar number systems.

HEXD1B493
Decimal209180147
Binary110100011011010010010011
Octal321264223

Shades and tints

Shades of #D1B493

#D1B493
(209,180,147)
#BEA486
(190,164,134)
#AB9479
(171,148,121)
#98846C
(152,132,108)
#85745F
(133,116,95)
#726452
(114,100,82)
#5F5445
(95,84,69)
#4C4438
(76,68,56)
#39342B
(57,52,43)
#26241E
(38,36,30)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #D1B493

#D1B493
(209,180,147)
#D5BA9C
(213,186,156)
#D9C0A5
(217,192,165)
#DDC6AE
(221,198,174)
#E1CCB7
(225,204,183)
#E5D2C0
(229,210,192)
#E9D8C9
(233,216,201)
#EDDED2
(237,222,210)
#F1E4DB
(241,228,219)
#F5EAE4
(245,234,228)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B493 color. Also use rgb(209,180,147) instead hex code.

Text Font Color

.myTextColor { color: #D1B493; }

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

This text font color is #D1B493.


Background Color

.myBgColor { background-color: #D1B493; }

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

This div background color is #D1B493.


Border color

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

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

This div border color is #D1B493.


Opacity

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

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

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

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

This text has shadow with #D1B493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B493 on black background.


Color preview on white background

This text has color #D1B493 on white background.



Black color preview on #D1B493 background

This text has black color on #D1B493 background.


White color preview on #D1B493 background

This text has white color on #D1B493 background.