COLOR #D4B494

HEX: #D4B494
RGB: (212,180,148)

Color info

#D4B494 contains mainly red and green colors. Web safe color of #D4B494 is #CCCC99 (or #CC9).

RGB color model

#D4B494 color RGB value is (212,180,148).

  • red value is 212;
  • green value is 180;
  • blue value is 148.
RGB:
(212,180,148)
(83%,71%,58%)

RGB channels and saturation

R 212 of 255 = 83%
G 180 of 255 = 71%
B 148 of 255 = 58%

212
180
148

R + G + B ~ 71%. #D4B494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 180 + 148 = 540 (100%)
R 212 of 540 ~ 39.26%
G 180 of 540 ~ 33.33%
B 148 of 540 ~ 27.41%

%39.26
%33.33
%27.41

CMYK color model

#D4B494 color CMYK value is (0,15,30,17).

  • cyan value is 0.00%
  • magenta value is 15.09%
  • yellow value is 30.19%
  • key color value is 16.86%
CMYK:
(0,15,30,17)
C0M15Y30K17 
(0%,15%,30%,17%)
(0.00/0.15/0.30/0.17)	

CMYK percentages

%0
%15.09
%30.19
%16.86

Codes

Color #D4B494 in popluar color models

D4B494
RGB212180148
HSL30°42.67%70.59%
HSB/HSV30°30.19%83.14%
CMYK0.00%15.09%30.19%
16.86%

Color #D4B494 in popluar number systems.

HEXD4B494
Decimal212180148
Binary110101001011010010010100
Octal324264224

Shades and tints

Shades of #D4B494

#D4B494
(212,180,148)
#C1A487
(193,164,135)
#AE947A
(174,148,122)
#9B846D
(155,132,109)
#887460
(136,116,96)
#756453
(117,100,83)
#625446
(98,84,70)
#4F4439
(79,68,57)
#3C342C
(60,52,44)
#29241F
(41,36,31)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #D4B494

#D4B494
(212,180,148)
#D7BA9D
(215,186,157)
#DAC0A6
(218,192,166)
#DDC6AF
(221,198,175)
#E0CCB8
(224,204,184)
#E3D2C1
(227,210,193)
#E6D8CA
(230,216,202)
#E9DED3
(233,222,211)
#ECE4DC
(236,228,220)
#EFEAE5
(239,234,229)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B494 color. Also use rgb(212,180,148) instead hex code.

Text Font Color

.myTextColor { color: #D4B494; }

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

This text font color is #D4B494.


Background Color

.myBgColor { background-color: #D4B494; }

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

This div background color is #D4B494.


Border color

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

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

This div border color is #D4B494.


Opacity

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

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

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

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

This text has shadow with #D4B494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B494 on black background.


Color preview on white background

This text has color #D4B494 on white background.



Black color preview on #D4B494 background

This text has black color on #D4B494 background.


White color preview on #D4B494 background

This text has white color on #D4B494 background.