COLOR #D49896

HEX: #D49896
RGB: (212,152,150)

Color info

#D49896 contains mainly red color. Web safe color of #D49896 is #CC9999 (or #C99).

RGB color model

#D49896 color RGB value is (212,152,150).

  • red value is 212;
  • green value is 152;
  • blue value is 150.
RGB:
(212,152,150)
(83%,60%,59%)

RGB channels and saturation

R 212 of 255 = 83%
G 152 of 255 = 60%
B 150 of 255 = 59%

212
152
150

R + G + B ~ 67%. #D49896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 152 + 150 = 514 (100%)
R 212 of 514 ~ 41.25%
G 152 of 514 ~ 29.57%
B 150 of 514 ~ 29.18%

%41.25
%29.57
%29.18

CMYK color model

#D49896 color CMYK value is (0,28,29,17).

  • cyan value is 0.00%
  • magenta value is 28.30%
  • yellow value is 29.25%
  • key color value is 16.86%
CMYK:
(0,28,29,17)
C0M28Y29K17 
(0%,28%,29%,17%)
(0.00/0.28/0.29/0.17)	

CMYK percentages

%0
%28.3
%29.25
%16.86

Codes

Color #D49896 in popluar color models

D49896
RGB212152150
HSL41.89%70.98%
HSB/HSV29.25%83.14%
CMYK0.00%28.30%29.25%
16.86%

Color #D49896 in popluar number systems.

HEXD49896
Decimal212152150
Binary110101001001100010010110
Octal324230226

Shades and tints

Shades of #D49896

#D49896
(212,152,150)
#C18B89
(193,139,137)
#AE7E7C
(174,126,124)
#9B716F
(155,113,111)
#886462
(136,100,98)
#755755
(117,87,85)
#624A48
(98,74,72)
#4F3D3B
(79,61,59)
#3C302E
(60,48,46)
#292321
(41,35,33)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #D49896

#D49896
(212,152,150)
#D7A19F
(215,161,159)
#DAAAA8
(218,170,168)
#DDB3B1
(221,179,177)
#E0BCBA
(224,188,186)
#E3C5C3
(227,197,195)
#E6CECC
(230,206,204)
#E9D7D5
(233,215,213)
#ECE0DE
(236,224,222)
#EFE9E7
(239,233,231)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49896; }

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

This text font color is #D49896.


Background Color

.myBgColor { background-color: #D49896; }

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

This div background color is #D49896.


Border color

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

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

This div border color is #D49896.


Opacity

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

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

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

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

This text has shadow with #D49896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49896 on black background.


Color preview on white background

This text has color #D49896 on white background.



Black color preview on #D49896 background

This text has black color on #D49896 background.


White color preview on #D49896 background

This text has white color on #D49896 background.