COLOR #D96F7C

HEX: #D96F7C
RGB: (217,111,124)

Color info

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

RGB color model

#D96F7C color RGB value is (217,111,124).

  • red value is 217;
  • green value is 111;
  • blue value is 124.
RGB:
(217,111,124)
(85%,44%,49%)

RGB channels and saturation

R 217 of 255 = 85%
G 111 of 255 = 44%
B 124 of 255 = 49%

217
111
124

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

Portions of RGB colors in percentages

R + G + B =
217 + 111 + 124 = 452 (100%)
R 217 of 452 ~ 48.01%
G 111 of 452 ~ 24.56%
B 124 of 452 ~ 27.43%

%48.01
%24.56
%27.43

CMYK color model

#D96F7C color CMYK value is (0,49,43,15).

  • cyan value is 0.00%
  • magenta value is 48.85%
  • yellow value is 42.86%
  • key color value is 14.90%
CMYK:
(0,49,43,15)
C0M49Y43K15 
(0%,49%,43%,15%)
(0.00/0.49/0.43/0.15)	

CMYK percentages

%0
%48.85
%42.86
%14.9

Codes

Color #D96F7C in popluar color models

D96F7C
RGB217111124
HSL353°58.24%64.31%
HSB/HSV353°48.85%85.10%
CMYK0.00%48.85%42.86%
14.90%

Color #D96F7C in popluar number systems.

HEXD96F7C
Decimal217111124
Binary1101100111011111111100
Octal331157174

Shades and tints

Shades of #D96F7C

#D96F7C
(217,111,124)
#C66571
(198,101,113)
#B35B66
(179,91,102)
#A0515B
(160,81,91)
#8D4750
(141,71,80)
#7A3D45
(122,61,69)
#67333A
(103,51,58)
#54292F
(84,41,47)
#411F24
(65,31,36)
#2E1519
(46,21,25)
#1B0B0E
(27,11,14)
#000000
(0,0,0)

Tints of #D96F7C

#D96F7C
(217,111,124)
#DC7C87
(220,124,135)
#DF8992
(223,137,146)
#E2969D
(226,150,157)
#E5A3A8
(229,163,168)
#E8B0B3
(232,176,179)
#EBBDBE
(235,189,190)
#EECAC9
(238,202,201)
#F1D7D4
(241,215,212)
#F4E4DF
(244,228,223)
#F7F1EA
(247,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D96F7C color. Also use rgb(217,111,124) instead hex code.

Text Font Color

.myTextColor { color: #D96F7C; }

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

This text font color is #D96F7C.


Background Color

.myBgColor { background-color: #D96F7C; }

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

This div background color is #D96F7C.


Border color

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

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

This div border color is #D96F7C.


Opacity

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

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

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

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

This text has shadow with #D96F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D96F7C on black background.


Color preview on white background

This text has color #D96F7C on white background.



Black color preview on #D96F7C background

This text has black color on #D96F7C background.


White color preview on #D96F7C background

This text has white color on #D96F7C background.