COLOR #D986AD

HEX: #D986AD RGB: (217,134,173)

Color info

#D986AD contains mainly red and blue colors. Web safe color of #D986AD is #CC9999 (or #C99).

RGB color model

#D986AD color RGB value is (217,134,173).

RGB: (217,134,173) (85%, 53%, 68%)

RGB channels and saturation

R 217 of 255 = 85%
G 134 of 255 = 53%
B 173 of 255 = 68%

217
134
173

R + G + B ~ 69%. #D986AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 134 + 173 = 524 (100%)
R 217 of 524 ~ 41.41%
G 134 of 524 ~ 25.57%
B 173 of 524 ~ 33.02'%

%41.41
%25.57
%33.02

CMYK color model

#D986AD color CMYK value is (0,38,20,15).

  • cyan value is 0.00%
  • magenta value is 38.25%
  • yellow value is 20.28%
  • key color value is 14.90%
CMYK: (0,38,20,15) C0M38Y20K15 (0%,38%,20%,15%) (0.00/0.38/0.20/0.15) 

CMYK percentages

%0
%38.25
%20.28
%14.9

Codes

Color #D986AD in popluar color models

D9 86 AD
RGB 217 134 173
HSL 332° 52.20% 68.82%
HSB/HSV 332° 38.25% 85.10%
CMYK 0.00% 38.25% 20.28%
14.90%

Color #D986AD in popluar number systems.

HEX D9 86 AD
Decimal 217 134 173
Binary 11011001 10000110 10101101
Octal 331 206 255

Shades and tints

Shades of #D986AD

#D986AD
(217,134,173)
#C67A9E
(198,122,158)
#B36E8F
(179,110,143)
#A06280
(160,98,128)
#8D5671
(141,86,113)
#7A4A62
(122,74,98)
#673E53
(103,62,83)
#543244
(84,50,68)
#412635
(65,38,53)
#2E1A26
(46,26,38)
#1B0E17
(27,14,23)
#000000
(0,0,0)

Tints of #D986AD

#D986AD
(217,134,173)
#DC91B4
(220,145,180)
#DF9CBB
(223,156,187)
#E2A7C2
(226,167,194)
#E5B2C9
(229,178,201)
#E8BDD0
(232,189,208)
#EBC8D7
(235,200,215)
#EED3DE
(238,211,222)
#F1DEE5
(241,222,229)
#F4E9EC
(244,233,236)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D986AD; }

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

This text font color is #D986AD.

Background Color

.myBgColor { background-color: #D986AD; }

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

This div background color is #D986AD.

Border color

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

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

This div border color is #D986AD.

Opacity

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

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

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

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

This text has shadow with #D986AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D986AD.

Preview

Color preview on black background

This text has color #D986AD on black background.


Color preview on white background

This text has color #D986AD on white background.


Black color preview on #D986AD background

This text has black color on #D986AD background.


White color preview on #D986AD background

This text has white color on #D986AD background.


Related colors

Complementary color

Complementary color for #hex is #267952.


I love getcolorcode.com

Triadic colors

1 #ADD986 and #86ADD9 with #D986AD are triadic colors.

2 #AD86D9 and #86D9AD with #D986AD are triadic colors.