COLOR #DE88A0

HEX: #DE88A0
RGB: (222,136,160)

Color info

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

RGB color model

#DE88A0 color RGB value is (222,136,160).

  • red value is 222;
  • green value is 136;
  • blue value is 160.
RGB:
(222,136,160)
(87%,53%,63%)

RGB channels and saturation

R 222 of 255 = 87%
G 136 of 255 = 53%
B 160 of 255 = 63%

222
136
160

R + G + B ~ 68%. #DE88A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 136 + 160 = 518 (100%)
R 222 of 518 ~ 42.86%
G 136 of 518 ~ 26.25%
B 160 of 518 ~ 30.89%

%42.86
%26.25
%30.89

CMYK color model

#DE88A0 color CMYK value is (0,39,28,13).

  • cyan value is 0.00%
  • magenta value is 38.74%
  • yellow value is 27.93%
  • key color value is 12.94%
CMYK:
(0,39,28,13)
C0M39Y28K13 
(0%,39%,28%,13%)
(0.00/0.39/0.28/0.13)	

CMYK percentages

%0
%38.74
%27.93
%12.94

Codes

Color #DE88A0 in popluar color models

DE88A0
RGB222136160
HSL343°56.58%70.20%
HSB/HSV343°38.74%87.06%
CMYK0.00%38.74%27.93%
12.94%

Color #DE88A0 in popluar number systems.

HEXDE88A0
Decimal222136160
Binary110111101000100010100000
Octal336210240

Shades and tints

Shades of #DE88A0

#DE88A0
(222,136,160)
#CA7C92
(202,124,146)
#B67084
(182,112,132)
#A26476
(162,100,118)
#8E5868
(142,88,104)
#7A4C5A
(122,76,90)
#66404C
(102,64,76)
#52343E
(82,52,62)
#3E2830
(62,40,48)
#2A1C22
(42,28,34)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #DE88A0

#DE88A0
(222,136,160)
#E192A8
(225,146,168)
#E49CB0
(228,156,176)
#E7A6B8
(231,166,184)
#EAB0C0
(234,176,192)
#EDBAC8
(237,186,200)
#F0C4D0
(240,196,208)
#F3CED8
(243,206,216)
#F6D8E0
(246,216,224)
#F9E2E8
(249,226,232)
#FCECF0
(252,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE88A0; }

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

This text font color is #DE88A0.


Background Color

.myBgColor { background-color: #DE88A0; }

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

This div background color is #DE88A0.


Border color

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

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

This div border color is #DE88A0.


Opacity

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

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

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

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

This text has shadow with #DE88A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE88A0 on black background.


Color preview on white background

This text has color #DE88A0 on white background.



Black color preview on #DE88A0 background

This text has black color on #DE88A0 background.


White color preview on #DE88A0 background

This text has white color on #DE88A0 background.