COLOR #D3A678

HEX: #D3A678
RGB: (211,166,120)

Color info

#D3A678 contains mainly red and green colors. Web safe color of #D3A678 is #CC9966 (or #C96).

RGB color model

#D3A678 color RGB value is (211,166,120).

  • red value is 211;
  • green value is 166;
  • blue value is 120.
RGB:
(211,166,120)
(83%,65%,47%)

RGB channels and saturation

R 211 of 255 = 83%
G 166 of 255 = 65%
B 120 of 255 = 47%

211
166
120

R + G + B ~ 65%. #D3A678 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 166 + 120 = 497 (100%)
R 211 of 497 ~ 42.45%
G 166 of 497 ~ 33.4%
B 120 of 497 ~ 24.14%

%42.45
%33.4
%24.14

CMYK color model

#D3A678 color CMYK value is (0,21,43,17).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 43.13%
  • key color value is 17.25%
CMYK:
(0,21,43,17)
C0M21Y43K17 
(0%,21%,43%,17%)
(0.00/0.21/0.43/0.17)	

CMYK percentages

%0
%21.33
%43.13
%17.25

Codes

Color #D3A678 in popluar color models

D3A678
RGB211166120
HSL30°50.84%64.90%
HSB/HSV30°43.13%82.75%
CMYK0.00%21.33%43.13%
17.25%

Color #D3A678 in popluar number systems.

HEXD3A678
Decimal211166120
Binary11010011101001101111000
Octal323246170

Shades and tints

Shades of #D3A678

#D3A678
(211,166,120)
#C0976E
(192,151,110)
#AD8864
(173,136,100)
#9A795A
(154,121,90)
#876A50
(135,106,80)
#745B46
(116,91,70)
#614C3C
(97,76,60)
#4E3D32
(78,61,50)
#3B2E28
(59,46,40)
#281F1E
(40,31,30)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #D3A678

#D3A678
(211,166,120)
#D7AE84
(215,174,132)
#DBB690
(219,182,144)
#DFBE9C
(223,190,156)
#E3C6A8
(227,198,168)
#E7CEB4
(231,206,180)
#EBD6C0
(235,214,192)
#EFDECC
(239,222,204)
#F3E6D8
(243,230,216)
#F7EEE4
(247,238,228)
#FBF6F0
(251,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A678 color. Also use rgb(211,166,120) instead hex code.

Text Font Color

.myTextColor { color: #D3A678; }

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

This text font color is #D3A678.


Background Color

.myBgColor { background-color: #D3A678; }

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

This div background color is #D3A678.


Border color

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

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

This div border color is #D3A678.


Opacity

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

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

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

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

This text has shadow with #D3A678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A678 on black background.


Color preview on white background

This text has color #D3A678 on white background.



Black color preview on #D3A678 background

This text has black color on #D3A678 background.


White color preview on #D3A678 background

This text has white color on #D3A678 background.