COLOR #D49299

HEX: #D49299
RGB: (212,146,153)

Color info

#D49299 contains mainly red and blue colors. Web safe color of #D49299 is #CC9999 (or #C99).

RGB color model

#D49299 color RGB value is (212,146,153).

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

RGB channels and saturation

R 212 of 255 = 83%
G 146 of 255 = 57%
B 153 of 255 = 60%

212
146
153

R + G + B ~ 67%. #D49299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 146 + 153 = 511 (100%)
R 212 of 511 ~ 41.49%
G 146 of 511 ~ 28.57%
B 153 of 511 ~ 29.94%

%41.49
%28.57
%29.94

CMYK color model

#D49299 color CMYK value is (0,31,28,17).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 27.83%
  • key color value is 16.86%
CMYK:
(0,31,28,17)
C0M31Y28K17 
(0%,31%,28%,17%)
(0.00/0.31/0.28/0.17)	

CMYK percentages

%0
%31.13
%27.83
%16.86

Codes

Color #D49299 in popluar color models

D49299
RGB212146153
HSL354°43.42%70.20%
HSB/HSV354°31.13%83.14%
CMYK0.00%31.13%27.83%
16.86%

Color #D49299 in popluar number systems.

HEXD49299
Decimal212146153
Binary110101001001001010011001
Octal324222231

Shades and tints

Shades of #D49299

#D49299
(212,146,153)
#C1858C
(193,133,140)
#AE787F
(174,120,127)
#9B6B72
(155,107,114)
#885E65
(136,94,101)
#755158
(117,81,88)
#62444B
(98,68,75)
#4F373E
(79,55,62)
#3C2A31
(60,42,49)
#291D24
(41,29,36)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #D49299

#D49299
(212,146,153)
#D79BA2
(215,155,162)
#DAA4AB
(218,164,171)
#DDADB4
(221,173,180)
#E0B6BD
(224,182,189)
#E3BFC6
(227,191,198)
#E6C8CF
(230,200,207)
#E9D1D8
(233,209,216)
#ECDAE1
(236,218,225)
#EFE3EA
(239,227,234)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49299; }

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

This text font color is #D49299.


Background Color

.myBgColor { background-color: #D49299; }

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

This div background color is #D49299.


Border color

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

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

This div border color is #D49299.


Opacity

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

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

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

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

This text has shadow with #D49299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49299 on black background.


Color preview on white background

This text has color #D49299 on white background.



Black color preview on #D49299 background

This text has black color on #D49299 background.


White color preview on #D49299 background

This text has white color on #D49299 background.