COLOR #D98B94

HEX: #D98B94
RGB: (217,139,148)

Color info

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

RGB color model

#D98B94 color RGB value is (217,139,148).

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

RGB channels and saturation

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

217
139
148

R + G + B ~ 66%. #D98B94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 139 + 148 = 504 (100%)
R 217 of 504 ~ 43.06%
G 139 of 504 ~ 27.58%
B 148 of 504 ~ 29.37%

%43.06
%27.58
%29.37

CMYK color model

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

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

CMYK percentages

%0
%35.94
%31.8
%14.9

Codes

Color #D98B94 in popluar color models

D98B94
RGB217139148
HSL353°50.65%69.80%
HSB/HSV353°35.94%85.10%
CMYK0.00%35.94%31.80%
14.90%

Color #D98B94 in popluar number systems.

HEXD98B94
Decimal217139148
Binary110110011000101110010100
Octal331213224

Shades and tints

Shades of #D98B94

#D98B94
(217,139,148)
#C67F87
(198,127,135)
#B3737A
(179,115,122)
#A0676D
(160,103,109)
#8D5B60
(141,91,96)
#7A4F53
(122,79,83)
#674346
(103,67,70)
#543739
(84,55,57)
#412B2C
(65,43,44)
#2E1F1F
(46,31,31)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #D98B94

#D98B94
(217,139,148)
#DC959D
(220,149,157)
#DF9FA6
(223,159,166)
#E2A9AF
(226,169,175)
#E5B3B8
(229,179,184)
#E8BDC1
(232,189,193)
#EBC7CA
(235,199,202)
#EED1D3
(238,209,211)
#F1DBDC
(241,219,220)
#F4E5E5
(244,229,229)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D98B94; }

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

This text font color is #D98B94.


Background Color

.myBgColor { background-color: #D98B94; }

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

This div background color is #D98B94.


Border color

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

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

This div border color is #D98B94.


Opacity

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

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

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

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

This text has shadow with #D98B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D98B94 on black background.


Color preview on white background

This text has color #D98B94 on white background.



Black color preview on #D98B94 background

This text has black color on #D98B94 background.


White color preview on #D98B94 background

This text has white color on #D98B94 background.