COLOR #D4A78F

HEX: #D4A78F
RGB: (212,167,143)

Color info

#D4A78F contains mainly red and green colors. Web safe color of #D4A78F is #CC9999 (or #C99).

RGB color model

#D4A78F color RGB value is (212,167,143).

  • red value is 212;
  • green value is 167;
  • blue value is 143.
RGB:
(212,167,143)
(83%,65%,56%)

RGB channels and saturation

R 212 of 255 = 83%
G 167 of 255 = 65%
B 143 of 255 = 56%

212
167
143

R + G + B ~ 68%. #D4A78F is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 167 + 143 = 522 (100%)
R 212 of 522 ~ 40.61%
G 167 of 522 ~ 31.99%
B 143 of 522 ~ 27.39%

%40.61
%31.99
%27.39

CMYK color model

#D4A78F color CMYK value is (0,21,33,17).

  • cyan value is 0.00%
  • magenta value is 21.23%
  • yellow value is 32.55%
  • key color value is 16.86%
CMYK:
(0,21,33,17)
C0M21Y33K17 
(0%,21%,33%,17%)
(0.00/0.21/0.33/0.17)	

CMYK percentages

%0
%21.23
%32.55
%16.86

Codes

Color #D4A78F in popluar color models

D4A78F
RGB212167143
HSL21°44.52%69.61%
HSB/HSV21°32.55%83.14%
CMYK0.00%21.23%32.55%
16.86%

Color #D4A78F in popluar number systems.

HEXD4A78F
Decimal212167143
Binary110101001010011110001111
Octal324247217

Shades and tints

Shades of #D4A78F

#D4A78F
(212,167,143)
#C19882
(193,152,130)
#AE8975
(174,137,117)
#9B7A68
(155,122,104)
#886B5B
(136,107,91)
#755C4E
(117,92,78)
#624D41
(98,77,65)
#4F3E34
(79,62,52)
#3C2F27
(60,47,39)
#29201A
(41,32,26)
#16110D
(22,17,13)
#000000
(0,0,0)

Tints of #D4A78F

#D4A78F
(212,167,143)
#D7AF99
(215,175,153)
#DAB7A3
(218,183,163)
#DDBFAD
(221,191,173)
#E0C7B7
(224,199,183)
#E3CFC1
(227,207,193)
#E6D7CB
(230,215,203)
#E9DFD5
(233,223,213)
#ECE7DF
(236,231,223)
#EFEFE9
(239,239,233)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A78F color. Also use rgb(212,167,143) instead hex code.

Text Font Color

.myTextColor { color: #D4A78F; }

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

This text font color is #D4A78F.


Background Color

.myBgColor { background-color: #D4A78F; }

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

This div background color is #D4A78F.


Border color

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

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

This div border color is #D4A78F.


Opacity

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

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

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

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

This text has shadow with #D4A78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A78F on black background.


Color preview on white background

This text has color #D4A78F on white background.



Black color preview on #D4A78F background

This text has black color on #D4A78F background.


White color preview on #D4A78F background

This text has white color on #D4A78F background.