COLOR #D98B8B

HEX: #D98B8B
RGB: (217,139,139)

Color info

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

RGB color model

#D98B8B color RGB value is (217,139,139).

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

RGB channels and saturation

R 217 of 255 = 85%
G 139 of 255 = 55%
B 139 of 255 = 55%

217
139
139

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

Portions of RGB colors in percentages

R + G + B =
217 + 139 + 139 = 495 (100%)
R 217 of 495 ~ 43.84%
G 139 of 495 ~ 28.08%
B 139 of 495 ~ 28.08%

%43.84
%28.08
%28.08

CMYK color model

#D98B8B color CMYK value is (0,36,36,15).

  • cyan value is 0.00%
  • magenta value is 35.94%
  • yellow value is 35.94%
  • key color value is 14.90%
CMYK:
(0,36,36,15)
C0M36Y36K15 
(0%,36%,36%,15%)
(0.00/0.36/0.36/0.15)	

CMYK percentages

%0
%35.94
%35.94
%14.9

Codes

Color #D98B8B in popluar color models

D98B8B
RGB217139139
HSL50.65%69.80%
HSB/HSV35.94%85.10%
CMYK0.00%35.94%35.94%
14.90%

Color #D98B8B in popluar number systems.

HEXD98B8B
Decimal217139139
Binary110110011000101110001011
Octal331213213

Shades and tints

Shades of #D98B8B

#D98B8B
(217,139,139)
#C67F7F
(198,127,127)
#B37373
(179,115,115)
#A06767
(160,103,103)
#8D5B5B
(141,91,91)
#7A4F4F
(122,79,79)
#674343
(103,67,67)
#543737
(84,55,55)
#412B2B
(65,43,43)
#2E1F1F
(46,31,31)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #D98B8B

#D98B8B
(217,139,139)
#DC9595
(220,149,149)
#DF9F9F
(223,159,159)
#E2A9A9
(226,169,169)
#E5B3B3
(229,179,179)
#E8BDBD
(232,189,189)
#EBC7C7
(235,199,199)
#EED1D1
(238,209,209)
#F1DBDB
(241,219,219)
#F4E5E5
(244,229,229)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D98B8B; }

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

This text font color is #D98B8B.


Background Color

.myBgColor { background-color: #D98B8B; }

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

This div background color is #D98B8B.


Border color

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

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

This div border color is #D98B8B.


Opacity

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

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

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

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

This text has shadow with #D98B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D98B8B on black background.


Color preview on white background

This text has color #D98B8B on white background.



Black color preview on #D98B8B background

This text has black color on #D98B8B background.


White color preview on #D98B8B background

This text has white color on #D98B8B background.