COLOR #D3B39C

HEX: #D3B39C RGB: (211,179,156)

Color info

#D3B39C contains red, green and blue colors in about the same proportion. Web safe color of #D3B39C is #CC9999 (or #C99).

RGB color model

#D3B39C color RGB value is (211,179,156).

RGB: (211,179,156) (83%, 70%, 61%)

RGB channels and saturation

R 211 of 255 = 83%
G 179 of 255 = 70%
B 156 of 255 = 61%

211
179
156

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

Portions of RGB colors in percentages

R + G + B = 211 + 179 + 156 = 546 (100%)
R 211 of 546 ~ 38.64%
G 179 of 546 ~ 32.78%
B 156 of 546 ~ 28.57'%

%38.64
%32.78
%28.57

CMYK color model

#D3B39C color CMYK value is (0,15,26,17).

  • cyan value is 0.00%
  • magenta value is 15.17%
  • yellow value is 26.07%
  • key color value is 17.25%
CMYK: (0,15,26,17) C0M15Y26K17 (0%,15%,26%,17%) (0.00/0.15/0.26/0.17) 

CMYK percentages

%0
%15.17
%26.07
%17.25

Codes

Color #D3B39C in popluar color models

D3 B3 9C
RGB 211 179 156
HSL 25° 38.46% 71.96%
HSB/HSV 25° 26.07% 82.75%
CMYK 0.00% 15.17% 26.07%
17.25%

Color #D3B39C in popluar number systems.

HEX D3 B3 9C
Decimal 211 179 156
Binary 11010011 10110011 10011100
Octal 323 263 234

Shades and tints

Shades of #D3B39C

#D3B39C
(211,179,156)
#C0A38E
(192,163,142)
#AD9380
(173,147,128)
#9A8372
(154,131,114)
#877364
(135,115,100)
#746356
(116,99,86)
#615348
(97,83,72)
#4E433A
(78,67,58)
#3B332C
(59,51,44)
#28231E
(40,35,30)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #D3B39C

#D3B39C
(211,179,156)
#D7B9A5
(215,185,165)
#DBBFAE
(219,191,174)
#DFC5B7
(223,197,183)
#E3CBC0
(227,203,192)
#E7D1C9
(231,209,201)
#EBD7D2
(235,215,210)
#EFDDDB
(239,221,219)
#F3E3E4
(243,227,228)
#F7E9ED
(247,233,237)
#FBEFF6
(251,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B39C; }

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

This text font color is #D3B39C.

Background Color

.myBgColor { background-color: #D3B39C; }

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

This div background color is #D3B39C.

Border color

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

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

This div border color is #D3B39C.

Opacity

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

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

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

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

This text has shadow with #D3B39C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B39C.

Preview

Color preview on black background

This text has color #D3B39C on black background.


Color preview on white background

This text has color #D3B39C on white background.


Black color preview on #D3B39C background

This text has black color on #D3B39C background.


White color preview on #D3B39C background

This text has white color on #D3B39C background.


Related colors

Complementary color

Complementary color for #hex is #2C4C63.


I love getcolorcode.com

Triadic colors

1 #9CD3B3 and #B39CD3 with #D3B39C are triadic colors.

2 #9CB3D3 and #B3D39C with #D3B39C are triadic colors.