COLOR #D96BB0

HEX: #D96BB0
RGB: (217,107,176)

Color info

#D96BB0 contains mainly red and blue colors. Web safe color of #D96BB0 is #CC6699 (or #C69).

RGB color model

#D96BB0 color RGB value is (217,107,176).

  • red value is 217;
  • green value is 107;
  • blue value is 176.
RGB:
(217,107,176)
(85%,42%,69%)

RGB channels and saturation

R 217 of 255 = 85%
G 107 of 255 = 42%
B 176 of 255 = 69%

217
107
176

R + G + B ~ 65%. #D96BB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 107 + 176 = 500 (100%)
R 217 of 500 ~ 43.4%
G 107 of 500 ~ 21.4%
B 176 of 500 ~ 35.2%

%43.4
%21.4
%35.2

CMYK color model

#D96BB0 color CMYK value is (0,51,19,15).

  • cyan value is 0.00%
  • magenta value is 50.69%
  • yellow value is 18.89%
  • key color value is 14.90%
CMYK:
(0,51,19,15)
C0M51Y19K15 
(0%,51%,19%,15%)
(0.00/0.51/0.19/0.15)	

CMYK percentages

%0
%50.69
%18.89
%14.9

Codes

Color #D96BB0 in popluar color models

D96BB0
RGB217107176
HSL322°59.14%63.53%
HSB/HSV322°50.69%85.10%
CMYK0.00%50.69%18.89%
14.90%

Color #D96BB0 in popluar number systems.

HEXD96BB0
Decimal217107176
Binary11011001110101110110000
Octal331153260

Shades and tints

Shades of #D96BB0

#D96BB0
(217,107,176)
#C662A0
(198,98,160)
#B35990
(179,89,144)
#A05080
(160,80,128)
#8D4770
(141,71,112)
#7A3E60
(122,62,96)
#673550
(103,53,80)
#542C40
(84,44,64)
#412330
(65,35,48)
#2E1A20
(46,26,32)
#1B1110
(27,17,16)
#000000
(0,0,0)

Tints of #D96BB0

#D96BB0
(217,107,176)
#DC78B7
(220,120,183)
#DF85BE
(223,133,190)
#E292C5
(226,146,197)
#E59FCC
(229,159,204)
#E8ACD3
(232,172,211)
#EBB9DA
(235,185,218)
#EEC6E1
(238,198,225)
#F1D3E8
(241,211,232)
#F4E0EF
(244,224,239)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D96BB0; }

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

This text font color is #D96BB0.


Background Color

.myBgColor { background-color: #D96BB0; }

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

This div background color is #D96BB0.


Border color

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

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

This div border color is #D96BB0.


Opacity

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

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

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

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

This text has shadow with #D96BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D96BB0 on black background.


Color preview on white background

This text has color #D96BB0 on white background.



Black color preview on #D96BB0 background

This text has black color on #D96BB0 background.


White color preview on #D96BB0 background

This text has white color on #D96BB0 background.