COLOR #D87AB7

HEX: #D87AB7 RGB: (216,122,183)

Color info

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

RGB color model

#D87AB7 color RGB value is (216,122,183).

RGB: (216,122,183) (85%, 48%, 72%)

RGB channels and saturation

R 216 of 255 = 85%
G 122 of 255 = 48%
B 183 of 255 = 72%

216
122
183

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

Portions of RGB colors in percentages

R + G + B = 216 + 122 + 183 = 521 (100%)
R 216 of 521 ~ 41.46%
G 122 of 521 ~ 23.42%
B 183 of 521 ~ 35.12'%

%41.46
%23.42
%35.12

CMYK color model

#D87AB7 color CMYK value is (0,44,15,15).

  • cyan value is 0.00%
  • magenta value is 43.52%
  • yellow value is 15.28%
  • key color value is 15.29%
CMYK: (0,44,15,15) C0M44Y15K15 (0%,44%,15%,15%) (0.00/0.44/0.15/0.15) 

CMYK percentages

%0
%43.52
%15.28
%15.29

Codes

Color #D87AB7 in popluar color models

D8 7A B7
RGB 216 122 183
HSL 321° 54.65% 66.27%
HSB/HSV 321° 43.52% 84.71%
CMYK 0.00% 43.52% 15.28%
15.29%

Color #D87AB7 in popluar number systems.

HEX D8 7A B7
Decimal 216 122 183
Binary 11011000 1111010 10110111
Octal 330 172 267

Shades and tints

Shades of #D87AB7

#D87AB7
(216,122,183)
#C56FA7
(197,111,167)
#B26497
(178,100,151)
#9F5987
(159,89,135)
#8C4E77
(140,78,119)
#794367
(121,67,103)
#663857
(102,56,87)
#532D47
(83,45,71)
#402237
(64,34,55)
#2D1727
(45,23,39)
#1A0C17
(26,12,23)
#000000
(0,0,0)

Tints of #D87AB7

#D87AB7
(216,122,183)
#DB86BD
(219,134,189)
#DE92C3
(222,146,195)
#E19EC9
(225,158,201)
#E4AACF
(228,170,207)
#E7B6D5
(231,182,213)
#EAC2DB
(234,194,219)
#EDCEE1
(237,206,225)
#F0DAE7
(240,218,231)
#F3E6ED
(243,230,237)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D87AB7; }

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

This text font color is #D87AB7.

Background Color

.myBgColor { background-color: #D87AB7; }

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

This div background color is #D87AB7.

Border color

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

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

This div border color is #D87AB7.

Opacity

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

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

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

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

This text has shadow with #D87AB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D87AB7.

Preview

Color preview on black background

This text has color #D87AB7 on black background.


Color preview on white background

This text has color #D87AB7 on white background.


Black color preview on #D87AB7 background

This text has black color on #D87AB7 background.


White color preview on #D87AB7 background

This text has white color on #D87AB7 background.


Related colors

Complementary color

Complementary color for #hex is #278548.


I love getcolorcode.com

Triadic colors

1 #B7D87A and #7AB7D8 with #D87AB7 are triadic colors.

2 #B77AD8 and #7AD8B7 with #D87AB7 are triadic colors.