COLOR #D86F70

HEX: #D86F70
RGB: (216,111,112)

Color info

#D86F70 contains mainly red color. Web safe color of #D86F70 is #CC6666 (or #C66).

RGB color model

#D86F70 color RGB value is (216,111,112).

  • red value is 216;
  • green value is 111;
  • blue value is 112.
RGB:
(216,111,112)
(85%,44%,44%)

RGB channels and saturation

R 216 of 255 = 85%
G 111 of 255 = 44%
B 112 of 255 = 44%

216
111
112

R + G + B ~ 58%. #D86F70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
216 + 111 + 112 = 439 (100%)
R 216 of 439 ~ 49.2%
G 111 of 439 ~ 25.28%
B 112 of 439 ~ 25.51%

%49.2
%25.28
%25.51

CMYK color model

#D86F70 color CMYK value is (0,49,48,15).

  • cyan value is 0.00%
  • magenta value is 48.61%
  • yellow value is 48.15%
  • key color value is 15.29%
CMYK:
(0,49,48,15)
C0M49Y48K15 
(0%,49%,48%,15%)
(0.00/0.49/0.48/0.15)	

CMYK percentages

%0
%48.61
%48.15
%15.29

Codes

Color #D86F70 in popluar color models

D86F70
RGB216111112
HSL359°57.38%64.12%
HSB/HSV359°48.61%84.71%
CMYK0.00%48.61%48.15%
15.29%

Color #D86F70 in popluar number systems.

HEXD86F70
Decimal216111112
Binary1101100011011111110000
Octal330157160

Shades and tints

Shades of #D86F70

#D86F70
(216,111,112)
#C56566
(197,101,102)
#B25B5C
(178,91,92)
#9F5152
(159,81,82)
#8C4748
(140,71,72)
#793D3E
(121,61,62)
#663334
(102,51,52)
#53292A
(83,41,42)
#401F20
(64,31,32)
#2D1516
(45,21,22)
#1A0B0C
(26,11,12)
#000000
(0,0,0)

Tints of #D86F70

#D86F70
(216,111,112)
#DB7C7D
(219,124,125)
#DE898A
(222,137,138)
#E19697
(225,150,151)
#E4A3A4
(228,163,164)
#E7B0B1
(231,176,177)
#EABDBE
(234,189,190)
#EDCACB
(237,202,203)
#F0D7D8
(240,215,216)
#F3E4E5
(243,228,229)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D86F70 color. Also use rgb(216,111,112) instead hex code.

Text Font Color

.myTextColor { color: #D86F70; }

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

This text font color is #D86F70.


Background Color

.myBgColor { background-color: #D86F70; }

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

This div background color is #D86F70.


Border color

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

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

This div border color is #D86F70.


Opacity

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

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

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

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

This text has shadow with #D86F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D86F70 on black background.


Color preview on white background

This text has color #D86F70 on white background.



Black color preview on #D86F70 background

This text has black color on #D86F70 background.


White color preview on #D86F70 background

This text has white color on #D86F70 background.