COLOR #D98079

HEX: #D98079
RGB: (217,128,121)

Color info

#D98079 contains mainly red color. Web safe color of #D98079 is #CC6666 (or #C66).

RGB color model

#D98079 color RGB value is (217,128,121).

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

RGB channels and saturation

R 217 of 255 = 85%
G 128 of 255 = 50%
B 121 of 255 = 47%

217
128
121

R + G + B ~ 61%. #D98079 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 128 + 121 = 466 (100%)
R 217 of 466 ~ 46.57%
G 128 of 466 ~ 27.47%
B 121 of 466 ~ 25.97%

%46.57
%27.47
%25.97

CMYK color model

#D98079 color CMYK value is (0,41,44,15).

  • cyan value is 0.00%
  • magenta value is 41.01%
  • yellow value is 44.24%
  • key color value is 14.90%
CMYK:
(0,41,44,15)
C0M41Y44K15 
(0%,41%,44%,15%)
(0.00/0.41/0.44/0.15)	

CMYK percentages

%0
%41.01
%44.24
%14.9

Codes

Color #D98079 in popluar color models

D98079
RGB217128121
HSL55.81%66.27%
HSB/HSV44.24%85.10%
CMYK0.00%41.01%44.24%
14.90%

Color #D98079 in popluar number systems.

HEXD98079
Decimal217128121
Binary11011001100000001111001
Octal331200171

Shades and tints

Shades of #D98079

#D98079
(217,128,121)
#C6756E
(198,117,110)
#B36A63
(179,106,99)
#A05F58
(160,95,88)
#8D544D
(141,84,77)
#7A4942
(122,73,66)
#673E37
(103,62,55)
#54332C
(84,51,44)
#412821
(65,40,33)
#2E1D16
(46,29,22)
#1B120B
(27,18,11)
#000000
(0,0,0)

Tints of #D98079

#D98079
(217,128,121)
#DC8B85
(220,139,133)
#DF9691
(223,150,145)
#E2A19D
(226,161,157)
#E5ACA9
(229,172,169)
#E8B7B5
(232,183,181)
#EBC2C1
(235,194,193)
#EECDCD
(238,205,205)
#F1D8D9
(241,216,217)
#F4E3E5
(244,227,229)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D98079; }

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

This text font color is #D98079.


Background Color

.myBgColor { background-color: #D98079; }

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

This div background color is #D98079.


Border color

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

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

This div border color is #D98079.


Opacity

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

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

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

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

This text has shadow with #D98079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D98079 on black background.


Color preview on white background

This text has color #D98079 on white background.



Black color preview on #D98079 background

This text has black color on #D98079 background.


White color preview on #D98079 background

This text has white color on #D98079 background.