COLOR #D3B98B

HEX: #D3B98B
RGB: (211,185,139)

Color info

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

RGB color model

#D3B98B color RGB value is (211,185,139).

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

RGB channels and saturation

R 211 of 255 = 83%
G 185 of 255 = 73%
B 139 of 255 = 55%

211
185
139

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

Portions of RGB colors in percentages

R + G + B =
211 + 185 + 139 = 535 (100%)
R 211 of 535 ~ 39.44%
G 185 of 535 ~ 34.58%
B 139 of 535 ~ 25.98%

%39.44
%34.58
%25.98

CMYK color model

#D3B98B color CMYK value is (0,12,34,17).

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 34.12%
  • key color value is 17.25%
CMYK:
(0,12,34,17)
C0M12Y34K17 
(0%,12%,34%,17%)
(0.00/0.12/0.34/0.17)	

CMYK percentages

%0
%12.32
%34.12
%17.25

Codes

Color #D3B98B in popluar color models

D3B98B
RGB211185139
HSL38°45.00%68.63%
HSB/HSV38°34.12%82.75%
CMYK0.00%12.32%34.12%
17.25%

Color #D3B98B in popluar number systems.

HEXD3B98B
Decimal211185139
Binary110100111011100110001011
Octal323271213

Shades and tints

Shades of #D3B98B

#D3B98B
(211,185,139)
#C0A97F
(192,169,127)
#AD9973
(173,153,115)
#9A8967
(154,137,103)
#87795B
(135,121,91)
#74694F
(116,105,79)
#615943
(97,89,67)
#4E4937
(78,73,55)
#3B392B
(59,57,43)
#28291F
(40,41,31)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #D3B98B

#D3B98B
(211,185,139)
#D7BF95
(215,191,149)
#DBC59F
(219,197,159)
#DFCBA9
(223,203,169)
#E3D1B3
(227,209,179)
#E7D7BD
(231,215,189)
#EBDDC7
(235,221,199)
#EFE3D1
(239,227,209)
#F3E9DB
(243,233,219)
#F7EFE5
(247,239,229)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B98B; }

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

This text font color is #D3B98B.


Background Color

.myBgColor { background-color: #D3B98B; }

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

This div background color is #D3B98B.


Border color

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

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

This div border color is #D3B98B.


Opacity

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

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

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

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

This text has shadow with #D3B98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B98B on black background.


Color preview on white background

This text has color #D3B98B on white background.



Black color preview on #D3B98B background

This text has black color on #D3B98B background.


White color preview on #D3B98B background

This text has white color on #D3B98B background.