COLOR #D96A7D

HEX: #D96A7D
RGB: (217,106,125)

Color info

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

RGB color model

#D96A7D color RGB value is (217,106,125).

  • red value is 217;
  • green value is 106;
  • blue value is 125.
RGB:
(217,106,125)
(85%,42%,49%)

RGB channels and saturation

R 217 of 255 = 85%
G 106 of 255 = 42%
B 125 of 255 = 49%

217
106
125

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

Portions of RGB colors in percentages

R + G + B =
217 + 106 + 125 = 448 (100%)
R 217 of 448 ~ 48.44%
G 106 of 448 ~ 23.66%
B 125 of 448 ~ 27.9%

%48.44
%23.66
%27.9

CMYK color model

#D96A7D color CMYK value is (0,51,42,15).

  • cyan value is 0.00%
  • magenta value is 51.15%
  • yellow value is 42.40%
  • key color value is 14.90%
CMYK:
(0,51,42,15)
C0M51Y42K15 
(0%,51%,42%,15%)
(0.00/0.51/0.42/0.15)	

CMYK percentages

%0
%51.15
%42.4
%14.9

Codes

Color #D96A7D in popluar color models

D96A7D
RGB217106125
HSL350°59.36%63.33%
HSB/HSV350°51.15%85.10%
CMYK0.00%51.15%42.40%
14.90%

Color #D96A7D in popluar number systems.

HEXD96A7D
Decimal217106125
Binary1101100111010101111101
Octal331152175

Shades and tints

Shades of #D96A7D

#D96A7D
(217,106,125)
#C66172
(198,97,114)
#B35867
(179,88,103)
#A04F5C
(160,79,92)
#8D4651
(141,70,81)
#7A3D46
(122,61,70)
#67343B
(103,52,59)
#542B30
(84,43,48)
#412225
(65,34,37)
#2E191A
(46,25,26)
#1B100F
(27,16,15)
#000000
(0,0,0)

Tints of #D96A7D

#D96A7D
(217,106,125)
#DC7788
(220,119,136)
#DF8493
(223,132,147)
#E2919E
(226,145,158)
#E59EA9
(229,158,169)
#E8ABB4
(232,171,180)
#EBB8BF
(235,184,191)
#EEC5CA
(238,197,202)
#F1D2D5
(241,210,213)
#F4DFE0
(244,223,224)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D96A7D color. Also use rgb(217,106,125) instead hex code.

Text Font Color

.myTextColor { color: #D96A7D; }

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

This text font color is #D96A7D.


Background Color

.myBgColor { background-color: #D96A7D; }

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

This div background color is #D96A7D.


Border color

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

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

This div border color is #D96A7D.


Opacity

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

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

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

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

This text has shadow with #D96A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D96A7D on black background.


Color preview on white background

This text has color #D96A7D on white background.



Black color preview on #D96A7D background

This text has black color on #D96A7D background.


White color preview on #D96A7D background

This text has white color on #D96A7D background.