COLOR #D29E89

HEX: #D29E89 RGB: (210,158,137)

Color info

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

RGB color model

#D29E89 color RGB value is (210,158,137).

RGB: (210,158,137) (82%, 62%, 54%)

RGB channels and saturation

R 210 of 255 = 82%
G 158 of 255 = 62%
B 137 of 255 = 54%

210
158
137

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

Portions of RGB colors in percentages

R + G + B = 210 + 158 + 137 = 505 (100%)
R 210 of 505 ~ 41.58%
G 158 of 505 ~ 31.29%
B 137 of 505 ~ 27.13'%

%41.58
%31.29
%27.13

CMYK color model

#D29E89 color CMYK value is (0,25,35,18).

  • cyan value is 0.00%
  • magenta value is 24.76%
  • yellow value is 34.76%
  • key color value is 17.65%
CMYK: (0,25,35,18) C0M25Y35K18 (0%,25%,35%,18%) (0.00/0.25/0.35/0.18) 

CMYK percentages

%0
%24.76
%34.76
%17.65

Codes

Color #D29E89 in popluar color models

D2 9E 89
RGB 210 158 137
HSL 17° 44.79% 68.04%
HSB/HSV 17° 34.76% 82.35%
CMYK 0.00% 24.76% 34.76%
17.65%

Color #D29E89 in popluar number systems.

HEX D2 9E 89
Decimal 210 158 137
Binary 11010010 10011110 10001001
Octal 322 236 211

Shades and tints

Shades of #D29E89

#D29E89
(210,158,137)
#BF907D
(191,144,125)
#AC8271
(172,130,113)
#997465
(153,116,101)
#866659
(134,102,89)
#73584D
(115,88,77)
#604A41
(96,74,65)
#4D3C35
(77,60,53)
#3A2E29
(58,46,41)
#27201D
(39,32,29)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #D29E89

#D29E89
(210,158,137)
#D6A693
(214,166,147)
#DAAE9D
(218,174,157)
#DEB6A7
(222,182,167)
#E2BEB1
(226,190,177)
#E6C6BB
(230,198,187)
#EACEC5
(234,206,197)
#EED6CF
(238,214,207)
#F2DED9
(242,222,217)
#F6E6E3
(246,230,227)
#FAEEED
(250,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29E89 color. Also use rgb(210,158,137) instead hex code.

Text Font Color

.myTextColor { color: #D29E89; }

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

This text font color is #D29E89.

Background Color

.myBgColor { background-color: #D29E89; }

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

This div background color is #D29E89.

Border color

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

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

This div border color is #D29E89.

Opacity

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

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

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

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

This text has shadow with #D29E89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D29E89.

Preview

Color preview on black background

This text has color #D29E89 on black background.


Color preview on white background

This text has color #D29E89 on white background.


Black color preview on #D29E89 background

This text has black color on #D29E89 background.


White color preview on #D29E89 background

This text has white color on #D29E89 background.


Related colors

Complementary color

Complementary color for #hex is #2D6176.


I love getcolorcode.com

Triadic colors

1 #89D29E and #9E89D2 with #D29E89 are triadic colors.

2 #899ED2 and #9ED289 with #D29E89 are triadic colors.