COLOR #D49DA0

HEX: #D49DA0
RGB: (212,157,160)

Color info

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

RGB color model

#D49DA0 color RGB value is (212,157,160).

  • red value is 212;
  • green value is 157;
  • blue value is 160.
RGB:
(212,157,160)
(83%,62%,63%)

RGB channels and saturation

R 212 of 255 = 83%
G 157 of 255 = 62%
B 160 of 255 = 63%

212
157
160

R + G + B ~ 69%. #D49DA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 157 + 160 = 529 (100%)
R 212 of 529 ~ 40.08%
G 157 of 529 ~ 29.68%
B 160 of 529 ~ 30.25%

%40.08
%29.68
%30.25

CMYK color model

#D49DA0 color CMYK value is (0,26,25,17).

  • cyan value is 0.00%
  • magenta value is 25.94%
  • yellow value is 24.53%
  • key color value is 16.86%
CMYK:
(0,26,25,17)
C0M26Y25K17 
(0%,26%,25%,17%)
(0.00/0.26/0.25/0.17)	

CMYK percentages

%0
%25.94
%24.53
%16.86

Codes

Color #D49DA0 in popluar color models

D49DA0
RGB212157160
HSL357°39.01%72.35%
HSB/HSV357°25.94%83.14%
CMYK0.00%25.94%24.53%
16.86%

Color #D49DA0 in popluar number systems.

HEXD49DA0
Decimal212157160
Binary110101001001110110100000
Octal324235240

Shades and tints

Shades of #D49DA0

#D49DA0
(212,157,160)
#C18F92
(193,143,146)
#AE8184
(174,129,132)
#9B7376
(155,115,118)
#886568
(136,101,104)
#75575A
(117,87,90)
#62494C
(98,73,76)
#4F3B3E
(79,59,62)
#3C2D30
(60,45,48)
#291F22
(41,31,34)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #D49DA0

#D49DA0
(212,157,160)
#D7A5A8
(215,165,168)
#DAADB0
(218,173,176)
#DDB5B8
(221,181,184)
#E0BDC0
(224,189,192)
#E3C5C8
(227,197,200)
#E6CDD0
(230,205,208)
#E9D5D8
(233,213,216)
#ECDDE0
(236,221,224)
#EFE5E8
(239,229,232)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49DA0 color. Also use rgb(212,157,160) instead hex code.

Text Font Color

.myTextColor { color: #D49DA0; }

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

This text font color is #D49DA0.


Background Color

.myBgColor { background-color: #D49DA0; }

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

This div background color is #D49DA0.


Border color

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

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

This div border color is #D49DA0.


Opacity

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

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

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

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

This text has shadow with #D49DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49DA0 on black background.


Color preview on white background

This text has color #D49DA0 on white background.



Black color preview on #D49DA0 background

This text has black color on #D49DA0 background.


White color preview on #D49DA0 background

This text has white color on #D49DA0 background.