COLOR #D1B296

HEX: #D1B296
RGB: (209,178,150)

Color info

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

RGB color model

#D1B296 color RGB value is (209,178,150).

  • red value is 209;
  • green value is 178;
  • blue value is 150.
RGB:
(209,178,150)
(82%,70%,59%)

RGB channels and saturation

R 209 of 255 = 82%
G 178 of 255 = 70%
B 150 of 255 = 59%

209
178
150

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

Portions of RGB colors in percentages

R + G + B =
209 + 178 + 150 = 537 (100%)
R 209 of 537 ~ 38.92%
G 178 of 537 ~ 33.15%
B 150 of 537 ~ 27.93%

%38.92
%33.15
%27.93

CMYK color model

#D1B296 color CMYK value is (0,15,28,18).

  • cyan value is 0.00%
  • magenta value is 14.83%
  • yellow value is 28.23%
  • key color value is 18.04%
CMYK:
(0,15,28,18)
C0M15Y28K18 
(0%,15%,28%,18%)
(0.00/0.15/0.28/0.18)	

CMYK percentages

%0
%14.83
%28.23
%18.04

Codes

Color #D1B296 in popluar color models

D1B296
RGB209178150
HSL28°39.07%70.39%
HSB/HSV28°28.23%81.96%
CMYK0.00%14.83%28.23%
18.04%

Color #D1B296 in popluar number systems.

HEXD1B296
Decimal209178150
Binary110100011011001010010110
Octal321262226

Shades and tints

Shades of #D1B296

#D1B296
(209,178,150)
#BEA289
(190,162,137)
#AB927C
(171,146,124)
#98826F
(152,130,111)
#857262
(133,114,98)
#726255
(114,98,85)
#5F5248
(95,82,72)
#4C423B
(76,66,59)
#39322E
(57,50,46)
#262221
(38,34,33)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #D1B296

#D1B296
(209,178,150)
#D5B99F
(213,185,159)
#D9C0A8
(217,192,168)
#DDC7B1
(221,199,177)
#E1CEBA
(225,206,186)
#E5D5C3
(229,213,195)
#E9DCCC
(233,220,204)
#EDE3D5
(237,227,213)
#F1EADE
(241,234,222)
#F5F1E7
(245,241,231)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B296 color. Also use rgb(209,178,150) instead hex code.

Text Font Color

.myTextColor { color: #D1B296; }

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

This text font color is #D1B296.


Background Color

.myBgColor { background-color: #D1B296; }

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

This div background color is #D1B296.


Border color

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

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

This div border color is #D1B296.


Opacity

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

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

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

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

This text has shadow with #D1B296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B296 on black background.


Color preview on white background

This text has color #D1B296 on white background.



Black color preview on #D1B296 background

This text has black color on #D1B296 background.


White color preview on #D1B296 background

This text has white color on #D1B296 background.