COLOR #DE9887

HEX: #DE9887 RGB: (222,152,135)

Color info

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

RGB color model

#DE9887 color RGB value is (222,152,135).

RGB: (222,152,135) (87%, 60%, 53%)

RGB channels and saturation

R 222 of 255 = 87%
G 152 of 255 = 60%
B 135 of 255 = 53%

222
152
135

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

Portions of RGB colors in percentages

R + G + B = 222 + 152 + 135 = 509 (100%)
R 222 of 509 ~ 43.61%
G 152 of 509 ~ 29.86%
B 135 of 509 ~ 26.52'%

%43.61
%29.86
%26.52

CMYK color model

#DE9887 color CMYK value is (0,32,39,13).

  • cyan value is 0.00%
  • magenta value is 31.53%
  • yellow value is 39.19%
  • key color value is 12.94%

CMYK: (0,32,39,13)
C0M32Y39K13 (0%, 32%, 39%, 13%)
(0.00 / 0.32 / 0.39 / 0.13)

CMYK percentages

%0
%31.53
%39.19
%12.94

Codes

Color #DE9887 in popluar color models

DE 98 87
RGB 222 152 135
HSL 12° 56.86% 70.00%
HSB/HSV 12° 39.19% 87.06%
CMYK 0.00% 31.53% 39.19%
12.94%

Color #DE9887 in popluar number systems.

HEX DE 98 87
Decimal 222 152 135
Binary 11011110 10011000 10000111
Octal 336 230 207

Shades and tints

Shades of #DE9887

#DE9887
(222,152,135)
#CA8B7B
(202,139,123)
#B67E6F
(182,126,111)
#A27163
(162,113,99)
#8E6457
(142,100,87)
#7A574B
(122,87,75)
#664A3F
(102,74,63)
#523D33
(82,61,51)
#3E3027
(62,48,39)
#2A231B
(42,35,27)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #DE9887

#DE9887
(222,152,135)
#E1A191
(225,161,145)
#E4AA9B
(228,170,155)
#E7B3A5
(231,179,165)
#EABCAF
(234,188,175)
#EDC5B9
(237,197,185)
#F0CEC3
(240,206,195)
#F3D7CD
(243,215,205)
#F6E0D7
(246,224,215)
#F9E9E1
(249,233,225)
#FCF2EB
(252,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9887; }

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

This text font color is #DE9887.

Background Color

.myBgColor { background-color: #DE9887; }

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

This div background color is #DE9887.

Border color

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

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

This div border color is #DE9887.

Opacity

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

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

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

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

This text has shadow with #DE9887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE9887.

Preview

Color preview on black background

This text has color #DE9887 on black background.


Color preview on white background

This text has color #DE9887 on white background.


Black color preview on #DE9887 background

This text has black color on #DE9887 background.


White color preview on #DE9887 background

This text has white color on #DE9887 background.


Related colors

Complementary color

Complementary color for #hex is #216778.


I love getcolorcode.com

Triadic colors

1 #87DE98 and #9887DE with #DE9887 are triadic colors.

2 #8798DE and #98DE87 with #DE9887 are triadic colors.