COLOR #D97B60

HEX: #D97B60
RGB: (217,123,96)

Color info

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

RGB color model

#D97B60 color RGB value is (217,123,96).

  • red value is 217;
  • green value is 123;
  • blue value is 96.
RGB:
(217,123,96)
(85%,48%,38%)

RGB channels and saturation

R 217 of 255 = 85%
G 123 of 255 = 48%
B 96 of 255 = 38%

217
123
96

R + G + B ~ 57%. #D97B60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
217 + 123 + 96 = 436 (100%)
R 217 of 436 ~ 49.77%
G 123 of 436 ~ 28.21%
B 96 of 436 ~ 22.02%

%49.77
%28.21
%22.02

CMYK color model

#D97B60 color CMYK value is (0,43,56,15).

  • cyan value is 0.00%
  • magenta value is 43.32%
  • yellow value is 55.76%
  • key color value is 14.90%
CMYK:
(0,43,56,15)
C0M43Y56K15 
(0%,43%,56%,15%)
(0.00/0.43/0.56/0.15)	

CMYK percentages

%0
%43.32
%55.76
%14.9

Codes

Color #D97B60 in popluar color models

D97B60
RGB21712396
HSL13°61.42%61.37%
HSB/HSV13°55.76%85.10%
CMYK0.00%43.32%55.76%
14.90%

Color #D97B60 in popluar number systems.

HEXD97B60
Decimal21712396
Binary1101100111110111100000
Octal331173140

Shades and tints

Shades of #D97B60

#D97B60
(217,123,96)
#C67058
(198,112,88)
#B36550
(179,101,80)
#A05A48
(160,90,72)
#8D4F40
(141,79,64)
#7A4438
(122,68,56)
#673930
(103,57,48)
#542E28
(84,46,40)
#412320
(65,35,32)
#2E1818
(46,24,24)
#1B0D10
(27,13,16)
#000000
(0,0,0)

Tints of #D97B60

#D97B60
(217,123,96)
#DC876E
(220,135,110)
#DF937C
(223,147,124)
#E29F8A
(226,159,138)
#E5AB98
(229,171,152)
#E8B7A6
(232,183,166)
#EBC3B4
(235,195,180)
#EECFC2
(238,207,194)
#F1DBD0
(241,219,208)
#F4E7DE
(244,231,222)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97B60; }

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

This text font color is #D97B60.


Background Color

.myBgColor { background-color: #D97B60; }

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

This div background color is #D97B60.


Border color

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

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

This div border color is #D97B60.


Opacity

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

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

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

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

This text has shadow with #D97B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97B60 on black background.


Color preview on white background

This text has color #D97B60 on white background.



Black color preview on #D97B60 background

This text has black color on #D97B60 background.


White color preview on #D97B60 background

This text has white color on #D97B60 background.