COLOR #D98DA6

HEX: #D98DA6
RGB: (217,141,166)

Color info

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

RGB color model

#D98DA6 color RGB value is (217,141,166).

  • red value is 217;
  • green value is 141;
  • blue value is 166.
RGB:
(217,141,166)
(85%,55%,65%)

RGB channels and saturation

R 217 of 255 = 85%
G 141 of 255 = 55%
B 166 of 255 = 65%

217
141
166

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

Portions of RGB colors in percentages

R + G + B =
217 + 141 + 166 = 524 (100%)
R 217 of 524 ~ 41.41%
G 141 of 524 ~ 26.91%
B 166 of 524 ~ 31.68%

%41.41
%26.91
%31.68

CMYK color model

#D98DA6 color CMYK value is (0,35,24,15).

  • cyan value is 0.00%
  • magenta value is 35.02%
  • yellow value is 23.50%
  • key color value is 14.90%
CMYK:
(0,35,24,15)
C0M35Y24K15 
(0%,35%,24%,15%)
(0.00/0.35/0.24/0.15)	

CMYK percentages

%0
%35.02
%23.5
%14.9

Codes

Color #D98DA6 in popluar color models

D98DA6
RGB217141166
HSL340°50.00%70.20%
HSB/HSV340°35.02%85.10%
CMYK0.00%35.02%23.50%
14.90%

Color #D98DA6 in popluar number systems.

HEXD98DA6
Decimal217141166
Binary110110011000110110100110
Octal331215246

Shades and tints

Shades of #D98DA6

#D98DA6
(217,141,166)
#C68197
(198,129,151)
#B37588
(179,117,136)
#A06979
(160,105,121)
#8D5D6A
(141,93,106)
#7A515B
(122,81,91)
#67454C
(103,69,76)
#54393D
(84,57,61)
#412D2E
(65,45,46)
#2E211F
(46,33,31)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #D98DA6

#D98DA6
(217,141,166)
#DC97AE
(220,151,174)
#DFA1B6
(223,161,182)
#E2ABBE
(226,171,190)
#E5B5C6
(229,181,198)
#E8BFCE
(232,191,206)
#EBC9D6
(235,201,214)
#EED3DE
(238,211,222)
#F1DDE6
(241,221,230)
#F4E7EE
(244,231,238)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D98DA6; }

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

This text font color is #D98DA6.


Background Color

.myBgColor { background-color: #D98DA6; }

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

This div background color is #D98DA6.


Border color

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

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

This div border color is #D98DA6.


Opacity

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

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

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

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

This text has shadow with #D98DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D98DA6 on black background.


Color preview on white background

This text has color #D98DA6 on white background.



Black color preview on #D98DA6 background

This text has black color on #D98DA6 background.


White color preview on #D98DA6 background

This text has white color on #D98DA6 background.