COLOR #D49888

HEX: #D49888
RGB: (212,152,136)

Color info

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

RGB color model

#D49888 color RGB value is (212,152,136).

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

RGB channels and saturation

R 212 of 255 = 83%
G 152 of 255 = 60%
B 136 of 255 = 53%

212
152
136

R + G + B ~ 65%. #D49888 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 152 + 136 = 500 (100%)
R 212 of 500 ~ 42.4%
G 152 of 500 ~ 30.4%
B 136 of 500 ~ 27.2%

%42.4
%30.4
%27.2

CMYK color model

#D49888 color CMYK value is (0,28,36,17).

  • cyan value is 0.00%
  • magenta value is 28.30%
  • yellow value is 35.85%
  • key color value is 16.86%
CMYK:
(0,28,36,17)
C0M28Y36K17 
(0%,28%,36%,17%)
(0.00/0.28/0.36/0.17)	

CMYK percentages

%0
%28.3
%35.85
%16.86

Codes

Color #D49888 in popluar color models

D49888
RGB212152136
HSL13°46.91%68.24%
HSB/HSV13°35.85%83.14%
CMYK0.00%28.30%35.85%
16.86%

Color #D49888 in popluar number systems.

HEXD49888
Decimal212152136
Binary110101001001100010001000
Octal324230210

Shades and tints

Shades of #D49888

#D49888
(212,152,136)
#C18B7C
(193,139,124)
#AE7E70
(174,126,112)
#9B7164
(155,113,100)
#886458
(136,100,88)
#75574C
(117,87,76)
#624A40
(98,74,64)
#4F3D34
(79,61,52)
#3C3028
(60,48,40)
#29231C
(41,35,28)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #D49888

#D49888
(212,152,136)
#D7A192
(215,161,146)
#DAAA9C
(218,170,156)
#DDB3A6
(221,179,166)
#E0BCB0
(224,188,176)
#E3C5BA
(227,197,186)
#E6CEC4
(230,206,196)
#E9D7CE
(233,215,206)
#ECE0D8
(236,224,216)
#EFE9E2
(239,233,226)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49888; }

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

This text font color is #D49888.


Background Color

.myBgColor { background-color: #D49888; }

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

This div background color is #D49888.


Border color

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

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

This div border color is #D49888.


Opacity

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

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

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

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

This text has shadow with #D49888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49888 on black background.


Color preview on white background

This text has color #D49888 on white background.



Black color preview on #D49888 background

This text has black color on #D49888 background.


White color preview on #D49888 background

This text has white color on #D49888 background.