COLOR #DE8E87

HEX: #DE8E87
RGB: (222,142,135)

Color info

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

RGB color model

#DE8E87 color RGB value is (222,142,135).

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

RGB channels and saturation

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

222
142
135

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

Portions of RGB colors in percentages

R + G + B =
222 + 142 + 135 = 499 (100%)
R 222 of 499 ~ 44.49%
G 142 of 499 ~ 28.46%
B 135 of 499 ~ 27.05%

%44.49
%28.46
%27.05

CMYK color model

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

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

CMYK percentages

%0
%36.04
%39.19
%12.94

Codes

Color #DE8E87 in popluar color models

DE8E87
RGB222142135
HSL56.86%70.00%
HSB/HSV39.19%87.06%
CMYK0.00%36.04%39.19%
12.94%

Color #DE8E87 in popluar number systems.

HEXDE8E87
Decimal222142135
Binary110111101000111010000111
Octal336216207

Shades and tints

Shades of #DE8E87

#DE8E87
(222,142,135)
#CA827B
(202,130,123)
#B6766F
(182,118,111)
#A26A63
(162,106,99)
#8E5E57
(142,94,87)
#7A524B
(122,82,75)
#66463F
(102,70,63)
#523A33
(82,58,51)
#3E2E27
(62,46,39)
#2A221B
(42,34,27)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #DE8E87

#DE8E87
(222,142,135)
#E19891
(225,152,145)
#E4A29B
(228,162,155)
#E7ACA5
(231,172,165)
#EAB6AF
(234,182,175)
#EDC0B9
(237,192,185)
#F0CAC3
(240,202,195)
#F3D4CD
(243,212,205)
#F6DED7
(246,222,215)
#F9E8E1
(249,232,225)
#FCF2EB
(252,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE8E87; }

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

This text font color is #DE8E87.


Background Color

.myBgColor { background-color: #DE8E87; }

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

This div background color is #DE8E87.


Border color

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

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

This div border color is #DE8E87.


Opacity

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

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

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

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

This text has shadow with #DE8E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8E87 on black background.


Color preview on white background

This text has color #DE8E87 on white background.



Black color preview on #DE8E87 background

This text has black color on #DE8E87 background.


White color preview on #DE8E87 background

This text has white color on #DE8E87 background.