COLOR #D98DAD

HEX: #D98DAD RGB: (217,141,173)

Color info

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

RGB color model

#D98DAD color RGB value is (217,141,173).

RGB: (217,141,173) (85%, 55%, 68%)

RGB channels and saturation

R 217 of 255 = 85%
G 141 of 255 = 55%
B 173 of 255 = 68%

217
141
173

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

Portions of RGB colors in percentages

R + G + B = 217 + 141 + 173 = 531 (100%)
R 217 of 531 ~ 40.87%
G 141 of 531 ~ 26.55%
B 173 of 531 ~ 32.58'%

%40.87
%26.55
%32.58

CMYK color model

#D98DAD color CMYK value is (0,35,20,15).

  • cyan value is 0.00%
  • magenta value is 35.02%
  • yellow value is 20.28%
  • key color value is 14.90%
CMYK: (0,35,20,15) C0M35Y20K15 (0%,35%,20%,15%) (0.00/0.35/0.20/0.15) 

CMYK percentages

%0
%35.02
%20.28
%14.9

Codes

Color #D98DAD in popluar color models

D9 8D AD
RGB 217 141 173
HSL 335° 50.00% 70.20%
HSB/HSV 335° 35.02% 85.10%
CMYK 0.00% 35.02% 20.28%
14.90%

Color #D98DAD in popluar number systems.

HEX D9 8D AD
Decimal 217 141 173
Binary 11011001 10001101 10101101
Octal 331 215 255

Shades and tints

Shades of #D98DAD

#D98DAD
(217,141,173)
#C6819E
(198,129,158)
#B3758F
(179,117,143)
#A06980
(160,105,128)
#8D5D71
(141,93,113)
#7A5162
(122,81,98)
#674553
(103,69,83)
#543944
(84,57,68)
#412D35
(65,45,53)
#2E2126
(46,33,38)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #D98DAD

#D98DAD
(217,141,173)
#DC97B4
(220,151,180)
#DFA1BB
(223,161,187)
#E2ABC2
(226,171,194)
#E5B5C9
(229,181,201)
#E8BFD0
(232,191,208)
#EBC9D7
(235,201,215)
#EED3DE
(238,211,222)
#F1DDE5
(241,221,229)
#F4E7EC
(244,231,236)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D98DAD; }

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

This text font color is #D98DAD.

Background Color

.myBgColor { background-color: #D98DAD; }

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

This div background color is #D98DAD.

Border color

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

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

This div border color is #D98DAD.

Opacity

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

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

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

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

This text has shadow with #D98DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D98DAD.

Preview

Color preview on black background

This text has color #D98DAD on black background.


Color preview on white background

This text has color #D98DAD on white background.


Black color preview on #D98DAD background

This text has black color on #D98DAD background.


White color preview on #D98DAD background

This text has white color on #D98DAD background.


Related colors

Complementary color

Complementary color for #hex is #267252.


I love getcolorcode.com

Triadic colors

1 #ADD98D and #8DADD9 with #D98DAD are triadic colors.

2 #AD8DD9 and #8DD9AD with #D98DAD are triadic colors.