COLOR #D8967F

HEX: #D8967F RGB: (216,150,127)

Color info

#D8967F contains mainly red color. Web safe color of #D8967F is #CC9966 (or #C96).

RGB color model

#D8967F color RGB value is (216,150,127).

RGB: (216,150,127) (85%, 59%, 50%)

RGB channels and saturation

R 216 of 255 = 85%
G 150 of 255 = 59%
B 127 of 255 = 50%

216
150
127

R + G + B ~ 65%. #D8967F is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 150 + 127 = 493 (100%)
R 216 of 493 ~ 43.81%
G 150 of 493 ~ 30.43%
B 127 of 493 ~ 25.76'%

%43.81
%30.43
%25.76

CMYK color model

#D8967F color CMYK value is (0,31,41,15).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 41.20%
  • key color value is 15.29%

CMYK: (0,31,41,15)
C0M31Y41K15 (0%, 31%, 41%, 15%)
(0.00 / 0.31 / 0.41 / 0.15)

CMYK percentages

%0
%30.56
%41.2
%15.29

Codes

Color #D8967F in popluar color models

D8 96 7F
RGB 216 150 127
HSL 16° 53.29% 67.25%
HSB/HSV 16° 41.20% 84.71%
CMYK 0.00% 30.56% 41.20%
15.29%

Color #D8967F in popluar number systems.

HEX D8 96 7F
Decimal 216 150 127
Binary 11011000 10010110 1111111
Octal 330 226 177

Shades and tints

Shades of #D8967F

#D8967F
(216,150,127)
#C58974
(197,137,116)
#B27C69
(178,124,105)
#9F6F5E
(159,111,94)
#8C6253
(140,98,83)
#795548
(121,85,72)
#66483D
(102,72,61)
#533B32
(83,59,50)
#402E27
(64,46,39)
#2D211C
(45,33,28)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #D8967F

#D8967F
(216,150,127)
#DB9F8A
(219,159,138)
#DEA895
(222,168,149)
#E1B1A0
(225,177,160)
#E4BAAB
(228,186,171)
#E7C3B6
(231,195,182)
#EACCC1
(234,204,193)
#EDD5CC
(237,213,204)
#F0DED7
(240,222,215)
#F3E7E2
(243,231,226)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8967F color. Also use rgb(216,150,127) instead hex code.

Text Font Color

.myTextColor { color: #D8967F; }

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

This text font color is #D8967F.

Background Color

.myBgColor { background-color: #D8967F; }

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

This div background color is #D8967F.

Border color

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

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

This div border color is #D8967F.

Opacity

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

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

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

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

This text has shadow with #D8967F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8967F.

Preview

Color preview on black background

This text has color #D8967F on black background.


Color preview on white background

This text has color #D8967F on white background.


Black color preview on #D8967F background

This text has black color on #D8967F background.


White color preview on #D8967F background

This text has white color on #D8967F background.


Related colors

Complementary color

Complementary color for #hex is #276980.


I love getcolorcode.com

Triadic colors

1 #7FD896 and #967FD8 with #D8967F are triadic colors.

2 #7F96D8 and #96D87F with #D8967F are triadic colors.