COLOR #D96696

HEX: #D96696 RGB: (217,102,150)

Color info

#D96696 contains mainly red color. Web safe color of #D96696 is #CC6699 (or #C69).

RGB color model

#D96696 color RGB value is (217,102,150).

RGB: (217,102,150) (85%, 40%, 59%)

RGB channels and saturation

R 217 of 255 = 85%
G 102 of 255 = 40%
B 150 of 255 = 59%

217
102
150

R + G + B ~ 61%. #D96696 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 102 + 150 = 469 (100%)
R 217 of 469 ~ 46.27%
G 102 of 469 ~ 21.75%
B 150 of 469 ~ 31.98'%

%46.27
%21.75
%31.98

CMYK color model

#D96696 color CMYK value is (0,53,31,15).

  • cyan value is 0.00%
  • magenta value is 53.00%
  • yellow value is 30.88%
  • key color value is 14.90%

CMYK: (0,53,31,15)
C0M53Y31K15 (0%, 53%, 31%, 15%)
(0.00 / 0.53 / 0.31 / 0.15)

CMYK percentages

%0
%53
%30.88
%14.9

Codes

Color #D96696 in popluar color models

D9 66 96
RGB 217 102 150
HSL 335° 60.21% 62.55%
HSB/HSV 335° 53.00% 85.10%
CMYK 0.00% 53.00% 30.88%
14.90%

Color #D96696 in popluar number systems.

HEX D9 66 96
Decimal 217 102 150
Binary 11011001 1100110 10010110
Octal 331 146 226

Shades and tints

Shades of #D96696

#D96696
(217,102,150)
#C65D89
(198,93,137)
#B3547C
(179,84,124)
#A04B6F
(160,75,111)
#8D4262
(141,66,98)
#7A3955
(122,57,85)
#673048
(103,48,72)
#54273B
(84,39,59)
#411E2E
(65,30,46)
#2E1521
(46,21,33)
#1B0C14
(27,12,20)
#000000
(0,0,0)

Tints of #D96696

#D96696
(217,102,150)
#DC739F
(220,115,159)
#DF80A8
(223,128,168)
#E28DB1
(226,141,177)
#E59ABA
(229,154,186)
#E8A7C3
(232,167,195)
#EBB4CC
(235,180,204)
#EEC1D5
(238,193,213)
#F1CEDE
(241,206,222)
#F4DBE7
(244,219,231)
#F7E8F0
(247,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D96696 color. Also use rgb(217,102,150) instead hex code.

Text Font Color

.myTextColor { color: #D96696; }

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

This text font color is #D96696.

Background Color

.myBgColor { background-color: #D96696; }

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

This div background color is #D96696.

Border color

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

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

This div border color is #D96696.

Opacity

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

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

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

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

This text has shadow with #D96696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D96696.

Preview

Color preview on black background

This text has color #D96696 on black background.


Color preview on white background

This text has color #D96696 on white background.


Black color preview on #D96696 background

This text has black color on #D96696 background.


White color preview on #D96696 background

This text has white color on #D96696 background.


Related colors

Complementary color

Complementary color for #hex is #269969.


I love getcolorcode.com

Triadic colors

1 #96D966 and #6696D9 with #D96696 are triadic colors.

2 #9666D9 and #66D996 with #D96696 are triadic colors.