COLOR #D49A9A

HEX: #D49A9A
RGB: (212,154,154)

Color info

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

RGB color model

#D49A9A color RGB value is (212,154,154).

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

RGB channels and saturation

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

212
154
154

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

Portions of RGB colors in percentages

R + G + B =
212 + 154 + 154 = 520 (100%)
R 212 of 520 ~ 40.77%
G 154 of 520 ~ 29.62%
B 154 of 520 ~ 29.62%

%40.77
%29.62
%29.62

CMYK color model

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

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

CMYK percentages

%0
%27.36
%27.36
%16.86

Codes

Color #D49A9A in popluar color models

D49A9A
RGB212154154
HSL40.28%71.76%
HSB/HSV27.36%83.14%
CMYK0.00%27.36%27.36%
16.86%

Color #D49A9A in popluar number systems.

HEXD49A9A
Decimal212154154
Binary110101001001101010011010
Octal324232232

Shades and tints

Shades of #D49A9A

#D49A9A
(212,154,154)
#C18C8C
(193,140,140)
#AE7E7E
(174,126,126)
#9B7070
(155,112,112)
#886262
(136,98,98)
#755454
(117,84,84)
#624646
(98,70,70)
#4F3838
(79,56,56)
#3C2A2A
(60,42,42)
#291C1C
(41,28,28)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #D49A9A

#D49A9A
(212,154,154)
#D7A3A3
(215,163,163)
#DAACAC
(218,172,172)
#DDB5B5
(221,181,181)
#E0BEBE
(224,190,190)
#E3C7C7
(227,199,199)
#E6D0D0
(230,208,208)
#E9D9D9
(233,217,217)
#ECE2E2
(236,226,226)
#EFEBEB
(239,235,235)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49A9A; }

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

This text font color is #D49A9A.


Background Color

.myBgColor { background-color: #D49A9A; }

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

This div background color is #D49A9A.


Border color

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

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

This div border color is #D49A9A.


Opacity

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

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

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

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

This text has shadow with #D49A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49A9A on black background.


Color preview on white background

This text has color #D49A9A on white background.



Black color preview on #D49A9A background

This text has black color on #D49A9A background.


White color preview on #D49A9A background

This text has white color on #D49A9A background.