COLOR #D49795

HEX: #D49795
RGB: (212,151,149)

Color info

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

RGB color model

#D49795 color RGB value is (212,151,149).

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

RGB channels and saturation

R 212 of 255 = 83%
G 151 of 255 = 59%
B 149 of 255 = 58%

212
151
149

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

Portions of RGB colors in percentages

R + G + B =
212 + 151 + 149 = 512 (100%)
R 212 of 512 ~ 41.41%
G 151 of 512 ~ 29.49%
B 149 of 512 ~ 29.1%

%41.41
%29.49
%29.1

CMYK color model

#D49795 color CMYK value is (0,29,30,17).

  • cyan value is 0.00%
  • magenta value is 28.77%
  • yellow value is 29.72%
  • key color value is 16.86%
CMYK:
(0,29,30,17)
C0M29Y30K17 
(0%,29%,30%,17%)
(0.00/0.29/0.30/0.17)	

CMYK percentages

%0
%28.77
%29.72
%16.86

Codes

Color #D49795 in popluar color models

D49795
RGB212151149
HSL42.28%70.78%
HSB/HSV29.72%83.14%
CMYK0.00%28.77%29.72%
16.86%

Color #D49795 in popluar number systems.

HEXD49795
Decimal212151149
Binary110101001001011110010101
Octal324227225

Shades and tints

Shades of #D49795

#D49795
(212,151,149)
#C18A88
(193,138,136)
#AE7D7B
(174,125,123)
#9B706E
(155,112,110)
#886361
(136,99,97)
#755654
(117,86,84)
#624947
(98,73,71)
#4F3C3A
(79,60,58)
#3C2F2D
(60,47,45)
#292220
(41,34,32)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #D49795

#D49795
(212,151,149)
#D7A09E
(215,160,158)
#DAA9A7
(218,169,167)
#DDB2B0
(221,178,176)
#E0BBB9
(224,187,185)
#E3C4C2
(227,196,194)
#E6CDCB
(230,205,203)
#E9D6D4
(233,214,212)
#ECDFDD
(236,223,221)
#EFE8E6
(239,232,230)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49795; }

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

This text font color is #D49795.


Background Color

.myBgColor { background-color: #D49795; }

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

This div background color is #D49795.


Border color

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

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

This div border color is #D49795.


Opacity

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

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

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

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

This text has shadow with #D49795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49795 on black background.


Color preview on white background

This text has color #D49795 on white background.



Black color preview on #D49795 background

This text has black color on #D49795 background.


White color preview on #D49795 background

This text has white color on #D49795 background.