COLOR #D5B996

HEX: #D5B996
RGB: (213,185,150)

Color info

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

RGB color model

#D5B996 color RGB value is (213,185,150).

  • red value is 213;
  • green value is 185;
  • blue value is 150.
RGB:
(213,185,150)
(84%,73%,59%)

RGB channels and saturation

R 213 of 255 = 84%
G 185 of 255 = 73%
B 150 of 255 = 59%

213
185
150

R + G + B ~ 72%. #D5B996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 185 + 150 = 548 (100%)
R 213 of 548 ~ 38.87%
G 185 of 548 ~ 33.76%
B 150 of 548 ~ 27.37%

%38.87
%33.76
%27.37

CMYK color model

#D5B996 color CMYK value is (0,13,30,16).

  • cyan value is 0.00%
  • magenta value is 13.15%
  • yellow value is 29.58%
  • key color value is 16.47%
CMYK:
(0,13,30,16)
C0M13Y30K16 
(0%,13%,30%,16%)
(0.00/0.13/0.30/0.16)	

CMYK percentages

%0
%13.15
%29.58
%16.47

Codes

Color #D5B996 in popluar color models

D5B996
RGB213185150
HSL33°42.86%71.18%
HSB/HSV33°29.58%83.53%
CMYK0.00%13.15%29.58%
16.47%

Color #D5B996 in popluar number systems.

HEXD5B996
Decimal213185150
Binary110101011011100110010110
Octal325271226

Shades and tints

Shades of #D5B996

#D5B996
(213,185,150)
#C2A989
(194,169,137)
#AF997C
(175,153,124)
#9C896F
(156,137,111)
#897962
(137,121,98)
#766955
(118,105,85)
#635948
(99,89,72)
#50493B
(80,73,59)
#3D392E
(61,57,46)
#2A2921
(42,41,33)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #D5B996

#D5B996
(213,185,150)
#D8BF9F
(216,191,159)
#DBC5A8
(219,197,168)
#DECBB1
(222,203,177)
#E1D1BA
(225,209,186)
#E4D7C3
(228,215,195)
#E7DDCC
(231,221,204)
#EAE3D5
(234,227,213)
#EDE9DE
(237,233,222)
#F0EFE7
(240,239,231)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B996 color. Also use rgb(213,185,150) instead hex code.

Text Font Color

.myTextColor { color: #D5B996; }

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

This text font color is #D5B996.


Background Color

.myBgColor { background-color: #D5B996; }

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

This div background color is #D5B996.


Border color

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

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

This div border color is #D5B996.


Opacity

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

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

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

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

This text has shadow with #D5B996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B996 on black background.


Color preview on white background

This text has color #D5B996 on white background.



Black color preview on #D5B996 background

This text has black color on #D5B996 background.


White color preview on #D5B996 background

This text has white color on #D5B996 background.