COLOR #D49D8B

HEX: #D49D8B RGB: (212,157,139)

Color info

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

RGB color model

#D49D8B color RGB value is (212,157,139).

RGB: (212,157,139) (83%, 62%, 55%)

RGB channels and saturation

R 212 of 255 = 83%
G 157 of 255 = 62%
B 139 of 255 = 55%

212
157
139

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

Portions of RGB colors in percentages

R + G + B = 212 + 157 + 139 = 508 (100%)
R 212 of 508 ~ 41.73%
G 157 of 508 ~ 30.91%
B 139 of 508 ~ 27.36'%

%41.73
%30.91
%27.36

CMYK color model

#D49D8B color CMYK value is (0,26,34,17).

  • cyan value is 0.00%
  • magenta value is 25.94%
  • yellow value is 34.43%
  • key color value is 16.86%

CMYK: (0,26,34,17)
C0M26Y34K17 (0%, 26%, 34%, 17%)
(0.00 / 0.26 / 0.34 / 0.17)

CMYK percentages

%0
%25.94
%34.43
%16.86

Codes

Color #D49D8B in popluar color models

D4 9D 8B
RGB 212 157 139
HSL 15° 45.91% 68.82%
HSB/HSV 15° 34.43% 83.14%
CMYK 0.00% 25.94% 34.43%
16.86%

Color #D49D8B in popluar number systems.

HEX D4 9D 8B
Decimal 212 157 139
Binary 11010100 10011101 10001011
Octal 324 235 213

Shades and tints

Shades of #D49D8B

#D49D8B
(212,157,139)
#C18F7F
(193,143,127)
#AE8173
(174,129,115)
#9B7367
(155,115,103)
#88655B
(136,101,91)
#75574F
(117,87,79)
#624943
(98,73,67)
#4F3B37
(79,59,55)
#3C2D2B
(60,45,43)
#291F1F
(41,31,31)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #D49D8B

#D49D8B
(212,157,139)
#D7A595
(215,165,149)
#DAAD9F
(218,173,159)
#DDB5A9
(221,181,169)
#E0BDB3
(224,189,179)
#E3C5BD
(227,197,189)
#E6CDC7
(230,205,199)
#E9D5D1
(233,213,209)
#ECDDDB
(236,221,219)
#EFE5E5
(239,229,229)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49D8B; }

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

This text font color is #D49D8B.

Background Color

.myBgColor { background-color: #D49D8B; }

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

This div background color is #D49D8B.

Border color

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

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

This div border color is #D49D8B.

Opacity

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

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

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

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

This text has shadow with #D49D8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D49D8B.

Preview

Color preview on black background

This text has color #D49D8B on black background.


Color preview on white background

This text has color #D49D8B on white background.


Black color preview on #D49D8B background

This text has black color on #D49D8B background.


White color preview on #D49D8B background

This text has white color on #D49D8B background.


Related colors

Complementary color

Complementary color for #hex is #2B6274.


I love getcolorcode.com

Triadic colors

1 #8BD49D and #9D8BD4 with #D49D8B are triadic colors.

2 #8B9DD4 and #9DD48B with #D49D8B are triadic colors.