COLOR #D6AD8A

HEX: #D6AD8A RGB: (214,173,138)

Color info

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

RGB color model

#D6AD8A color RGB value is (214,173,138).

RGB: (214,173,138) (84%, 68%, 54%)

RGB channels and saturation

R 214 of 255 = 84%
G 173 of 255 = 68%
B 138 of 255 = 54%

214
173
138

R + G + B ~ 69%. #D6AD8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 173 + 138 = 525 (100%)
R 214 of 525 ~ 40.76%
G 173 of 525 ~ 32.95%
B 138 of 525 ~ 26.29'%

%40.76
%32.95
%26.29

CMYK color model

#D6AD8A color CMYK value is (0,19,36,16).

  • cyan value is 0.00%
  • magenta value is 19.16%
  • yellow value is 35.51%
  • key color value is 16.08%

CMYK: (0,19,36,16)
C0M19Y36K16 (0%, 19%, 36%, 16%)
(0.00 / 0.19 / 0.36 / 0.16)

CMYK percentages

%0
%19.16
%35.51
%16.08

Codes

Color #D6AD8A in popluar color models

D6 AD 8A
RGB 214 173 138
HSL 28° 48.10% 69.02%
HSB/HSV 28° 35.51% 83.92%
CMYK 0.00% 19.16% 35.51%
16.08%

Color #D6AD8A in popluar number systems.

HEX D6 AD 8A
Decimal 214 173 138
Binary 11010110 10101101 10001010
Octal 326 255 212

Shades and tints

Shades of #D6AD8A

#D6AD8A
(214,173,138)
#C39E7E
(195,158,126)
#B08F72
(176,143,114)
#9D8066
(157,128,102)
#8A715A
(138,113,90)
#77624E
(119,98,78)
#645342
(100,83,66)
#514436
(81,68,54)
#3E352A
(62,53,42)
#2B261E
(43,38,30)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #D6AD8A

#D6AD8A
(214,173,138)
#D9B494
(217,180,148)
#DCBB9E
(220,187,158)
#DFC2A8
(223,194,168)
#E2C9B2
(226,201,178)
#E5D0BC
(229,208,188)
#E8D7C6
(232,215,198)
#EBDED0
(235,222,208)
#EEE5DA
(238,229,218)
#F1ECE4
(241,236,228)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6AD8A color. Also use rgb(214,173,138) instead hex code.

Text Font Color

.myTextColor { color: #D6AD8A; }

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

This text font color is #D6AD8A.

Background Color

.myBgColor { background-color: #D6AD8A; }

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

This div background color is #D6AD8A.

Border color

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

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

This div border color is #D6AD8A.

Opacity

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

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

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

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

This text has shadow with #D6AD8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6AD8A.

Preview

Color preview on black background

This text has color #D6AD8A on black background.


Color preview on white background

This text has color #D6AD8A on white background.


Black color preview on #D6AD8A background

This text has black color on #D6AD8A background.


White color preview on #D6AD8A background

This text has white color on #D6AD8A background.


Related colors

Complementary color

Complementary color for #hex is #295275.


I love getcolorcode.com

Triadic colors

1 #8AD6AD and #AD8AD6 with #D6AD8A are triadic colors.

2 #8AADD6 and #ADD68A with #D6AD8A are triadic colors.