COLOR #D4B3A1

HEX: #D4B3A1
RGB: (212,179,161)

Color info

#D4B3A1 contains red, green and blue colors in about the same proportion. Web safe color of #D4B3A1 is #CC9999 (or #C99).

RGB color model

#D4B3A1 color RGB value is (212,179,161).

  • red value is 212;
  • green value is 179;
  • blue value is 161.
RGB:
(212,179,161)
(83%,70%,63%)

RGB channels and saturation

R 212 of 255 = 83%
G 179 of 255 = 70%
B 161 of 255 = 63%

212
179
161

R + G + B ~ 72%. #D4B3A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 179 + 161 = 552 (100%)
R 212 of 552 ~ 38.41%
G 179 of 552 ~ 32.43%
B 161 of 552 ~ 29.17%

%38.41
%32.43
%29.17

CMYK color model

#D4B3A1 color CMYK value is (0,16,24,17).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 24.06%
  • key color value is 16.86%
CMYK:
(0,16,24,17)
C0M16Y24K17 
(0%,16%,24%,17%)
(0.00/0.16/0.24/0.17)	

CMYK percentages

%0
%15.57
%24.06
%16.86

Codes

Color #D4B3A1 in popluar color models

D4B3A1
RGB212179161
HSL21°37.23%73.14%
HSB/HSV21°24.06%83.14%
CMYK0.00%15.57%24.06%
16.86%

Color #D4B3A1 in popluar number systems.

HEXD4B3A1
Decimal212179161
Binary110101001011001110100001
Octal324263241

Shades and tints

Shades of #D4B3A1

#D4B3A1
(212,179,161)
#C1A393
(193,163,147)
#AE9385
(174,147,133)
#9B8377
(155,131,119)
#887369
(136,115,105)
#75635B
(117,99,91)
#62534D
(98,83,77)
#4F433F
(79,67,63)
#3C3331
(60,51,49)
#292323
(41,35,35)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #D4B3A1

#D4B3A1
(212,179,161)
#D7B9A9
(215,185,169)
#DABFB1
(218,191,177)
#DDC5B9
(221,197,185)
#E0CBC1
(224,203,193)
#E3D1C9
(227,209,201)
#E6D7D1
(230,215,209)
#E9DDD9
(233,221,217)
#ECE3E1
(236,227,225)
#EFE9E9
(239,233,233)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B3A1 color. Also use rgb(212,179,161) instead hex code.

Text Font Color

.myTextColor { color: #D4B3A1; }

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

This text font color is #D4B3A1.


Background Color

.myBgColor { background-color: #D4B3A1; }

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

This div background color is #D4B3A1.


Border color

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

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

This div border color is #D4B3A1.


Opacity

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

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

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

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

This text has shadow with #D4B3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B3A1 on black background.


Color preview on white background

This text has color #D4B3A1 on white background.



Black color preview on #D4B3A1 background

This text has black color on #D4B3A1 background.


White color preview on #D4B3A1 background

This text has white color on #D4B3A1 background.