COLOR #D5B993

HEX: #D5B993
RGB: (213,185,147)

Color info

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

RGB color model

#D5B993 color RGB value is (213,185,147).

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

RGB channels and saturation

R 213 of 255 = 84%
G 185 of 255 = 73%
B 147 of 255 = 58%

213
185
147

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

Portions of RGB colors in percentages

R + G + B =
213 + 185 + 147 = 545 (100%)
R 213 of 545 ~ 39.08%
G 185 of 545 ~ 33.94%
B 147 of 545 ~ 26.97%

%39.08
%33.94
%26.97

CMYK color model

#D5B993 color CMYK value is (0,13,31,16).

  • cyan value is 0.00%
  • magenta value is 13.15%
  • yellow value is 30.99%
  • key color value is 16.47%
CMYK:
(0,13,31,16)
C0M13Y31K16 
(0%,13%,31%,16%)
(0.00/0.13/0.31/0.16)	

CMYK percentages

%0
%13.15
%30.99
%16.47

Codes

Color #D5B993 in popluar color models

D5B993
RGB213185147
HSL35°44.00%70.59%
HSB/HSV35°30.99%83.53%
CMYK0.00%13.15%30.99%
16.47%

Color #D5B993 in popluar number systems.

HEXD5B993
Decimal213185147
Binary110101011011100110010011
Octal325271223

Shades and tints

Shades of #D5B993

#D5B993
(213,185,147)
#C2A986
(194,169,134)
#AF9979
(175,153,121)
#9C896C
(156,137,108)
#89795F
(137,121,95)
#766952
(118,105,82)
#635945
(99,89,69)
#504938
(80,73,56)
#3D392B
(61,57,43)
#2A291E
(42,41,30)
#171911
(23,25,17)
#000000
(0,0,0)

Tints of #D5B993

#D5B993
(213,185,147)
#D8BF9C
(216,191,156)
#DBC5A5
(219,197,165)
#DECBAE
(222,203,174)
#E1D1B7
(225,209,183)
#E4D7C0
(228,215,192)
#E7DDC9
(231,221,201)
#EAE3D2
(234,227,210)
#EDE9DB
(237,233,219)
#F0EFE4
(240,239,228)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B993; }

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

This text font color is #D5B993.


Background Color

.myBgColor { background-color: #D5B993; }

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

This div background color is #D5B993.


Border color

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

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

This div border color is #D5B993.


Opacity

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

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

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

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

This text has shadow with #D5B993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B993 on black background.


Color preview on white background

This text has color #D5B993 on white background.



Black color preview on #D5B993 background

This text has black color on #D5B993 background.


White color preview on #D5B993 background

This text has white color on #D5B993 background.