COLOR #DE9E87

HEX: #DE9E87
RGB: (222,158,135)

Color info

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

RGB color model

#DE9E87 color RGB value is (222,158,135).

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

RGB channels and saturation

R 222 of 255 = 87%
G 158 of 255 = 62%
B 135 of 255 = 53%

222
158
135

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

Portions of RGB colors in percentages

R + G + B =
222 + 158 + 135 = 515 (100%)
R 222 of 515 ~ 43.11%
G 158 of 515 ~ 30.68%
B 135 of 515 ~ 26.21%

%43.11
%30.68
%26.21

CMYK color model

#DE9E87 color CMYK value is (0,29,39,13).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 39.19%
  • key color value is 12.94%
CMYK:
(0,29,39,13)
C0M29Y39K13 
(0%,29%,39%,13%)
(0.00/0.29/0.39/0.13)	

CMYK percentages

%0
%28.83
%39.19
%12.94

Codes

Color #DE9E87 in popluar color models

DE9E87
RGB222158135
HSL16°56.86%70.00%
HSB/HSV16°39.19%87.06%
CMYK0.00%28.83%39.19%
12.94%

Color #DE9E87 in popluar number systems.

HEXDE9E87
Decimal222158135
Binary110111101001111010000111
Octal336236207

Shades and tints

Shades of #DE9E87

#DE9E87
(222,158,135)
#CA907B
(202,144,123)
#B6826F
(182,130,111)
#A27463
(162,116,99)
#8E6657
(142,102,87)
#7A584B
(122,88,75)
#664A3F
(102,74,63)
#523C33
(82,60,51)
#3E2E27
(62,46,39)
#2A201B
(42,32,27)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #DE9E87

#DE9E87
(222,158,135)
#E1A691
(225,166,145)
#E4AE9B
(228,174,155)
#E7B6A5
(231,182,165)
#EABEAF
(234,190,175)
#EDC6B9
(237,198,185)
#F0CEC3
(240,206,195)
#F3D6CD
(243,214,205)
#F6DED7
(246,222,215)
#F9E6E1
(249,230,225)
#FCEEEB
(252,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9E87; }

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

This text font color is #DE9E87.


Background Color

.myBgColor { background-color: #DE9E87; }

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

This div background color is #DE9E87.


Border color

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

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

This div border color is #DE9E87.


Opacity

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

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

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

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

This text has shadow with #DE9E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9E87 on black background.


Color preview on white background

This text has color #DE9E87 on white background.



Black color preview on #DE9E87 background

This text has black color on #DE9E87 background.


White color preview on #DE9E87 background

This text has white color on #DE9E87 background.