COLOR #D97756

HEX: #D97756
RGB: (217,119,86)

Color info

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

RGB color model

#D97756 color RGB value is (217,119,86).

  • red value is 217;
  • green value is 119;
  • blue value is 86.
RGB:
(217,119,86)
(85%,47%,34%)

RGB channels and saturation

R 217 of 255 = 85%
G 119 of 255 = 47%
B 86 of 255 = 34%

217
119
86

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

Portions of RGB colors in percentages

R + G + B =
217 + 119 + 86 = 422 (100%)
R 217 of 422 ~ 51.42%
G 119 of 422 ~ 28.2%
B 86 of 422 ~ 20.38%

%51.42
%28.2
%20.38

CMYK color model

#D97756 color CMYK value is (0,45,60,15).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 60.37%
  • key color value is 14.90%
CMYK:
(0,45,60,15)
C0M45Y60K15 
(0%,45%,60%,15%)
(0.00/0.45/0.60/0.15)	

CMYK percentages

%0
%45.16
%60.37
%14.9

Codes

Color #D97756 in popluar color models

D97756
RGB21711986
HSL15°63.29%59.41%
HSB/HSV15°60.37%85.10%
CMYK0.00%45.16%60.37%
14.90%

Color #D97756 in popluar number systems.

HEXD97756
Decimal21711986
Binary1101100111101111010110
Octal331167126

Shades and tints

Shades of #D97756

#D97756
(217,119,86)
#C66D4F
(198,109,79)
#B36348
(179,99,72)
#A05941
(160,89,65)
#8D4F3A
(141,79,58)
#7A4533
(122,69,51)
#673B2C
(103,59,44)
#543125
(84,49,37)
#41271E
(65,39,30)
#2E1D17
(46,29,23)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #D97756

#D97756
(217,119,86)
#DC8365
(220,131,101)
#DF8F74
(223,143,116)
#E29B83
(226,155,131)
#E5A792
(229,167,146)
#E8B3A1
(232,179,161)
#EBBFB0
(235,191,176)
#EECBBF
(238,203,191)
#F1D7CE
(241,215,206)
#F4E3DD
(244,227,221)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97756; }

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

This text font color is #D97756.


Background Color

.myBgColor { background-color: #D97756; }

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

This div background color is #D97756.


Border color

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

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

This div border color is #D97756.


Opacity

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

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

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

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

This text has shadow with #D97756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97756 on black background.


Color preview on white background

This text has color #D97756 on white background.



Black color preview on #D97756 background

This text has black color on #D97756 background.


White color preview on #D97756 background

This text has white color on #D97756 background.