COLOR #D984AF

HEX: #D984AF RGB: (217,132,175)

Color info

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

RGB color model

#D984AF color RGB value is (217,132,175).

RGB: (217,132,175) (85%, 52%, 69%)

RGB channels and saturation

R 217 of 255 = 85%
G 132 of 255 = 52%
B 175 of 255 = 69%

217
132
175

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

Portions of RGB colors in percentages

R + G + B = 217 + 132 + 175 = 524 (100%)
R 217 of 524 ~ 41.41%
G 132 of 524 ~ 25.19%
B 175 of 524 ~ 33.4'%

%41.41
%25.19
%33.4

CMYK color model

#D984AF color CMYK value is (0,39,19,15).

  • cyan value is 0.00%
  • magenta value is 39.17%
  • yellow value is 19.35%
  • key color value is 14.90%

CMYK: (0,39,19,15)
C0M39Y19K15 (0%, 39%, 19%, 15%)
(0.00 / 0.39 / 0.19 / 0.15)

CMYK percentages

%0
%39.17
%19.35
%14.9

Codes

Color #D984AF in popluar color models

D9 84 AF
RGB 217 132 175
HSL 330° 52.80% 68.43%
HSB/HSV 330° 39.17% 85.10%
CMYK 0.00% 39.17% 19.35%
14.90%

Color #D984AF in popluar number systems.

HEX D9 84 AF
Decimal 217 132 175
Binary 11011001 10000100 10101111
Octal 331 204 257

Shades and tints

Shades of #D984AF

#D984AF
(217,132,175)
#C678A0
(198,120,160)
#B36C91
(179,108,145)
#A06082
(160,96,130)
#8D5473
(141,84,115)
#7A4864
(122,72,100)
#673C55
(103,60,85)
#543046
(84,48,70)
#412437
(65,36,55)
#2E1828
(46,24,40)
#1B0C19
(27,12,25)
#000000
(0,0,0)

Tints of #D984AF

#D984AF
(217,132,175)
#DC8FB6
(220,143,182)
#DF9ABD
(223,154,189)
#E2A5C4
(226,165,196)
#E5B0CB
(229,176,203)
#E8BBD2
(232,187,210)
#EBC6D9
(235,198,217)
#EED1E0
(238,209,224)
#F1DCE7
(241,220,231)
#F4E7EE
(244,231,238)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D984AF; }

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

This text font color is #D984AF.

Background Color

.myBgColor { background-color: #D984AF; }

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

This div background color is #D984AF.

Border color

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

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

This div border color is #D984AF.

Opacity

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

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

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

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

This text has shadow with #D984AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D984AF.

Preview

Color preview on black background

This text has color #D984AF on black background.


Color preview on white background

This text has color #D984AF on white background.


Black color preview on #D984AF background

This text has black color on #D984AF background.


White color preview on #D984AF background

This text has white color on #D984AF background.


Related colors

Complementary color

Complementary color for #hex is #267B50.


I love getcolorcode.com

Triadic colors

1 #AFD984 and #84AFD9 with #D984AF are triadic colors.

2 #AF84D9 and #84D9AF with #D984AF are triadic colors.