COLOR #D49E9A

HEX: #D49E9A
RGB: (212,158,154)

Color info

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

RGB color model

#D49E9A color RGB value is (212,158,154).

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

RGB channels and saturation

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

212
158
154

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

Portions of RGB colors in percentages

R + G + B =
212 + 158 + 154 = 524 (100%)
R 212 of 524 ~ 40.46%
G 158 of 524 ~ 30.15%
B 154 of 524 ~ 29.39%

%40.46
%30.15
%29.39

CMYK color model

#D49E9A color CMYK value is (0,25,27,17).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 27.36%
  • key color value is 16.86%
CMYK:
(0,25,27,17)
C0M25Y27K17 
(0%,25%,27%,17%)
(0.00/0.25/0.27/0.17)	

CMYK percentages

%0
%25.47
%27.36
%16.86

Codes

Color #D49E9A in popluar color models

D49E9A
RGB212158154
HSL40.28%71.76%
HSB/HSV27.36%83.14%
CMYK0.00%25.47%27.36%
16.86%

Color #D49E9A in popluar number systems.

HEXD49E9A
Decimal212158154
Binary110101001001111010011010
Octal324236232

Shades and tints

Shades of #D49E9A

#D49E9A
(212,158,154)
#C1908C
(193,144,140)
#AE827E
(174,130,126)
#9B7470
(155,116,112)
#886662
(136,102,98)
#755854
(117,88,84)
#624A46
(98,74,70)
#4F3C38
(79,60,56)
#3C2E2A
(60,46,42)
#29201C
(41,32,28)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #D49E9A

#D49E9A
(212,158,154)
#D7A6A3
(215,166,163)
#DAAEAC
(218,174,172)
#DDB6B5
(221,182,181)
#E0BEBE
(224,190,190)
#E3C6C7
(227,198,199)
#E6CED0
(230,206,208)
#E9D6D9
(233,214,217)
#ECDEE2
(236,222,226)
#EFE6EB
(239,230,235)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49E9A; }

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

This text font color is #D49E9A.


Background Color

.myBgColor { background-color: #D49E9A; }

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

This div background color is #D49E9A.


Border color

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

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

This div border color is #D49E9A.


Opacity

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

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

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

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

This text has shadow with #D49E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49E9A on black background.


Color preview on white background

This text has color #D49E9A on white background.



Black color preview on #D49E9A background

This text has black color on #D49E9A background.


White color preview on #D49E9A background

This text has white color on #D49E9A background.