COLOR #D98686

HEX: #D98686
RGB: (217,134,134)

Color info

#D98686 contains mainly red color. Web safe color of #D98686 is #CC9999 (or #C99).

RGB color model

#D98686 color RGB value is (217,134,134).

  • red value is 217;
  • green value is 134;
  • blue value is 134.
RGB:
(217,134,134)
(85%,53%,53%)

RGB channels and saturation

R 217 of 255 = 85%
G 134 of 255 = 53%
B 134 of 255 = 53%

217
134
134

R + G + B ~ 64%. #D98686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 134 + 134 = 485 (100%)
R 217 of 485 ~ 44.74%
G 134 of 485 ~ 27.63%
B 134 of 485 ~ 27.63%

%44.74
%27.63
%27.63

CMYK color model

#D98686 color CMYK value is (0,38,38,15).

  • cyan value is 0.00%
  • magenta value is 38.25%
  • yellow value is 38.25%
  • key color value is 14.90%
CMYK:
(0,38,38,15)
C0M38Y38K15 
(0%,38%,38%,15%)
(0.00/0.38/0.38/0.15)	

CMYK percentages

%0
%38.25
%38.25
%14.9

Codes

Color #D98686 in popluar color models

D98686
RGB217134134
HSL52.20%68.82%
HSB/HSV38.25%85.10%
CMYK0.00%38.25%38.25%
14.90%

Color #D98686 in popluar number systems.

HEXD98686
Decimal217134134
Binary110110011000011010000110
Octal331206206

Shades and tints

Shades of #D98686

#D98686
(217,134,134)
#C67A7A
(198,122,122)
#B36E6E
(179,110,110)
#A06262
(160,98,98)
#8D5656
(141,86,86)
#7A4A4A
(122,74,74)
#673E3E
(103,62,62)
#543232
(84,50,50)
#412626
(65,38,38)
#2E1A1A
(46,26,26)
#1B0E0E
(27,14,14)
#000000
(0,0,0)

Tints of #D98686

#D98686
(217,134,134)
#DC9191
(220,145,145)
#DF9C9C
(223,156,156)
#E2A7A7
(226,167,167)
#E5B2B2
(229,178,178)
#E8BDBD
(232,189,189)
#EBC8C8
(235,200,200)
#EED3D3
(238,211,211)
#F1DEDE
(241,222,222)
#F4E9E9
(244,233,233)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D98686; }

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

This text font color is #D98686.


Background Color

.myBgColor { background-color: #D98686; }

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

This div background color is #D98686.


Border color

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

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

This div border color is #D98686.


Opacity

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

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

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

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

This text has shadow with #D98686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D98686 on black background.


Color preview on white background

This text has color #D98686 on white background.



Black color preview on #D98686 background

This text has black color on #D98686 background.


White color preview on #D98686 background

This text has white color on #D98686 background.