COLOR #D49A9D

HEX: #D49A9D
RGB: (212,154,157)

Color info

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

RGB color model

#D49A9D color RGB value is (212,154,157).

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

RGB channels and saturation

R 212 of 255 = 83%
G 154 of 255 = 60%
B 157 of 255 = 62%

212
154
157

R + G + B ~ 68%. #D49A9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 154 + 157 = 523 (100%)
R 212 of 523 ~ 40.54%
G 154 of 523 ~ 29.45%
B 157 of 523 ~ 30.02%

%40.54
%29.45
%30.02

CMYK color model

#D49A9D color CMYK value is (0,27,26,17).

  • cyan value is 0.00%
  • magenta value is 27.36%
  • yellow value is 25.94%
  • key color value is 16.86%
CMYK:
(0,27,26,17)
C0M27Y26K17 
(0%,27%,26%,17%)
(0.00/0.27/0.26/0.17)	

CMYK percentages

%0
%27.36
%25.94
%16.86

Codes

Color #D49A9D in popluar color models

D49A9D
RGB212154157
HSL357°40.28%71.76%
HSB/HSV357°27.36%83.14%
CMYK0.00%27.36%25.94%
16.86%

Color #D49A9D in popluar number systems.

HEXD49A9D
Decimal212154157
Binary110101001001101010011101
Octal324232235

Shades and tints

Shades of #D49A9D

#D49A9D
(212,154,157)
#C18C8F
(193,140,143)
#AE7E81
(174,126,129)
#9B7073
(155,112,115)
#886265
(136,98,101)
#755457
(117,84,87)
#624649
(98,70,73)
#4F383B
(79,56,59)
#3C2A2D
(60,42,45)
#291C1F
(41,28,31)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #D49A9D

#D49A9D
(212,154,157)
#D7A3A5
(215,163,165)
#DAACAD
(218,172,173)
#DDB5B5
(221,181,181)
#E0BEBD
(224,190,189)
#E3C7C5
(227,199,197)
#E6D0CD
(230,208,205)
#E9D9D5
(233,217,213)
#ECE2DD
(236,226,221)
#EFEBE5
(239,235,229)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49A9D; }

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

This text font color is #D49A9D.


Background Color

.myBgColor { background-color: #D49A9D; }

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

This div background color is #D49A9D.


Border color

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

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

This div border color is #D49A9D.


Opacity

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

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

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

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

This text has shadow with #D49A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49A9D on black background.


Color preview on white background

This text has color #D49A9D on white background.



Black color preview on #D49A9D background

This text has black color on #D49A9D background.


White color preview on #D49A9D background

This text has white color on #D49A9D background.