COLOR #D3B696

HEX: #D3B696 RGB: (211,182,150)

Color info

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

RGB color model

#D3B696 color RGB value is (211,182,150).

RGB: (211,182,150) (83%, 71%, 59%)

RGB channels and saturation

R 211 of 255 = 83%
G 182 of 255 = 71%
B 150 of 255 = 59%

211
182
150

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

Portions of RGB colors in percentages

R + G + B = 211 + 182 + 150 = 543 (100%)
R 211 of 543 ~ 38.86%
G 182 of 543 ~ 33.52%
B 150 of 543 ~ 27.62'%

%38.86
%33.52
%27.62

CMYK color model

#D3B696 color CMYK value is (0,14,29,17).

  • cyan value is 0.00%
  • magenta value is 13.74%
  • yellow value is 28.91%
  • key color value is 17.25%

CMYK: (0,14,29,17)
C0M14Y29K17 (0%, 14%, 29%, 17%)
(0.00 / 0.14 / 0.29 / 0.17)

CMYK percentages

%0
%13.74
%28.91
%17.25

Codes

Color #D3B696 in popluar color models

D3 B6 96
RGB 211 182 150
HSL 31° 40.94% 70.78%
HSB/HSV 31° 28.91% 82.75%
CMYK 0.00% 13.74% 28.91%
17.25%

Color #D3B696 in popluar number systems.

HEX D3 B6 96
Decimal 211 182 150
Binary 11010011 10110110 10010110
Octal 323 266 226

Shades and tints

Shades of #D3B696

#D3B696
(211,182,150)
#C0A689
(192,166,137)
#AD967C
(173,150,124)
#9A866F
(154,134,111)
#877662
(135,118,98)
#746655
(116,102,85)
#615648
(97,86,72)
#4E463B
(78,70,59)
#3B362E
(59,54,46)
#282621
(40,38,33)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #D3B696

#D3B696
(211,182,150)
#D7BC9F
(215,188,159)
#DBC2A8
(219,194,168)
#DFC8B1
(223,200,177)
#E3CEBA
(227,206,186)
#E7D4C3
(231,212,195)
#EBDACC
(235,218,204)
#EFE0D5
(239,224,213)
#F3E6DE
(243,230,222)
#F7ECE7
(247,236,231)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B696; }

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

This text font color is #D3B696.

Background Color

.myBgColor { background-color: #D3B696; }

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

This div background color is #D3B696.

Border color

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

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

This div border color is #D3B696.

Opacity

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

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

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

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

This text has shadow with #D3B696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B696.

Preview

Color preview on black background

This text has color #D3B696 on black background.


Color preview on white background

This text has color #D3B696 on white background.


Black color preview on #D3B696 background

This text has black color on #D3B696 background.


White color preview on #D3B696 background

This text has white color on #D3B696 background.


Related colors

Complementary color

Complementary color for #hex is #2C4969.


I love getcolorcode.com

Triadic colors

1 #96D3B6 and #B696D3 with #D3B696 are triadic colors.

2 #96B6D3 and #B6D396 with #D3B696 are triadic colors.