COLOR #D9878D

HEX: #D9878D
RGB: (217,135,141)

Color info

#D9878D contains mainly red color. Web safe color of #D9878D is #CC9999 (or #C99).

RGB color model

#D9878D color RGB value is (217,135,141).

  • red value is 217;
  • green value is 135;
  • blue value is 141.
RGB:
(217,135,141)
(85%,53%,55%)

RGB channels and saturation

R 217 of 255 = 85%
G 135 of 255 = 53%
B 141 of 255 = 55%

217
135
141

R + G + B ~ 64%. #D9878D is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 135 + 141 = 493 (100%)
R 217 of 493 ~ 44.02%
G 135 of 493 ~ 27.38%
B 141 of 493 ~ 28.6%

%44.02
%27.38
%28.6

CMYK color model

#D9878D color CMYK value is (0,38,35,15).

  • cyan value is 0.00%
  • magenta value is 37.79%
  • yellow value is 35.02%
  • key color value is 14.90%
CMYK:
(0,38,35,15)
C0M38Y35K15 
(0%,38%,35%,15%)
(0.00/0.38/0.35/0.15)	

CMYK percentages

%0
%37.79
%35.02
%14.9

Codes

Color #D9878D in popluar color models

D9878D
RGB217135141
HSL356°51.90%69.02%
HSB/HSV356°37.79%85.10%
CMYK0.00%37.79%35.02%
14.90%

Color #D9878D in popluar number systems.

HEXD9878D
Decimal217135141
Binary110110011000011110001101
Octal331207215

Shades and tints

Shades of #D9878D

#D9878D
(217,135,141)
#C67B81
(198,123,129)
#B36F75
(179,111,117)
#A06369
(160,99,105)
#8D575D
(141,87,93)
#7A4B51
(122,75,81)
#673F45
(103,63,69)
#543339
(84,51,57)
#41272D
(65,39,45)
#2E1B21
(46,27,33)
#1B0F15
(27,15,21)
#000000
(0,0,0)

Tints of #D9878D

#D9878D
(217,135,141)
#DC9197
(220,145,151)
#DF9BA1
(223,155,161)
#E2A5AB
(226,165,171)
#E5AFB5
(229,175,181)
#E8B9BF
(232,185,191)
#EBC3C9
(235,195,201)
#EECDD3
(238,205,211)
#F1D7DD
(241,215,221)
#F4E1E7
(244,225,231)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9878D color. Also use rgb(217,135,141) instead hex code.

Text Font Color

.myTextColor { color: #D9878D; }

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

This text font color is #D9878D.


Background Color

.myBgColor { background-color: #D9878D; }

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

This div background color is #D9878D.


Border color

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

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

This div border color is #D9878D.


Opacity

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

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

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

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

This text has shadow with #D9878D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9878D on black background.


Color preview on white background

This text has color #D9878D on white background.



Black color preview on #D9878D background

This text has black color on #D9878D background.


White color preview on #D9878D background

This text has white color on #D9878D background.