COLOR #D6A68C

HEX: #D6A68C
RGB: (214,166,140)

Color info

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

RGB color model

#D6A68C color RGB value is (214,166,140).

  • red value is 214;
  • green value is 166;
  • blue value is 140.
RGB:
(214,166,140)
(84%,65%,55%)

RGB channels and saturation

R 214 of 255 = 84%
G 166 of 255 = 65%
B 140 of 255 = 55%

214
166
140

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

Portions of RGB colors in percentages

R + G + B =
214 + 166 + 140 = 520 (100%)
R 214 of 520 ~ 41.15%
G 166 of 520 ~ 31.92%
B 140 of 520 ~ 26.92%

%41.15
%31.92
%26.92

CMYK color model

#D6A68C color CMYK value is (0,22,35,16).

  • cyan value is 0.00%
  • magenta value is 22.43%
  • yellow value is 34.58%
  • key color value is 16.08%
CMYK:
(0,22,35,16)
C0M22Y35K16 
(0%,22%,35%,16%)
(0.00/0.22/0.35/0.16)	

CMYK percentages

%0
%22.43
%34.58
%16.08

Codes

Color #D6A68C in popluar color models

D6A68C
RGB214166140
HSL21°47.44%69.41%
HSB/HSV21°34.58%83.92%
CMYK0.00%22.43%34.58%
16.08%

Color #D6A68C in popluar number systems.

HEXD6A68C
Decimal214166140
Binary110101101010011010001100
Octal326246214

Shades and tints

Shades of #D6A68C

#D6A68C
(214,166,140)
#C39780
(195,151,128)
#B08874
(176,136,116)
#9D7968
(157,121,104)
#8A6A5C
(138,106,92)
#775B50
(119,91,80)
#644C44
(100,76,68)
#513D38
(81,61,56)
#3E2E2C
(62,46,44)
#2B1F20
(43,31,32)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #D6A68C

#D6A68C
(214,166,140)
#D9AE96
(217,174,150)
#DCB6A0
(220,182,160)
#DFBEAA
(223,190,170)
#E2C6B4
(226,198,180)
#E5CEBE
(229,206,190)
#E8D6C8
(232,214,200)
#EBDED2
(235,222,210)
#EEE6DC
(238,230,220)
#F1EEE6
(241,238,230)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A68C color. Also use rgb(214,166,140) instead hex code.

Text Font Color

.myTextColor { color: #D6A68C; }

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

This text font color is #D6A68C.


Background Color

.myBgColor { background-color: #D6A68C; }

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

This div background color is #D6A68C.


Border color

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

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

This div border color is #D6A68C.


Opacity

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

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

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

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

This text has shadow with #D6A68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A68C on black background.


Color preview on white background

This text has color #D6A68C on white background.



Black color preview on #D6A68C background

This text has black color on #D6A68C background.


White color preview on #D6A68C background

This text has white color on #D6A68C background.