COLOR #D49097

HEX: #D49097
RGB: (212,144,151)

Color info

#D49097 contains mainly red color. Web safe color of #D49097 is #CC9999 (or #C99).

RGB color model

#D49097 color RGB value is (212,144,151).

  • red value is 212;
  • green value is 144;
  • blue value is 151.
RGB:
(212,144,151)
(83%,56%,59%)

RGB channels and saturation

R 212 of 255 = 83%
G 144 of 255 = 56%
B 151 of 255 = 59%

212
144
151

R + G + B ~ 66%. #D49097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 144 + 151 = 507 (100%)
R 212 of 507 ~ 41.81%
G 144 of 507 ~ 28.4%
B 151 of 507 ~ 29.78%

%41.81
%28.4
%29.78

CMYK color model

#D49097 color CMYK value is (0,32,29,17).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 28.77%
  • key color value is 16.86%
CMYK:
(0,32,29,17)
C0M32Y29K17 
(0%,32%,29%,17%)
(0.00/0.32/0.29/0.17)	

CMYK percentages

%0
%32.08
%28.77
%16.86

Codes

Color #D49097 in popluar color models

D49097
RGB212144151
HSL354°44.16%69.80%
HSB/HSV354°32.08%83.14%
CMYK0.00%32.08%28.77%
16.86%

Color #D49097 in popluar number systems.

HEXD49097
Decimal212144151
Binary110101001001000010010111
Octal324220227

Shades and tints

Shades of #D49097

#D49097
(212,144,151)
#C1838A
(193,131,138)
#AE767D
(174,118,125)
#9B6970
(155,105,112)
#885C63
(136,92,99)
#754F56
(117,79,86)
#624249
(98,66,73)
#4F353C
(79,53,60)
#3C282F
(60,40,47)
#291B22
(41,27,34)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #D49097

#D49097
(212,144,151)
#D79AA0
(215,154,160)
#DAA4A9
(218,164,169)
#DDAEB2
(221,174,178)
#E0B8BB
(224,184,187)
#E3C2C4
(227,194,196)
#E6CCCD
(230,204,205)
#E9D6D6
(233,214,214)
#ECE0DF
(236,224,223)
#EFEAE8
(239,234,232)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49097; }

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

This text font color is #D49097.


Background Color

.myBgColor { background-color: #D49097; }

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

This div background color is #D49097.


Border color

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

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

This div border color is #D49097.


Opacity

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

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

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

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

This text has shadow with #D49097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49097 on black background.


Color preview on white background

This text has color #D49097 on white background.



Black color preview on #D49097 background

This text has black color on #D49097 background.


White color preview on #D49097 background

This text has white color on #D49097 background.