COLOR #D6A08F

HEX: #D6A08F
RGB: (214,160,143)

Color info

#D6A08F contains mainly red and green colors. Web safe color of #D6A08F is #CC9999 (or #C99).

RGB color model

#D6A08F color RGB value is (214,160,143).

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

RGB channels and saturation

R 214 of 255 = 84%
G 160 of 255 = 63%
B 143 of 255 = 56%

214
160
143

R + G + B ~ 68%. #D6A08F is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 160 + 143 = 517 (100%)
R 214 of 517 ~ 41.39%
G 160 of 517 ~ 30.95%
B 143 of 517 ~ 27.66%

%41.39
%30.95
%27.66

CMYK color model

#D6A08F color CMYK value is (0,25,33,16).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 33.18%
  • key color value is 16.08%
CMYK:
(0,25,33,16)
C0M25Y33K16 
(0%,25%,33%,16%)
(0.00/0.25/0.33/0.16)	

CMYK percentages

%0
%25.23
%33.18
%16.08

Codes

Color #D6A08F in popluar color models

D6A08F
RGB214160143
HSL14°46.41%70.00%
HSB/HSV14°33.18%83.92%
CMYK0.00%25.23%33.18%
16.08%

Color #D6A08F in popluar number systems.

HEXD6A08F
Decimal214160143
Binary110101101010000010001111
Octal326240217

Shades and tints

Shades of #D6A08F

#D6A08F
(214,160,143)
#C39282
(195,146,130)
#B08475
(176,132,117)
#9D7668
(157,118,104)
#8A685B
(138,104,91)
#775A4E
(119,90,78)
#644C41
(100,76,65)
#513E34
(81,62,52)
#3E3027
(62,48,39)
#2B221A
(43,34,26)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #D6A08F

#D6A08F
(214,160,143)
#D9A899
(217,168,153)
#DCB0A3
(220,176,163)
#DFB8AD
(223,184,173)
#E2C0B7
(226,192,183)
#E5C8C1
(229,200,193)
#E8D0CB
(232,208,203)
#EBD8D5
(235,216,213)
#EEE0DF
(238,224,223)
#F1E8E9
(241,232,233)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A08F; }

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

This text font color is #D6A08F.


Background Color

.myBgColor { background-color: #D6A08F; }

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

This div background color is #D6A08F.


Border color

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

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

This div border color is #D6A08F.


Opacity

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

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

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

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

This text has shadow with #D6A08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A08F on black background.


Color preview on white background

This text has color #D6A08F on white background.



Black color preview on #D6A08F background

This text has black color on #D6A08F background.


White color preview on #D6A08F background

This text has white color on #D6A08F background.