COLOR #D4967E

HEX: #D4967E RGB: (212,150,126)

Color info

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

RGB color model

#D4967E color RGB value is (212,150,126).

RGB: (212,150,126) (83%, 59%, 49%)

RGB channels and saturation

R 212 of 255 = 83%
G 150 of 255 = 59%
B 126 of 255 = 49%

212
150
126

R + G + B ~ 64%. #D4967E is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 150 + 126 = 488 (100%)
R 212 of 488 ~ 43.44%
G 150 of 488 ~ 30.74%
B 126 of 488 ~ 25.82'%

%43.44
%30.74
%25.82

CMYK color model

#D4967E color CMYK value is (0,29,41,17).

  • cyan value is 0.00%
  • magenta value is 29.25%
  • yellow value is 40.57%
  • key color value is 16.86%

CMYK: (0,29,41,17)
C0M29Y41K17 (0%, 29%, 41%, 17%)
(0.00 / 0.29 / 0.41 / 0.17)

CMYK percentages

%0
%29.25
%40.57
%16.86

Codes

Color #D4967E in popluar color models

D4 96 7E
RGB 212 150 126
HSL 17° 50.00% 66.27%
HSB/HSV 17° 40.57% 83.14%
CMYK 0.00% 29.25% 40.57%
16.86%

Color #D4967E in popluar number systems.

HEX D4 96 7E
Decimal 212 150 126
Binary 11010100 10010110 1111110
Octal 324 226 176

Shades and tints

Shades of #D4967E

#D4967E
(212,150,126)
#C18973
(193,137,115)
#AE7C68
(174,124,104)
#9B6F5D
(155,111,93)
#886252
(136,98,82)
#755547
(117,85,71)
#62483C
(98,72,60)
#4F3B31
(79,59,49)
#3C2E26
(60,46,38)
#29211B
(41,33,27)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #D4967E

#D4967E
(212,150,126)
#D79F89
(215,159,137)
#DAA894
(218,168,148)
#DDB19F
(221,177,159)
#E0BAAA
(224,186,170)
#E3C3B5
(227,195,181)
#E6CCC0
(230,204,192)
#E9D5CB
(233,213,203)
#ECDED6
(236,222,214)
#EFE7E1
(239,231,225)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4967E color. Also use rgb(212,150,126) instead hex code.

Text Font Color

.myTextColor { color: #D4967E; }

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

This text font color is #D4967E.

Background Color

.myBgColor { background-color: #D4967E; }

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

This div background color is #D4967E.

Border color

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

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

This div border color is #D4967E.

Opacity

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

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

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

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

This text has shadow with #D4967E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4967E.

Preview

Color preview on black background

This text has color #D4967E on black background.


Color preview on white background

This text has color #D4967E on white background.


Black color preview on #D4967E background

This text has black color on #D4967E background.


White color preview on #D4967E background

This text has white color on #D4967E background.


Related colors

Complementary color

Complementary color for #hex is #2B6981.


I love getcolorcode.com

Triadic colors

1 #7ED496 and #967ED4 with #D4967E are triadic colors.

2 #7E96D4 and #96D47E with #D4967E are triadic colors.