COLOR #D29B9C

HEX: #D29B9C RGB: (210,155,156)

Color info

#D29B9C contains red, green and blue colors in about the same proportion. Web safe color of #D29B9C is #CC9999 (or #C99).

RGB color model

#D29B9C color RGB value is (210,155,156).

RGB: (210,155,156) (82%, 61%, 61%)

RGB channels and saturation

R 210 of 255 = 82%
G 155 of 255 = 61%
B 156 of 255 = 61%

210
155
156

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

Portions of RGB colors in percentages

R + G + B = 210 + 155 + 156 = 521 (100%)
R 210 of 521 ~ 40.31%
G 155 of 521 ~ 29.75%
B 156 of 521 ~ 29.94'%

%40.31
%29.75
%29.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 25.71%
  • key color value is 17.65%
CMYK: (0,26,26,18) C0M26Y26K18 (0%,26%,26%,18%) (0.00/0.26/0.26/0.18) 

CMYK percentages

%0
%26.19
%25.71
%17.65

Codes

Color #D29B9C in popluar color models

D2 9B 9C
RGB 210 155 156
HSL 359° 37.93% 71.57%
HSB/HSV 359° 26.19% 82.35%
CMYK 0.00% 26.19% 25.71%
17.65%

Color #D29B9C in popluar number systems.

HEX D2 9B 9C
Decimal 210 155 156
Binary 11010010 10011011 10011100
Octal 322 233 234

Shades and tints

Shades of #D29B9C

#D29B9C
(210,155,156)
#BF8D8E
(191,141,142)
#AC7F80
(172,127,128)
#997172
(153,113,114)
#866364
(134,99,100)
#735556
(115,85,86)
#604748
(96,71,72)
#4D393A
(77,57,58)
#3A2B2C
(58,43,44)
#271D1E
(39,29,30)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #D29B9C

#D29B9C
(210,155,156)
#D6A4A5
(214,164,165)
#DAADAE
(218,173,174)
#DEB6B7
(222,182,183)
#E2BFC0
(226,191,192)
#E6C8C9
(230,200,201)
#EAD1D2
(234,209,210)
#EEDADB
(238,218,219)
#F2E3E4
(242,227,228)
#F6ECED
(246,236,237)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D29B9C; }

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

This text font color is #D29B9C.

Background Color

.myBgColor { background-color: #D29B9C; }

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

This div background color is #D29B9C.

Border color

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

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

This div border color is #D29B9C.

Opacity

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

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

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

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

This text has shadow with #D29B9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D29B9C.

Preview

Color preview on black background

This text has color #D29B9C on black background.


Color preview on white background

This text has color #D29B9C on white background.


Black color preview on #D29B9C background

This text has black color on #D29B9C background.


White color preview on #D29B9C background

This text has white color on #D29B9C background.


Related colors

Complementary color

Complementary color for #hex is #2D6463.


I love getcolorcode.com

Triadic colors

1 #9CD29B and #9B9CD2 with #D29B9C are triadic colors.

2 #9C9BD2 and #9BD29C with #D29B9C are triadic colors.