COLOR #D96666

HEX: #D96666
RGB: (217,102,102)

Color info

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

RGB color model

#D96666 color RGB value is (217,102,102).

  • red value is 217;
  • green value is 102;
  • blue value is 102.
RGB:
(217,102,102)
(85%,40%,40%)

RGB channels and saturation

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

217
102
102

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

Portions of RGB colors in percentages

R + G + B =
217 + 102 + 102 = 421 (100%)
R 217 of 421 ~ 51.54%
G 102 of 421 ~ 24.23%
B 102 of 421 ~ 24.23%

%51.54
%24.23
%24.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.00%
  • yellow value is 53.00%
  • key color value is 14.90%
CMYK:
(0,53,53,15)
C0M53Y53K15 
(0%,53%,53%,15%)
(0.00/0.53/0.53/0.15)	

CMYK percentages

%0
%53
%53
%14.9

Codes

Color #D96666 in popluar color models

D96666
RGB217102102
HSL60.21%62.55%
HSB/HSV53.00%85.10%
CMYK0.00%53.00%53.00%
14.90%

Color #D96666 in popluar number systems.

HEXD96666
Decimal217102102
Binary1101100111001101100110
Octal331146146

Shades and tints

Shades of #D96666

#D96666
(217,102,102)
#C65D5D
(198,93,93)
#B35454
(179,84,84)
#A04B4B
(160,75,75)
#8D4242
(141,66,66)
#7A3939
(122,57,57)
#673030
(103,48,48)
#542727
(84,39,39)
#411E1E
(65,30,30)
#2E1515
(46,21,21)
#1B0C0C
(27,12,12)
#000000
(0,0,0)

Tints of #D96666

#D96666
(217,102,102)
#DC7373
(220,115,115)
#DF8080
(223,128,128)
#E28D8D
(226,141,141)
#E59A9A
(229,154,154)
#E8A7A7
(232,167,167)
#EBB4B4
(235,180,180)
#EEC1C1
(238,193,193)
#F1CECE
(241,206,206)
#F4DBDB
(244,219,219)
#F7E8E8
(247,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D96666; }

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

This text font color is #D96666.


Background Color

.myBgColor { background-color: #D96666; }

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

This div background color is #D96666.


Border color

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

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

This div border color is #D96666.


Opacity

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

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

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

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

This text has shadow with #D96666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D96666 on black background.


Color preview on white background

This text has color #D96666 on white background.



Black color preview on #D96666 background

This text has black color on #D96666 background.


White color preview on #D96666 background

This text has white color on #D96666 background.