COLOR #D3B69C

HEX: #D3B69C
RGB: (211,182,156)

Color info

#D3B69C contains red, green and blue colors in about the same proportion. Web safe color of #D3B69C is #CCCC99 (or #CC9).

RGB color model

#D3B69C color RGB value is (211,182,156).

  • red value is 211;
  • green value is 182;
  • blue value is 156.
RGB:
(211,182,156)
(83%,71%,61%)

RGB channels and saturation

R 211 of 255 = 83%
G 182 of 255 = 71%
B 156 of 255 = 61%

211
182
156

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

Portions of RGB colors in percentages

R + G + B =
211 + 182 + 156 = 549 (100%)
R 211 of 549 ~ 38.43%
G 182 of 549 ~ 33.15%
B 156 of 549 ~ 28.42%

%38.43
%33.15
%28.42

CMYK color model

#D3B69C color CMYK value is (0,14,26,17).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 26.07%
  • key color value is 17.25%
CMYK:
(0,14,26,17)
C0M14Y26K17 
(0%,14%,26%,17%)
(0.00/0.14/0.26/0.17)	

CMYK percentages

%0
%13.74
%26.07
%17.25

Codes

Color #D3B69C in popluar color models

D3B69C
RGB211182156
HSL28°38.46%71.96%
HSB/HSV28°26.07%82.75%
CMYK0.00%13.74%26.07%
17.25%

Color #D3B69C in popluar number systems.

HEXD3B69C
Decimal211182156
Binary110100111011011010011100
Octal323266234

Shades and tints

Shades of #D3B69C

#D3B69C
(211,182,156)
#C0A68E
(192,166,142)
#AD9680
(173,150,128)
#9A8672
(154,134,114)
#877664
(135,118,100)
#746656
(116,102,86)
#615648
(97,86,72)
#4E463A
(78,70,58)
#3B362C
(59,54,44)
#28261E
(40,38,30)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #D3B69C

#D3B69C
(211,182,156)
#D7BCA5
(215,188,165)
#DBC2AE
(219,194,174)
#DFC8B7
(223,200,183)
#E3CEC0
(227,206,192)
#E7D4C9
(231,212,201)
#EBDAD2
(235,218,210)
#EFE0DB
(239,224,219)
#F3E6E4
(243,230,228)
#F7ECED
(247,236,237)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B69C color. Also use rgb(211,182,156) instead hex code.

Text Font Color

.myTextColor { color: #D3B69C; }

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

This text font color is #D3B69C.


Background Color

.myBgColor { background-color: #D3B69C; }

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

This div background color is #D3B69C.


Border color

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

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

This div border color is #D3B69C.


Opacity

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

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

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

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

This text has shadow with #D3B69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B69C on black background.


Color preview on white background

This text has color #D3B69C on white background.



Black color preview on #D3B69C background

This text has black color on #D3B69C background.


White color preview on #D3B69C background

This text has white color on #D3B69C background.