COLOR #DE8B89

HEX: #DE8B89 RGB: (222,139,137)

Color info

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

RGB color model

#DE8B89 color RGB value is (222,139,137).

RGB: (222,139,137) (87%, 55%, 54%)

RGB channels and saturation

R 222 of 255 = 87%
G 139 of 255 = 55%
B 137 of 255 = 54%

222
139
137

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

Portions of RGB colors in percentages

R + G + B = 222 + 139 + 137 = 498 (100%)
R 222 of 498 ~ 44.58%
G 139 of 498 ~ 27.91%
B 137 of 498 ~ 27.51'%

%44.58
%27.91
%27.51

CMYK color model

#DE8B89 color CMYK value is (0,37,38,13).

  • cyan value is 0.00%
  • magenta value is 37.39%
  • yellow value is 38.29%
  • key color value is 12.94%

CMYK: (0,37,38,13)
C0M37Y38K13 (0%, 37%, 38%, 13%)
(0.00 / 0.37 / 0.38 / 0.13)

CMYK percentages

%0
%37.39
%38.29
%12.94

Codes

Color #DE8B89 in popluar color models

DE 8B 89
RGB 222 139 137
HSL 56.29% 70.39%
HSB/HSV 38.29% 87.06%
CMYK 0.00% 37.39% 38.29%
12.94%

Color #DE8B89 in popluar number systems.

HEX DE 8B 89
Decimal 222 139 137
Binary 11011110 10001011 10001001
Octal 336 213 211

Shades and tints

Shades of #DE8B89

#DE8B89
(222,139,137)
#CA7F7D
(202,127,125)
#B67371
(182,115,113)
#A26765
(162,103,101)
#8E5B59
(142,91,89)
#7A4F4D
(122,79,77)
#664341
(102,67,65)
#523735
(82,55,53)
#3E2B29
(62,43,41)
#2A1F1D
(42,31,29)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #DE8B89

#DE8B89
(222,139,137)
#E19593
(225,149,147)
#E49F9D
(228,159,157)
#E7A9A7
(231,169,167)
#EAB3B1
(234,179,177)
#EDBDBB
(237,189,187)
#F0C7C5
(240,199,197)
#F3D1CF
(243,209,207)
#F6DBD9
(246,219,217)
#F9E5E3
(249,229,227)
#FCEFED
(252,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8B89 color. Also use rgb(222,139,137) instead hex code.

Text Font Color

.myTextColor { color: #DE8B89; }

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

This text font color is #DE8B89.

Background Color

.myBgColor { background-color: #DE8B89; }

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

This div background color is #DE8B89.

Border color

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

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

This div border color is #DE8B89.

Opacity

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

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

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

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

This text has shadow with #DE8B89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE8B89.

Preview

Color preview on black background

This text has color #DE8B89 on black background.


Color preview on white background

This text has color #DE8B89 on white background.


Black color preview on #DE8B89 background

This text has black color on #DE8B89 background.


White color preview on #DE8B89 background

This text has white color on #DE8B89 background.


Related colors

Complementary color

Complementary color for #hex is #217476.


I love getcolorcode.com

Triadic colors

1 #89DE8B and #8B89DE with #DE8B89 are triadic colors.

2 #898BDE and #8BDE89 with #DE8B89 are triadic colors.