COLOR #DE8B88

HEX: #DE8B88 RGB: (222,139,136)

Color info

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

RGB color model

#DE8B88 color RGB value is (222,139,136).

RGB: (222,139,136) (87%, 55%, 53%)

RGB channels and saturation

R 222 of 255 = 87%
G 139 of 255 = 55%
B 136 of 255 = 53%

222
139
136

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

Portions of RGB colors in percentages

R + G + B = 222 + 139 + 136 = 497 (100%)
R 222 of 497 ~ 44.67%
G 139 of 497 ~ 27.97%
B 136 of 497 ~ 27.36'%

%44.67
%27.97
%27.36

CMYK color model

#DE8B88 color CMYK value is (0,37,39,13).

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

CMYK: (0,37,39,13)
C0M37Y39K13 (0%, 37%, 39%, 13%)
(0.00 / 0.37 / 0.39 / 0.13)

CMYK percentages

%0
%37.39
%38.74
%12.94

Codes

Color #DE8B88 in popluar color models

DE 8B 88
RGB 222 139 136
HSL 56.58% 70.20%
HSB/HSV 38.74% 87.06%
CMYK 0.00% 37.39% 38.74%
12.94%

Color #DE8B88 in popluar number systems.

HEX DE 8B 88
Decimal 222 139 136
Binary 11011110 10001011 10001000
Octal 336 213 210

Shades and tints

Shades of #DE8B88

#DE8B88
(222,139,136)
#CA7F7C
(202,127,124)
#B67370
(182,115,112)
#A26764
(162,103,100)
#8E5B58
(142,91,88)
#7A4F4C
(122,79,76)
#664340
(102,67,64)
#523734
(82,55,52)
#3E2B28
(62,43,40)
#2A1F1C
(42,31,28)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #DE8B88

#DE8B88
(222,139,136)
#E19592
(225,149,146)
#E49F9C
(228,159,156)
#E7A9A6
(231,169,166)
#EAB3B0
(234,179,176)
#EDBDBA
(237,189,186)
#F0C7C4
(240,199,196)
#F3D1CE
(243,209,206)
#F6DBD8
(246,219,216)
#F9E5E2
(249,229,226)
#FCEFEC
(252,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE8B88; }

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

This text font color is #DE8B88.

Background Color

.myBgColor { background-color: #DE8B88; }

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

This div background color is #DE8B88.

Border color

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

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

This div border color is #DE8B88.

Opacity

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

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

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

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

This text has shadow with #DE8B88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE8B88.

Preview

Color preview on black background

This text has color #DE8B88 on black background.


Color preview on white background

This text has color #DE8B88 on white background.


Black color preview on #DE8B88 background

This text has black color on #DE8B88 background.


White color preview on #DE8B88 background

This text has white color on #DE8B88 background.


Related colors

Complementary color

Complementary color for #hex is #217477.


I love getcolorcode.com

Triadic colors

1 #88DE8B and #8B88DE with #DE8B88 are triadic colors.

2 #888BDE and #8BDE88 with #DE8B88 are triadic colors.