COLOR #D97F6B

HEX: #D97F6B RGB: (217,127,107)

Color info

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

RGB color model

#D97F6B color RGB value is (217,127,107).

RGB: (217,127,107) (85%, 50%, 42%)

RGB channels and saturation

R 217 of 255 = 85%
G 127 of 255 = 50%
B 107 of 255 = 42%

217
127
107

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

Portions of RGB colors in percentages

R + G + B = 217 + 127 + 107 = 451 (100%)
R 217 of 451 ~ 48.12%
G 127 of 451 ~ 28.16%
B 107 of 451 ~ 23.73'%

%48.12
%28.16
%23.73

CMYK color model

#D97F6B color CMYK value is (0,41,51,15).

  • cyan value is 0.00%
  • magenta value is 41.47%
  • yellow value is 50.69%
  • key color value is 14.90%

CMYK: (0,41,51,15)
C0M41Y51K15 (0%, 41%, 51%, 15%)
(0.00 / 0.41 / 0.51 / 0.15)

CMYK percentages

%0
%41.47
%50.69
%14.9

Codes

Color #D97F6B in popluar color models

D9 7F 6B
RGB 217 127 107
HSL 11° 59.14% 63.53%
HSB/HSV 11° 50.69% 85.10%
CMYK 0.00% 41.47% 50.69%
14.90%

Color #D97F6B in popluar number systems.

HEX D9 7F 6B
Decimal 217 127 107
Binary 11011001 1111111 1101011
Octal 331 177 153

Shades and tints

Shades of #D97F6B

#D97F6B
(217,127,107)
#C67462
(198,116,98)
#B36959
(179,105,89)
#A05E50
(160,94,80)
#8D5347
(141,83,71)
#7A483E
(122,72,62)
#673D35
(103,61,53)
#54322C
(84,50,44)
#412723
(65,39,35)
#2E1C1A
(46,28,26)
#1B1111
(27,17,17)
#000000
(0,0,0)

Tints of #D97F6B

#D97F6B
(217,127,107)
#DC8A78
(220,138,120)
#DF9585
(223,149,133)
#E2A092
(226,160,146)
#E5AB9F
(229,171,159)
#E8B6AC
(232,182,172)
#EBC1B9
(235,193,185)
#EECCC6
(238,204,198)
#F1D7D3
(241,215,211)
#F4E2E0
(244,226,224)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97F6B; }

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

This text font color is #D97F6B.

Background Color

.myBgColor { background-color: #D97F6B; }

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

This div background color is #D97F6B.

Border color

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

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

This div border color is #D97F6B.

Opacity

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

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

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

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

This text has shadow with #D97F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D97F6B.

Preview

Color preview on black background

This text has color #D97F6B on black background.


Color preview on white background

This text has color #D97F6B on white background.


Black color preview on #D97F6B background

This text has black color on #D97F6B background.


White color preview on #D97F6B background

This text has white color on #D97F6B background.


Related colors

Complementary color

Complementary color for #hex is #268094.


I love getcolorcode.com

Triadic colors

1 #6BD97F and #7F6BD9 with #D97F6B are triadic colors.

2 #6B7FD9 and #7FD96B with #D97F6B are triadic colors.