COLOR #D9887D

HEX: #D9887D RGB: (217,136,125)

Color info

#D9887D contains mainly red color. Web safe color of #D9887D is #CC9966 (or #C96).

RGB color model

#D9887D color RGB value is (217,136,125).

RGB: (217,136,125) (85%, 53%, 49%)

RGB channels and saturation

R 217 of 255 = 85%
G 136 of 255 = 53%
B 125 of 255 = 49%

217
136
125

R + G + B ~ 62%. #D9887D is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 136 + 125 = 478 (100%)
R 217 of 478 ~ 45.4%
G 136 of 478 ~ 28.45%
B 125 of 478 ~ 26.15'%

%45.4
%28.45
%26.15

CMYK color model

#D9887D color CMYK value is (0,37,42,15).

  • cyan value is 0.00%
  • magenta value is 37.33%
  • yellow value is 42.40%
  • key color value is 14.90%

CMYK: (0,37,42,15)
C0M37Y42K15 (0%, 37%, 42%, 15%)
(0.00 / 0.37 / 0.42 / 0.15)

CMYK percentages

%0
%37.33
%42.4
%14.9

Codes

Color #D9887D in popluar color models

D9 88 7D
RGB 217 136 125
HSL 54.76% 67.06%
HSB/HSV 42.40% 85.10%
CMYK 0.00% 37.33% 42.40%
14.90%

Color #D9887D in popluar number systems.

HEX D9 88 7D
Decimal 217 136 125
Binary 11011001 10001000 1111101
Octal 331 210 175

Shades and tints

Shades of #D9887D

#D9887D
(217,136,125)
#C67C72
(198,124,114)
#B37067
(179,112,103)
#A0645C
(160,100,92)
#8D5851
(141,88,81)
#7A4C46
(122,76,70)
#67403B
(103,64,59)
#543430
(84,52,48)
#412825
(65,40,37)
#2E1C1A
(46,28,26)
#1B100F
(27,16,15)
#000000
(0,0,0)

Tints of #D9887D

#D9887D
(217,136,125)
#DC9288
(220,146,136)
#DF9C93
(223,156,147)
#E2A69E
(226,166,158)
#E5B0A9
(229,176,169)
#E8BAB4
(232,186,180)
#EBC4BF
(235,196,191)
#EECECA
(238,206,202)
#F1D8D5
(241,216,213)
#F4E2E0
(244,226,224)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9887D color. Also use rgb(217,136,125) instead hex code.

Text Font Color

.myTextColor { color: #D9887D; }

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

This text font color is #D9887D.

Background Color

.myBgColor { background-color: #D9887D; }

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

This div background color is #D9887D.

Border color

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

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

This div border color is #D9887D.

Opacity

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

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

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

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

This text has shadow with #D9887D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9887D.

Preview

Color preview on black background

This text has color #D9887D on black background.


Color preview on white background

This text has color #D9887D on white background.


Black color preview on #D9887D background

This text has black color on #D9887D background.


White color preview on #D9887D background

This text has white color on #D9887D background.


Related colors

Complementary color

Complementary color for #hex is #267782.


I love getcolorcode.com

Triadic colors

1 #7DD988 and #887DD9 with #D9887D are triadic colors.

2 #7D88D9 and #88D97D with #D9887D are triadic colors.