COLOR #D29C8F

HEX: #D29C8F
RGB: (210,156,143)

Color info

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

RGB color model

#D29C8F color RGB value is (210,156,143).

  • red value is 210;
  • green value is 156;
  • blue value is 143.
RGB:
(210,156,143)
(82%,61%,56%)

RGB channels and saturation

R 210 of 255 = 82%
G 156 of 255 = 61%
B 143 of 255 = 56%

210
156
143

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

Portions of RGB colors in percentages

R + G + B =
210 + 156 + 143 = 509 (100%)
R 210 of 509 ~ 41.26%
G 156 of 509 ~ 30.65%
B 143 of 509 ~ 28.09%

%41.26
%30.65
%28.09

CMYK color model

#D29C8F color CMYK value is (0,26,32,18).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 31.90%
  • key color value is 17.65%
CMYK:
(0,26,32,18)
C0M26Y32K18 
(0%,26%,32%,18%)
(0.00/0.26/0.32/0.18)	

CMYK percentages

%0
%25.71
%31.9
%17.65

Codes

Color #D29C8F in popluar color models

D29C8F
RGB210156143
HSL12°42.68%69.22%
HSB/HSV12°31.90%82.35%
CMYK0.00%25.71%31.90%
17.65%

Color #D29C8F in popluar number systems.

HEXD29C8F
Decimal210156143
Binary110100101001110010001111
Octal322234217

Shades and tints

Shades of #D29C8F

#D29C8F
(210,156,143)
#BF8E82
(191,142,130)
#AC8075
(172,128,117)
#997268
(153,114,104)
#86645B
(134,100,91)
#73564E
(115,86,78)
#604841
(96,72,65)
#4D3A34
(77,58,52)
#3A2C27
(58,44,39)
#271E1A
(39,30,26)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #D29C8F

#D29C8F
(210,156,143)
#D6A599
(214,165,153)
#DAAEA3
(218,174,163)
#DEB7AD
(222,183,173)
#E2C0B7
(226,192,183)
#E6C9C1
(230,201,193)
#EAD2CB
(234,210,203)
#EEDBD5
(238,219,213)
#F2E4DF
(242,228,223)
#F6EDE9
(246,237,233)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29C8F color. Also use rgb(210,156,143) instead hex code.

Text Font Color

.myTextColor { color: #D29C8F; }

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

This text font color is #D29C8F.


Background Color

.myBgColor { background-color: #D29C8F; }

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

This div background color is #D29C8F.


Border color

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

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

This div border color is #D29C8F.


Opacity

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

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

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

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

This text has shadow with #D29C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29C8F on black background.


Color preview on white background

This text has color #D29C8F on white background.



Black color preview on #D29C8F background

This text has black color on #D29C8F background.


White color preview on #D29C8F background

This text has white color on #D29C8F background.