COLOR #D1877F

HEX: #D1877F
RGB: (209,135,127)

Color info

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

RGB color model

#D1877F color RGB value is (209,135,127).

  • red value is 209;
  • green value is 135;
  • blue value is 127.
RGB:
(209,135,127)
(82%,53%,50%)

RGB channels and saturation

R 209 of 255 = 82%
G 135 of 255 = 53%
B 127 of 255 = 50%

209
135
127

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

Portions of RGB colors in percentages

R + G + B =
209 + 135 + 127 = 471 (100%)
R 209 of 471 ~ 44.37%
G 135 of 471 ~ 28.66%
B 127 of 471 ~ 26.96%

%44.37
%28.66
%26.96

CMYK color model

#D1877F color CMYK value is (0,35,39,18).

  • cyan value is 0.00%
  • magenta value is 35.41%
  • yellow value is 39.23%
  • key color value is 18.04%
CMYK:
(0,35,39,18)
C0M35Y39K18 
(0%,35%,39%,18%)
(0.00/0.35/0.39/0.18)	

CMYK percentages

%0
%35.41
%39.23
%18.04

Codes

Color #D1877F in popluar color models

D1877F
RGB209135127
HSL47.13%65.88%
HSB/HSV39.23%81.96%
CMYK0.00%35.41%39.23%
18.04%

Color #D1877F in popluar number systems.

HEXD1877F
Decimal209135127
Binary11010001100001111111111
Octal321207177

Shades and tints

Shades of #D1877F

#D1877F
(209,135,127)
#BE7B74
(190,123,116)
#AB6F69
(171,111,105)
#98635E
(152,99,94)
#855753
(133,87,83)
#724B48
(114,75,72)
#5F3F3D
(95,63,61)
#4C3332
(76,51,50)
#392727
(57,39,39)
#261B1C
(38,27,28)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #D1877F

#D1877F
(209,135,127)
#D5918A
(213,145,138)
#D99B95
(217,155,149)
#DDA5A0
(221,165,160)
#E1AFAB
(225,175,171)
#E5B9B6
(229,185,182)
#E9C3C1
(233,195,193)
#EDCDCC
(237,205,204)
#F1D7D7
(241,215,215)
#F5E1E2
(245,225,226)
#F9EBED
(249,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1877F color. Also use rgb(209,135,127) instead hex code.

Text Font Color

.myTextColor { color: #D1877F; }

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

This text font color is #D1877F.


Background Color

.myBgColor { background-color: #D1877F; }

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

This div background color is #D1877F.


Border color

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

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

This div border color is #D1877F.


Opacity

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

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

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

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

This text has shadow with #D1877F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1877F on black background.


Color preview on white background

This text has color #D1877F on white background.



Black color preview on #D1877F background

This text has black color on #D1877F background.


White color preview on #D1877F background

This text has white color on #D1877F background.