COLOR #D87465

HEX: #D87465
RGB: (216,116,101)

Color info

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

RGB color model

#D87465 color RGB value is (216,116,101).

  • red value is 216;
  • green value is 116;
  • blue value is 101.
RGB:
(216,116,101)
(85%,45%,40%)

RGB channels and saturation

R 216 of 255 = 85%
G 116 of 255 = 45%
B 101 of 255 = 40%

216
116
101

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

Portions of RGB colors in percentages

R + G + B =
216 + 116 + 101 = 433 (100%)
R 216 of 433 ~ 49.88%
G 116 of 433 ~ 26.79%
B 101 of 433 ~ 23.33%

%49.88
%26.79
%23.33

CMYK color model

#D87465 color CMYK value is (0,46,53,15).

  • cyan value is 0.00%
  • magenta value is 46.30%
  • yellow value is 53.24%
  • key color value is 15.29%
CMYK:
(0,46,53,15)
C0M46Y53K15 
(0%,46%,53%,15%)
(0.00/0.46/0.53/0.15)	

CMYK percentages

%0
%46.3
%53.24
%15.29

Codes

Color #D87465 in popluar color models

D87465
RGB216116101
HSL59.59%62.16%
HSB/HSV53.24%84.71%
CMYK0.00%46.30%53.24%
15.29%

Color #D87465 in popluar number systems.

HEXD87465
Decimal216116101
Binary1101100011101001100101
Octal330164145

Shades and tints

Shades of #D87465

#D87465
(216,116,101)
#C56A5C
(197,106,92)
#B26053
(178,96,83)
#9F564A
(159,86,74)
#8C4C41
(140,76,65)
#794238
(121,66,56)
#66382F
(102,56,47)
#532E26
(83,46,38)
#40241D
(64,36,29)
#2D1A14
(45,26,20)
#1A100B
(26,16,11)
#000000
(0,0,0)

Tints of #D87465

#D87465
(216,116,101)
#DB8073
(219,128,115)
#DE8C81
(222,140,129)
#E1988F
(225,152,143)
#E4A49D
(228,164,157)
#E7B0AB
(231,176,171)
#EABCB9
(234,188,185)
#EDC8C7
(237,200,199)
#F0D4D5
(240,212,213)
#F3E0E3
(243,224,227)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87465 color. Also use rgb(216,116,101) instead hex code.

Text Font Color

.myTextColor { color: #D87465; }

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

This text font color is #D87465.


Background Color

.myBgColor { background-color: #D87465; }

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

This div background color is #D87465.


Border color

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

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

This div border color is #D87465.


Opacity

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

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

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

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

This text has shadow with #D87465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D87465 on black background.


Color preview on white background

This text has color #D87465 on white background.



Black color preview on #D87465 background

This text has black color on #D87465 background.


White color preview on #D87465 background

This text has white color on #D87465 background.