COLOR #D6A07F

HEX: #D6A07F
RGB: (214,160,127)

Color info

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

RGB color model

#D6A07F color RGB value is (214,160,127).

  • red value is 214;
  • green value is 160;
  • blue value is 127.
RGB:
(214,160,127)
(84%,63%,50%)

RGB channels and saturation

R 214 of 255 = 84%
G 160 of 255 = 63%
B 127 of 255 = 50%

214
160
127

R + G + B ~ 66%. #D6A07F is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 160 + 127 = 501 (100%)
R 214 of 501 ~ 42.71%
G 160 of 501 ~ 31.94%
B 127 of 501 ~ 25.35%

%42.71
%31.94
%25.35

CMYK color model

#D6A07F color CMYK value is (0,25,41,16).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 40.65%
  • key color value is 16.08%
CMYK:
(0,25,41,16)
C0M25Y41K16 
(0%,25%,41%,16%)
(0.00/0.25/0.41/0.16)	

CMYK percentages

%0
%25.23
%40.65
%16.08

Codes

Color #D6A07F in popluar color models

D6A07F
RGB214160127
HSL23°51.48%66.86%
HSB/HSV23°40.65%83.92%
CMYK0.00%25.23%40.65%
16.08%

Color #D6A07F in popluar number systems.

HEXD6A07F
Decimal214160127
Binary11010110101000001111111
Octal326240177

Shades and tints

Shades of #D6A07F

#D6A07F
(214,160,127)
#C39274
(195,146,116)
#B08469
(176,132,105)
#9D765E
(157,118,94)
#8A6853
(138,104,83)
#775A48
(119,90,72)
#644C3D
(100,76,61)
#513E32
(81,62,50)
#3E3027
(62,48,39)
#2B221C
(43,34,28)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #D6A07F

#D6A07F
(214,160,127)
#D9A88A
(217,168,138)
#DCB095
(220,176,149)
#DFB8A0
(223,184,160)
#E2C0AB
(226,192,171)
#E5C8B6
(229,200,182)
#E8D0C1
(232,208,193)
#EBD8CC
(235,216,204)
#EEE0D7
(238,224,215)
#F1E8E2
(241,232,226)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A07F color. Also use rgb(214,160,127) instead hex code.

Text Font Color

.myTextColor { color: #D6A07F; }

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

This text font color is #D6A07F.


Background Color

.myBgColor { background-color: #D6A07F; }

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

This div background color is #D6A07F.


Border color

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

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

This div border color is #D6A07F.


Opacity

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

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

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

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

This text has shadow with #D6A07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A07F on black background.


Color preview on white background

This text has color #D6A07F on white background.



Black color preview on #D6A07F background

This text has black color on #D6A07F background.


White color preview on #D6A07F background

This text has white color on #D6A07F background.