COLOR #D97B76

HEX: #D97B76 RGB: (217,123,118)

Color info

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

RGB color model

#D97B76 color RGB value is (217,123,118).

RGB: (217,123,118) (85%, 48%, 46%)

RGB channels and saturation

R 217 of 255 = 85%
G 123 of 255 = 48%
B 118 of 255 = 46%

217
123
118

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

Portions of RGB colors in percentages

R + G + B = 217 + 123 + 118 = 458 (100%)
R 217 of 458 ~ 47.38%
G 123 of 458 ~ 26.86%
B 118 of 458 ~ 25.76'%

%47.38
%26.86
%25.76

CMYK color model

#D97B76 color CMYK value is (0,43,46,15).

  • cyan value is 0.00%
  • magenta value is 43.32%
  • yellow value is 45.62%
  • key color value is 14.90%

CMYK: (0,43,46,15)
C0M43Y46K15 (0%, 43%, 46%, 15%)
(0.00 / 0.43 / 0.46 / 0.15)

CMYK percentages

%0
%43.32
%45.62
%14.9

Codes

Color #D97B76 in popluar color models

D9 7B 76
RGB 217 123 118
HSL 56.57% 65.69%
HSB/HSV 45.62% 85.10%
CMYK 0.00% 43.32% 45.62%
14.90%

Color #D97B76 in popluar number systems.

HEX D9 7B 76
Decimal 217 123 118
Binary 11011001 1111011 1110110
Octal 331 173 166

Shades and tints

Shades of #D97B76

#D97B76
(217,123,118)
#C6706C
(198,112,108)
#B36562
(179,101,98)
#A05A58
(160,90,88)
#8D4F4E
(141,79,78)
#7A4444
(122,68,68)
#67393A
(103,57,58)
#542E30
(84,46,48)
#412326
(65,35,38)
#2E181C
(46,24,28)
#1B0D12
(27,13,18)
#000000
(0,0,0)

Tints of #D97B76

#D97B76
(217,123,118)
#DC8782
(220,135,130)
#DF938E
(223,147,142)
#E29F9A
(226,159,154)
#E5ABA6
(229,171,166)
#E8B7B2
(232,183,178)
#EBC3BE
(235,195,190)
#EECFCA
(238,207,202)
#F1DBD6
(241,219,214)
#F4E7E2
(244,231,226)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97B76; }

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

This text font color is #D97B76.

Background Color

.myBgColor { background-color: #D97B76; }

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

This div background color is #D97B76.

Border color

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

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

This div border color is #D97B76.

Opacity

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

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

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

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

This text has shadow with #D97B76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D97B76.

Preview

Color preview on black background

This text has color #D97B76 on black background.


Color preview on white background

This text has color #D97B76 on white background.


Black color preview on #D97B76 background

This text has black color on #D97B76 background.


White color preview on #D97B76 background

This text has white color on #D97B76 background.


Related colors

Complementary color

Complementary color for #hex is #268489.


I love getcolorcode.com

Triadic colors

1 #76D97B and #7B76D9 with #D97B76 are triadic colors.

2 #767BD9 and #7BD976 with #D97B76 are triadic colors.