COLOR #D96870

HEX: #D96870
RGB: (217,104,112)

Color info

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

RGB color model

#D96870 color RGB value is (217,104,112).

  • red value is 217;
  • green value is 104;
  • blue value is 112.
RGB:
(217,104,112)
(85%,41%,44%)

RGB channels and saturation

R 217 of 255 = 85%
G 104 of 255 = 41%
B 112 of 255 = 44%

217
104
112

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

Portions of RGB colors in percentages

R + G + B =
217 + 104 + 112 = 433 (100%)
R 217 of 433 ~ 50.12%
G 104 of 433 ~ 24.02%
B 112 of 433 ~ 25.87%

%50.12
%24.02
%25.87

CMYK color model

#D96870 color CMYK value is (0,52,48,15).

  • cyan value is 0.00%
  • magenta value is 52.07%
  • yellow value is 48.39%
  • key color value is 14.90%
CMYK:
(0,52,48,15)
C0M52Y48K15 
(0%,52%,48%,15%)
(0.00/0.52/0.48/0.15)	

CMYK percentages

%0
%52.07
%48.39
%14.9

Codes

Color #D96870 in popluar color models

D96870
RGB217104112
HSL356°59.79%62.94%
HSB/HSV356°52.07%85.10%
CMYK0.00%52.07%48.39%
14.90%

Color #D96870 in popluar number systems.

HEXD96870
Decimal217104112
Binary1101100111010001110000
Octal331150160

Shades and tints

Shades of #D96870

#D96870
(217,104,112)
#C65F66
(198,95,102)
#B3565C
(179,86,92)
#A04D52
(160,77,82)
#8D4448
(141,68,72)
#7A3B3E
(122,59,62)
#673234
(103,50,52)
#54292A
(84,41,42)
#412020
(65,32,32)
#2E1716
(46,23,22)
#1B0E0C
(27,14,12)
#000000
(0,0,0)

Tints of #D96870

#D96870
(217,104,112)
#DC757D
(220,117,125)
#DF828A
(223,130,138)
#E28F97
(226,143,151)
#E59CA4
(229,156,164)
#E8A9B1
(232,169,177)
#EBB6BE
(235,182,190)
#EEC3CB
(238,195,203)
#F1D0D8
(241,208,216)
#F4DDE5
(244,221,229)
#F7EAF2
(247,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D96870 color. Also use rgb(217,104,112) instead hex code.

Text Font Color

.myTextColor { color: #D96870; }

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

This text font color is #D96870.


Background Color

.myBgColor { background-color: #D96870; }

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

This div background color is #D96870.


Border color

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

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

This div border color is #D96870.


Opacity

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

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

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

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

This text has shadow with #D96870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D96870 on black background.


Color preview on white background

This text has color #D96870 on white background.



Black color preview on #D96870 background

This text has black color on #D96870 background.


White color preview on #D96870 background

This text has white color on #D96870 background.