COLOR #D876B7

HEX: #D876B7
RGB: (216,118,183)

Color info

#D876B7 contains mainly red and blue colors. Web safe color of #D876B7 is #CC66CC (or #C6C).

RGB color model

#D876B7 color RGB value is (216,118,183).

  • red value is 216;
  • green value is 118;
  • blue value is 183.
RGB:
(216,118,183)
(85%,46%,72%)

RGB channels and saturation

R 216 of 255 = 85%
G 118 of 255 = 46%
B 183 of 255 = 72%

216
118
183

R + G + B ~ 68%. #D876B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 118 + 183 = 517 (100%)
R 216 of 517 ~ 41.78%
G 118 of 517 ~ 22.82%
B 183 of 517 ~ 35.4%

%41.78
%22.82
%35.4

CMYK color model

#D876B7 color CMYK value is (0,45,15,15).

  • cyan value is 0.00%
  • magenta value is 45.37%
  • yellow value is 15.28%
  • key color value is 15.29%
CMYK:
(0,45,15,15)
C0M45Y15K15 
(0%,45%,15%,15%)
(0.00/0.45/0.15/0.15)	

CMYK percentages

%0
%45.37
%15.28
%15.29

Codes

Color #D876B7 in popluar color models

D876B7
RGB216118183
HSL320°55.68%65.49%
HSB/HSV320°45.37%84.71%
CMYK0.00%45.37%15.28%
15.29%

Color #D876B7 in popluar number systems.

HEXD876B7
Decimal216118183
Binary11011000111011010110111
Octal330166267

Shades and tints

Shades of #D876B7

#D876B7
(216,118,183)
#C56CA7
(197,108,167)
#B26297
(178,98,151)
#9F5887
(159,88,135)
#8C4E77
(140,78,119)
#794467
(121,68,103)
#663A57
(102,58,87)
#533047
(83,48,71)
#402637
(64,38,55)
#2D1C27
(45,28,39)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #D876B7

#D876B7
(216,118,183)
#DB82BD
(219,130,189)
#DE8EC3
(222,142,195)
#E19AC9
(225,154,201)
#E4A6CF
(228,166,207)
#E7B2D5
(231,178,213)
#EABEDB
(234,190,219)
#EDCAE1
(237,202,225)
#F0D6E7
(240,214,231)
#F3E2ED
(243,226,237)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D876B7 color. Also use rgb(216,118,183) instead hex code.

Text Font Color

.myTextColor { color: #D876B7; }

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

This text font color is #D876B7.


Background Color

.myBgColor { background-color: #D876B7; }

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

This div background color is #D876B7.


Border color

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

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

This div border color is #D876B7.


Opacity

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

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

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

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

This text has shadow with #D876B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D876B7 on black background.


Color preview on white background

This text has color #D876B7 on white background.



Black color preview on #D876B7 background

This text has black color on #D876B7 background.


White color preview on #D876B7 background

This text has white color on #D876B7 background.