COLOR #D1B395

HEX: #D1B395
RGB: (209,179,149)

Color info

#D1B395 contains mainly red and green colors. Web safe color of #D1B395 is #CC9999 (or #C99).

RGB color model

#D1B395 color RGB value is (209,179,149).

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

RGB channels and saturation

R 209 of 255 = 82%
G 179 of 255 = 70%
B 149 of 255 = 58%

209
179
149

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

Portions of RGB colors in percentages

R + G + B =
209 + 179 + 149 = 537 (100%)
R 209 of 537 ~ 38.92%
G 179 of 537 ~ 33.33%
B 149 of 537 ~ 27.75%

%38.92
%33.33
%27.75

CMYK color model

#D1B395 color CMYK value is (0,14,29,18).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 28.71%
  • key color value is 18.04%
CMYK:
(0,14,29,18)
C0M14Y29K18 
(0%,14%,29%,18%)
(0.00/0.14/0.29/0.18)	

CMYK percentages

%0
%14.35
%28.71
%18.04

Codes

Color #D1B395 in popluar color models

D1B395
RGB209179149
HSL30°39.47%70.20%
HSB/HSV30°28.71%81.96%
CMYK0.00%14.35%28.71%
18.04%

Color #D1B395 in popluar number systems.

HEXD1B395
Decimal209179149
Binary110100011011001110010101
Octal321263225

Shades and tints

Shades of #D1B395

#D1B395
(209,179,149)
#BEA388
(190,163,136)
#AB937B
(171,147,123)
#98836E
(152,131,110)
#857361
(133,115,97)
#726354
(114,99,84)
#5F5347
(95,83,71)
#4C433A
(76,67,58)
#39332D
(57,51,45)
#262320
(38,35,32)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #D1B395

#D1B395
(209,179,149)
#D5B99E
(213,185,158)
#D9BFA7
(217,191,167)
#DDC5B0
(221,197,176)
#E1CBB9
(225,203,185)
#E5D1C2
(229,209,194)
#E9D7CB
(233,215,203)
#EDDDD4
(237,221,212)
#F1E3DD
(241,227,221)
#F5E9E6
(245,233,230)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B395; }

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

This text font color is #D1B395.


Background Color

.myBgColor { background-color: #D1B395; }

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

This div background color is #D1B395.


Border color

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

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

This div border color is #D1B395.


Opacity

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

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

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

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

This text has shadow with #D1B395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B395 on black background.


Color preview on white background

This text has color #D1B395 on white background.



Black color preview on #D1B395 background

This text has black color on #D1B395 background.


White color preview on #D1B395 background

This text has white color on #D1B395 background.