COLOR #D3B88C

HEX: #D3B88C RGB: (211,184,140)

Color info

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

RGB color model

#D3B88C color RGB value is (211,184,140).

RGB: (211,184,140) (83%, 72%, 55%)

RGB channels and saturation

R 211 of 255 = 83%
G 184 of 255 = 72%
B 140 of 255 = 55%

211
184
140

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

Portions of RGB colors in percentages

R + G + B = 211 + 184 + 140 = 535 (100%)
R 211 of 535 ~ 39.44%
G 184 of 535 ~ 34.39%
B 140 of 535 ~ 26.17'%

%39.44
%34.39
%26.17

CMYK color model

#D3B88C color CMYK value is (0,13,34,17).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 33.65%
  • key color value is 17.25%

CMYK: (0,13,34,17)
C0M13Y34K17 (0%, 13%, 34%, 17%)
(0.00 / 0.13 / 0.34 / 0.17)

CMYK percentages

%0
%12.8
%33.65
%17.25

Codes

Color #D3B88C in popluar color models

D3 B8 8C
RGB 211 184 140
HSL 37° 44.65% 68.82%
HSB/HSV 37° 33.65% 82.75%
CMYK 0.00% 12.80% 33.65%
17.25%

Color #D3B88C in popluar number systems.

HEX D3 B8 8C
Decimal 211 184 140
Binary 11010011 10111000 10001100
Octal 323 270 214

Shades and tints

Shades of #D3B88C

#D3B88C
(211,184,140)
#C0A880
(192,168,128)
#AD9874
(173,152,116)
#9A8868
(154,136,104)
#87785C
(135,120,92)
#746850
(116,104,80)
#615844
(97,88,68)
#4E4838
(78,72,56)
#3B382C
(59,56,44)
#282820
(40,40,32)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #D3B88C

#D3B88C
(211,184,140)
#D7BE96
(215,190,150)
#DBC4A0
(219,196,160)
#DFCAAA
(223,202,170)
#E3D0B4
(227,208,180)
#E7D6BE
(231,214,190)
#EBDCC8
(235,220,200)
#EFE2D2
(239,226,210)
#F3E8DC
(243,232,220)
#F7EEE6
(247,238,230)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B88C color. Also use rgb(211,184,140) instead hex code.

Text Font Color

.myTextColor { color: #D3B88C; }

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

This text font color is #D3B88C.

Background Color

.myBgColor { background-color: #D3B88C; }

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

This div background color is #D3B88C.

Border color

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

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

This div border color is #D3B88C.

Opacity

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

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

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

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

This text has shadow with #D3B88C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B88C.

Preview

Color preview on black background

This text has color #D3B88C on black background.


Color preview on white background

This text has color #D3B88C on white background.


Black color preview on #D3B88C background

This text has black color on #D3B88C background.


White color preview on #D3B88C background

This text has white color on #D3B88C background.


Related colors

Complementary color

Complementary color for #hex is #2C4773.


I love getcolorcode.com

Triadic colors

1 #8CD3B8 and #B88CD3 with #D3B88C are triadic colors.

2 #8CB8D3 and #B8D38C with #D3B88C are triadic colors.