COLOR #D6A988

HEX: #D6A988
RGB: (214,169,136)

Color info

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

RGB color model

#D6A988 color RGB value is (214,169,136).

  • red value is 214;
  • green value is 169;
  • blue value is 136.
RGB:
(214,169,136)
(84%,66%,53%)

RGB channels and saturation

R 214 of 255 = 84%
G 169 of 255 = 66%
B 136 of 255 = 53%

214
169
136

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

Portions of RGB colors in percentages

R + G + B =
214 + 169 + 136 = 519 (100%)
R 214 of 519 ~ 41.23%
G 169 of 519 ~ 32.56%
B 136 of 519 ~ 26.2%

%41.23
%32.56
%26.2

CMYK color model

#D6A988 color CMYK value is (0,21,36,16).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 36.45%
  • key color value is 16.08%
CMYK:
(0,21,36,16)
C0M21Y36K16 
(0%,21%,36%,16%)
(0.00/0.21/0.36/0.16)	

CMYK percentages

%0
%21.03
%36.45
%16.08

Codes

Color #D6A988 in popluar color models

D6A988
RGB214169136
HSL25°48.75%68.63%
HSB/HSV25°36.45%83.92%
CMYK0.00%21.03%36.45%
16.08%

Color #D6A988 in popluar number systems.

HEXD6A988
Decimal214169136
Binary110101101010100110001000
Octal326251210

Shades and tints

Shades of #D6A988

#D6A988
(214,169,136)
#C39A7C
(195,154,124)
#B08B70
(176,139,112)
#9D7C64
(157,124,100)
#8A6D58
(138,109,88)
#775E4C
(119,94,76)
#644F40
(100,79,64)
#514034
(81,64,52)
#3E3128
(62,49,40)
#2B221C
(43,34,28)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #D6A988

#D6A988
(214,169,136)
#D9B092
(217,176,146)
#DCB79C
(220,183,156)
#DFBEA6
(223,190,166)
#E2C5B0
(226,197,176)
#E5CCBA
(229,204,186)
#E8D3C4
(232,211,196)
#EBDACE
(235,218,206)
#EEE1D8
(238,225,216)
#F1E8E2
(241,232,226)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A988 color. Also use rgb(214,169,136) instead hex code.

Text Font Color

.myTextColor { color: #D6A988; }

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

This text font color is #D6A988.


Background Color

.myBgColor { background-color: #D6A988; }

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

This div background color is #D6A988.


Border color

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

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

This div border color is #D6A988.


Opacity

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

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

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

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

This text has shadow with #D6A988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A988 on black background.


Color preview on white background

This text has color #D6A988 on white background.



Black color preview on #D6A988 background

This text has black color on #D6A988 background.


White color preview on #D6A988 background

This text has white color on #D6A988 background.