COLOR #D99D8B

HEX: #D99D8B RGB: (217,157,139)

Color info

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

RGB color model

#D99D8B color RGB value is (217,157,139).

RGB: (217,157,139) (85%, 62%, 55%)

RGB channels and saturation

R 217 of 255 = 85%
G 157 of 255 = 62%
B 139 of 255 = 55%

217
157
139

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

Portions of RGB colors in percentages

R + G + B = 217 + 157 + 139 = 513 (100%)
R 217 of 513 ~ 42.3%
G 157 of 513 ~ 30.6%
B 139 of 513 ~ 27.1'%

%42.3
%30.6
%27.1

CMYK color model

#D99D8B color CMYK value is (0,28,36,15).

  • cyan value is 0.00%
  • magenta value is 27.65%
  • yellow value is 35.94%
  • key color value is 14.90%
CMYK: (0,28,36,15) C0M28Y36K15 (0%,28%,36%,15%) (0.00/0.28/0.36/0.15) 

CMYK percentages

%0
%27.65
%35.94
%14.9

Codes

Color #D99D8B in popluar color models

D9 9D 8B
RGB 217 157 139
HSL 14° 50.65% 69.80%
HSB/HSV 14° 35.94% 85.10%
CMYK 0.00% 27.65% 35.94%
14.90%

Color #D99D8B in popluar number systems.

HEX D9 9D 8B
Decimal 217 157 139
Binary 11011001 10011101 10001011
Octal 331 235 213

Shades and tints

Shades of #D99D8B

#D99D8B
(217,157,139)
#C68F7F
(198,143,127)
#B38173
(179,129,115)
#A07367
(160,115,103)
#8D655B
(141,101,91)
#7A574F
(122,87,79)
#674943
(103,73,67)
#543B37
(84,59,55)
#412D2B
(65,45,43)
#2E1F1F
(46,31,31)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #D99D8B

#D99D8B
(217,157,139)
#DCA595
(220,165,149)
#DFAD9F
(223,173,159)
#E2B5A9
(226,181,169)
#E5BDB3
(229,189,179)
#E8C5BD
(232,197,189)
#EBCDC7
(235,205,199)
#EED5D1
(238,213,209)
#F1DDDB
(241,221,219)
#F4E5E5
(244,229,229)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99D8B; }

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

This text font color is #D99D8B.

Background Color

.myBgColor { background-color: #D99D8B; }

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

This div background color is #D99D8B.

Border color

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

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

This div border color is #D99D8B.

Opacity

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

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

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

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

This text has shadow with #D99D8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D99D8B.

Preview

Color preview on black background

This text has color #D99D8B on black background.


Color preview on white background

This text has color #D99D8B on white background.


Black color preview on #D99D8B background

This text has black color on #D99D8B background.


White color preview on #D99D8B background

This text has white color on #D99D8B background.


Related colors

Complementary color

Complementary color for #hex is #266274.


I love getcolorcode.com

Triadic colors

1 #8BD99D and #9D8BD9 with #D99D8B are triadic colors.

2 #8B9DD9 and #9DD98B with #D99D8B are triadic colors.