COLOR #D3B993

HEX: #D3B993
RGB: (211,185,147)

Color info

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

RGB color model

#D3B993 color RGB value is (211,185,147).

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

RGB channels and saturation

R 211 of 255 = 83%
G 185 of 255 = 73%
B 147 of 255 = 58%

211
185
147

R + G + B ~ 71%. #D3B993 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 185 + 147 = 543 (100%)
R 211 of 543 ~ 38.86%
G 185 of 543 ~ 34.07%
B 147 of 543 ~ 27.07%

%38.86
%34.07
%27.07

CMYK color model

#D3B993 color CMYK value is (0,12,30,17).

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 30.33%
  • key color value is 17.25%
CMYK:
(0,12,30,17)
C0M12Y30K17 
(0%,12%,30%,17%)
(0.00/0.12/0.30/0.17)	

CMYK percentages

%0
%12.32
%30.33
%17.25

Codes

Color #D3B993 in popluar color models

D3B993
RGB211185147
HSL36°42.11%70.20%
HSB/HSV36°30.33%82.75%
CMYK0.00%12.32%30.33%
17.25%

Color #D3B993 in popluar number systems.

HEXD3B993
Decimal211185147
Binary110100111011100110010011
Octal323271223

Shades and tints

Shades of #D3B993

#D3B993
(211,185,147)
#C0A986
(192,169,134)
#AD9979
(173,153,121)
#9A896C
(154,137,108)
#87795F
(135,121,95)
#746952
(116,105,82)
#615945
(97,89,69)
#4E4938
(78,73,56)
#3B392B
(59,57,43)
#28291E
(40,41,30)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #D3B993

#D3B993
(211,185,147)
#D7BF9C
(215,191,156)
#DBC5A5
(219,197,165)
#DFCBAE
(223,203,174)
#E3D1B7
(227,209,183)
#E7D7C0
(231,215,192)
#EBDDC9
(235,221,201)
#EFE3D2
(239,227,210)
#F3E9DB
(243,233,219)
#F7EFE4
(247,239,228)
#FBF5ED
(251,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B993; }

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

This text font color is #D3B993.


Background Color

.myBgColor { background-color: #D3B993; }

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

This div background color is #D3B993.


Border color

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

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

This div border color is #D3B993.


Opacity

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

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

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

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

This text has shadow with #D3B993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B993 on black background.


Color preview on white background

This text has color #D3B993 on white background.



Black color preview on #D3B993 background

This text has black color on #D3B993 background.


White color preview on #D3B993 background

This text has white color on #D3B993 background.