COLOR #D99D8C

HEX: #D99D8C
RGB: (217,157,140)

Color info

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

RGB color model

#D99D8C color RGB value is (217,157,140).

  • red value is 217;
  • green value is 157;
  • blue value is 140.
RGB:
(217,157,140)
(85%,62%,55%)

RGB channels and saturation

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

217
157
140

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

Portions of RGB colors in percentages

R + G + B =
217 + 157 + 140 = 514 (100%)
R 217 of 514 ~ 42.22%
G 157 of 514 ~ 30.54%
B 140 of 514 ~ 27.24%

%42.22
%30.54
%27.24

CMYK color model

#D99D8C color CMYK value is (0,28,35,15).

  • cyan value is 0.00%
  • magenta value is 27.65%
  • yellow value is 35.48%
  • key color value is 14.90%
CMYK:
(0,28,35,15)
C0M28Y35K15 
(0%,28%,35%,15%)
(0.00/0.28/0.35/0.15)	

CMYK percentages

%0
%27.65
%35.48
%14.9

Codes

Color #D99D8C in popluar color models

D99D8C
RGB217157140
HSL13°50.33%70.00%
HSB/HSV13°35.48%85.10%
CMYK0.00%27.65%35.48%
14.90%

Color #D99D8C in popluar number systems.

HEXD99D8C
Decimal217157140
Binary110110011001110110001100
Octal331235214

Shades and tints

Shades of #D99D8C

#D99D8C
(217,157,140)
#C68F80
(198,143,128)
#B38174
(179,129,116)
#A07368
(160,115,104)
#8D655C
(141,101,92)
#7A5750
(122,87,80)
#674944
(103,73,68)
#543B38
(84,59,56)
#412D2C
(65,45,44)
#2E1F20
(46,31,32)
#1B1114
(27,17,20)
#000000
(0,0,0)

Tints of #D99D8C

#D99D8C
(217,157,140)
#DCA596
(220,165,150)
#DFADA0
(223,173,160)
#E2B5AA
(226,181,170)
#E5BDB4
(229,189,180)
#E8C5BE
(232,197,190)
#EBCDC8
(235,205,200)
#EED5D2
(238,213,210)
#F1DDDC
(241,221,220)
#F4E5E6
(244,229,230)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D99D8C; }

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

This text font color is #D99D8C.


Background Color

.myBgColor { background-color: #D99D8C; }

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

This div background color is #D99D8C.


Border color

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

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

This div border color is #D99D8C.


Opacity

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

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

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

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

This text has shadow with #D99D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D99D8C on black background.


Color preview on white background

This text has color #D99D8C on white background.



Black color preview on #D99D8C background

This text has black color on #D99D8C background.


White color preview on #D99D8C background

This text has white color on #D99D8C background.