COLOR #DD8E87

HEX: #DD8E87
RGB: (221,142,135)

Color info

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

RGB color model

#DD8E87 color RGB value is (221,142,135).

  • red value is 221;
  • green value is 142;
  • blue value is 135.
RGB:
(221,142,135)
(87%,56%,53%)

RGB channels and saturation

R 221 of 255 = 87%
G 142 of 255 = 56%
B 135 of 255 = 53%

221
142
135

R + G + B ~ 65%. #DD8E87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 142 + 135 = 498 (100%)
R 221 of 498 ~ 44.38%
G 142 of 498 ~ 28.51%
B 135 of 498 ~ 27.11%

%44.38
%28.51
%27.11

CMYK color model

#DD8E87 color CMYK value is (0,36,39,13).

  • cyan value is 0.00%
  • magenta value is 35.75%
  • yellow value is 38.91%
  • key color value is 13.33%
CMYK:
(0,36,39,13)
C0M36Y39K13 
(0%,36%,39%,13%)
(0.00/0.36/0.39/0.13)	

CMYK percentages

%0
%35.75
%38.91
%13.33

Codes

Color #DD8E87 in popluar color models

DD8E87
RGB221142135
HSL55.84%69.80%
HSB/HSV38.91%86.67%
CMYK0.00%35.75%38.91%
13.33%

Color #DD8E87 in popluar number systems.

HEXDD8E87
Decimal221142135
Binary110111011000111010000111
Octal335216207

Shades and tints

Shades of #DD8E87

#DD8E87
(221,142,135)
#C9827B
(201,130,123)
#B5766F
(181,118,111)
#A16A63
(161,106,99)
#8D5E57
(141,94,87)
#79524B
(121,82,75)
#65463F
(101,70,63)
#513A33
(81,58,51)
#3D2E27
(61,46,39)
#29221B
(41,34,27)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #DD8E87

#DD8E87
(221,142,135)
#E09891
(224,152,145)
#E3A29B
(227,162,155)
#E6ACA5
(230,172,165)
#E9B6AF
(233,182,175)
#ECC0B9
(236,192,185)
#EFCAC3
(239,202,195)
#F2D4CD
(242,212,205)
#F5DED7
(245,222,215)
#F8E8E1
(248,232,225)
#FBF2EB
(251,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8E87 color. Also use rgb(221,142,135) instead hex code.

Text Font Color

.myTextColor { color: #DD8E87; }

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

This text font color is #DD8E87.


Background Color

.myBgColor { background-color: #DD8E87; }

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

This div background color is #DD8E87.


Border color

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

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

This div border color is #DD8E87.


Opacity

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

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

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

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

This text has shadow with #DD8E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8E87 on black background.


Color preview on white background

This text has color #DD8E87 on white background.



Black color preview on #DD8E87 background

This text has black color on #DD8E87 background.


White color preview on #DD8E87 background

This text has white color on #DD8E87 background.