COLOR #D4A88E

HEX: #D4A88E
RGB: (212,168,142)

Color info

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

RGB color model

#D4A88E color RGB value is (212,168,142).

  • red value is 212;
  • green value is 168;
  • blue value is 142.
RGB:
(212,168,142)
(83%,66%,56%)

RGB channels and saturation

R 212 of 255 = 83%
G 168 of 255 = 66%
B 142 of 255 = 56%

212
168
142

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

Portions of RGB colors in percentages

R + G + B =
212 + 168 + 142 = 522 (100%)
R 212 of 522 ~ 40.61%
G 168 of 522 ~ 32.18%
B 142 of 522 ~ 27.2%

%40.61
%32.18
%27.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 33.02%
  • 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
%20.75
%33.02
%16.86

Codes

Color #D4A88E in popluar color models

D4A88E
RGB212168142
HSL22°44.87%69.41%
HSB/HSV22°33.02%83.14%
CMYK0.00%20.75%33.02%
16.86%

Color #D4A88E in popluar number systems.

HEXD4A88E
Decimal212168142
Binary110101001010100010001110
Octal324250216

Shades and tints

Shades of #D4A88E

#D4A88E
(212,168,142)
#C19982
(193,153,130)
#AE8A76
(174,138,118)
#9B7B6A
(155,123,106)
#886C5E
(136,108,94)
#755D52
(117,93,82)
#624E46
(98,78,70)
#4F3F3A
(79,63,58)
#3C302E
(60,48,46)
#292122
(41,33,34)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #D4A88E

#D4A88E
(212,168,142)
#D7AF98
(215,175,152)
#DAB6A2
(218,182,162)
#DDBDAC
(221,189,172)
#E0C4B6
(224,196,182)
#E3CBC0
(227,203,192)
#E6D2CA
(230,210,202)
#E9D9D4
(233,217,212)
#ECE0DE
(236,224,222)
#EFE7E8
(239,231,232)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A88E color. Also use rgb(212,168,142) instead hex code.

Text Font Color

.myTextColor { color: #D4A88E; }

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

This text font color is #D4A88E.


Background Color

.myBgColor { background-color: #D4A88E; }

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

This div background color is #D4A88E.


Border color

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

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

This div border color is #D4A88E.


Opacity

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

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

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

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

This text has shadow with #D4A88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A88E on black background.


Color preview on white background

This text has color #D4A88E on white background.



Black color preview on #D4A88E background

This text has black color on #D4A88E background.


White color preview on #D4A88E background

This text has white color on #D4A88E background.