COLOR #D49187

HEX: #D49187
RGB: (212,145,135)

Color info

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

RGB color model

#D49187 color RGB value is (212,145,135).

  • red value is 212;
  • green value is 145;
  • blue value is 135.
RGB:
(212,145,135)
(83%,57%,53%)

RGB channels and saturation

R 212 of 255 = 83%
G 145 of 255 = 57%
B 135 of 255 = 53%

212
145
135

R + G + B ~ 64%. #D49187 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 145 + 135 = 492 (100%)
R 212 of 492 ~ 43.09%
G 145 of 492 ~ 29.47%
B 135 of 492 ~ 27.44%

%43.09
%29.47
%27.44

CMYK color model

#D49187 color CMYK value is (0,32,36,17).

  • cyan value is 0.00%
  • magenta value is 31.60%
  • yellow value is 36.32%
  • key color value is 16.86%
CMYK:
(0,32,36,17)
C0M32Y36K17 
(0%,32%,36%,17%)
(0.00/0.32/0.36/0.17)	

CMYK percentages

%0
%31.6
%36.32
%16.86

Codes

Color #D49187 in popluar color models

D49187
RGB212145135
HSL47.24%68.04%
HSB/HSV36.32%83.14%
CMYK0.00%31.60%36.32%
16.86%

Color #D49187 in popluar number systems.

HEXD49187
Decimal212145135
Binary110101001001000110000111
Octal324221207

Shades and tints

Shades of #D49187

#D49187
(212,145,135)
#C1847B
(193,132,123)
#AE776F
(174,119,111)
#9B6A63
(155,106,99)
#885D57
(136,93,87)
#75504B
(117,80,75)
#62433F
(98,67,63)
#4F3633
(79,54,51)
#3C2927
(60,41,39)
#291C1B
(41,28,27)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #D49187

#D49187
(212,145,135)
#D79B91
(215,155,145)
#DAA59B
(218,165,155)
#DDAFA5
(221,175,165)
#E0B9AF
(224,185,175)
#E3C3B9
(227,195,185)
#E6CDC3
(230,205,195)
#E9D7CD
(233,215,205)
#ECE1D7
(236,225,215)
#EFEBE1
(239,235,225)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49187 color. Also use rgb(212,145,135) instead hex code.

Text Font Color

.myTextColor { color: #D49187; }

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

This text font color is #D49187.


Background Color

.myBgColor { background-color: #D49187; }

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

This div background color is #D49187.


Border color

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

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

This div border color is #D49187.


Opacity

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

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

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

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

This text has shadow with #D49187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49187 on black background.


Color preview on white background

This text has color #D49187 on white background.



Black color preview on #D49187 background

This text has black color on #D49187 background.


White color preview on #D49187 background

This text has white color on #D49187 background.