COLOR #D29B8D

HEX: #D29B8D
RGB: (210,155,141)

Color info

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

RGB color model

#D29B8D color RGB value is (210,155,141).

  • red value is 210;
  • green value is 155;
  • blue value is 141.
RGB:
(210,155,141)
(82%,61%,55%)

RGB channels and saturation

R 210 of 255 = 82%
G 155 of 255 = 61%
B 141 of 255 = 55%

210
155
141

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

Portions of RGB colors in percentages

R + G + B =
210 + 155 + 141 = 506 (100%)
R 210 of 506 ~ 41.5%
G 155 of 506 ~ 30.63%
B 141 of 506 ~ 27.87%

%41.5
%30.63
%27.87

CMYK color model

#D29B8D color CMYK value is (0,26,33,18).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 32.86%
  • key color value is 17.65%
CMYK:
(0,26,33,18)
C0M26Y33K18 
(0%,26%,33%,18%)
(0.00/0.26/0.33/0.18)	

CMYK percentages

%0
%26.19
%32.86
%17.65

Codes

Color #D29B8D in popluar color models

D29B8D
RGB210155141
HSL12°43.40%68.82%
HSB/HSV12°32.86%82.35%
CMYK0.00%26.19%32.86%
17.65%

Color #D29B8D in popluar number systems.

HEXD29B8D
Decimal210155141
Binary110100101001101110001101
Octal322233215

Shades and tints

Shades of #D29B8D

#D29B8D
(210,155,141)
#BF8D81
(191,141,129)
#AC7F75
(172,127,117)
#997169
(153,113,105)
#86635D
(134,99,93)
#735551
(115,85,81)
#604745
(96,71,69)
#4D3939
(77,57,57)
#3A2B2D
(58,43,45)
#271D21
(39,29,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #D29B8D

#D29B8D
(210,155,141)
#D6A497
(214,164,151)
#DAADA1
(218,173,161)
#DEB6AB
(222,182,171)
#E2BFB5
(226,191,181)
#E6C8BF
(230,200,191)
#EAD1C9
(234,209,201)
#EEDAD3
(238,218,211)
#F2E3DD
(242,227,221)
#F6ECE7
(246,236,231)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29B8D color. Also use rgb(210,155,141) instead hex code.

Text Font Color

.myTextColor { color: #D29B8D; }

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

This text font color is #D29B8D.


Background Color

.myBgColor { background-color: #D29B8D; }

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

This div background color is #D29B8D.


Border color

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

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

This div border color is #D29B8D.


Opacity

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

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

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

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

This text has shadow with #D29B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29B8D on black background.


Color preview on white background

This text has color #D29B8D on white background.



Black color preview on #D29B8D background

This text has black color on #D29B8D background.


White color preview on #D29B8D background

This text has white color on #D29B8D background.