COLOR #D86B79

HEX: #D86B79
RGB: (216,107,121)

Color info

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

RGB color model

#D86B79 color RGB value is (216,107,121).

  • red value is 216;
  • green value is 107;
  • blue value is 121.
RGB:
(216,107,121)
(85%,42%,47%)

RGB channels and saturation

R 216 of 255 = 85%
G 107 of 255 = 42%
B 121 of 255 = 47%

216
107
121

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

Portions of RGB colors in percentages

R + G + B =
216 + 107 + 121 = 444 (100%)
R 216 of 444 ~ 48.65%
G 107 of 444 ~ 24.1%
B 121 of 444 ~ 27.25%

%48.65
%24.1
%27.25

CMYK color model

#D86B79 color CMYK value is (0,50,44,15).

  • cyan value is 0.00%
  • magenta value is 50.46%
  • yellow value is 43.98%
  • key color value is 15.29%
CMYK:
(0,50,44,15)
C0M50Y44K15 
(0%,50%,44%,15%)
(0.00/0.50/0.44/0.15)	

CMYK percentages

%0
%50.46
%43.98
%15.29

Codes

Color #D86B79 in popluar color models

D86B79
RGB216107121
HSL352°58.29%63.33%
HSB/HSV352°50.46%84.71%
CMYK0.00%50.46%43.98%
15.29%

Color #D86B79 in popluar number systems.

HEXD86B79
Decimal216107121
Binary1101100011010111111001
Octal330153171

Shades and tints

Shades of #D86B79

#D86B79
(216,107,121)
#C5626E
(197,98,110)
#B25963
(178,89,99)
#9F5058
(159,80,88)
#8C474D
(140,71,77)
#793E42
(121,62,66)
#663537
(102,53,55)
#532C2C
(83,44,44)
#402321
(64,35,33)
#2D1A16
(45,26,22)
#1A110B
(26,17,11)
#000000
(0,0,0)

Tints of #D86B79

#D86B79
(216,107,121)
#DB7885
(219,120,133)
#DE8591
(222,133,145)
#E1929D
(225,146,157)
#E49FA9
(228,159,169)
#E7ACB5
(231,172,181)
#EAB9C1
(234,185,193)
#EDC6CD
(237,198,205)
#F0D3D9
(240,211,217)
#F3E0E5
(243,224,229)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D86B79 color. Also use rgb(216,107,121) instead hex code.

Text Font Color

.myTextColor { color: #D86B79; }

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

This text font color is #D86B79.


Background Color

.myBgColor { background-color: #D86B79; }

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

This div background color is #D86B79.


Border color

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

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

This div border color is #D86B79.


Opacity

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

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

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

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

This text has shadow with #D86B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D86B79 on black background.


Color preview on white background

This text has color #D86B79 on white background.



Black color preview on #D86B79 background

This text has black color on #D86B79 background.


White color preview on #D86B79 background

This text has white color on #D86B79 background.