COLOR #D98096

HEX: #D98096
RGB: (217,128,150)

Color info

#D98096 contains mainly red color. Web safe color of #D98096 is #CC6699 (or #C69).

RGB color model

#D98096 color RGB value is (217,128,150).

  • red value is 217;
  • green value is 128;
  • blue value is 150.
RGB:
(217,128,150)
(85%,50%,59%)

RGB channels and saturation

R 217 of 255 = 85%
G 128 of 255 = 50%
B 150 of 255 = 59%

217
128
150

R + G + B ~ 65%. #D98096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 128 + 150 = 495 (100%)
R 217 of 495 ~ 43.84%
G 128 of 495 ~ 25.86%
B 150 of 495 ~ 30.3%

%43.84
%25.86
%30.3

CMYK color model

#D98096 color CMYK value is (0,41,31,15).

  • cyan value is 0.00%
  • magenta value is 41.01%
  • yellow value is 30.88%
  • key color value is 14.90%
CMYK:
(0,41,31,15)
C0M41Y31K15 
(0%,41%,31%,15%)
(0.00/0.41/0.31/0.15)	

CMYK percentages

%0
%41.01
%30.88
%14.9

Codes

Color #D98096 in popluar color models

D98096
RGB217128150
HSL345°53.94%67.65%
HSB/HSV345°41.01%85.10%
CMYK0.00%41.01%30.88%
14.90%

Color #D98096 in popluar number systems.

HEXD98096
Decimal217128150
Binary110110011000000010010110
Octal331200226

Shades and tints

Shades of #D98096

#D98096
(217,128,150)
#C67589
(198,117,137)
#B36A7C
(179,106,124)
#A05F6F
(160,95,111)
#8D5462
(141,84,98)
#7A4955
(122,73,85)
#673E48
(103,62,72)
#54333B
(84,51,59)
#41282E
(65,40,46)
#2E1D21
(46,29,33)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #D98096

#D98096
(217,128,150)
#DC8B9F
(220,139,159)
#DF96A8
(223,150,168)
#E2A1B1
(226,161,177)
#E5ACBA
(229,172,186)
#E8B7C3
(232,183,195)
#EBC2CC
(235,194,204)
#EECDD5
(238,205,213)
#F1D8DE
(241,216,222)
#F4E3E7
(244,227,231)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D98096 color. Also use rgb(217,128,150) instead hex code.

Text Font Color

.myTextColor { color: #D98096; }

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

This text font color is #D98096.


Background Color

.myBgColor { background-color: #D98096; }

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

This div background color is #D98096.


Border color

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

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

This div border color is #D98096.


Opacity

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

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

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

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

This text has shadow with #D98096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D98096 on black background.


Color preview on white background

This text has color #D98096 on white background.



Black color preview on #D98096 background

This text has black color on #D98096 background.


White color preview on #D98096 background

This text has white color on #D98096 background.