COLOR #DE8F93

HEX: #DE8F93
RGB: (222,143,147)

Color info

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

RGB color model

#DE8F93 color RGB value is (222,143,147).

  • red value is 222;
  • green value is 143;
  • blue value is 147.
RGB:
(222,143,147)
(87%,56%,58%)

RGB channels and saturation

R 222 of 255 = 87%
G 143 of 255 = 56%
B 147 of 255 = 58%

222
143
147

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

Portions of RGB colors in percentages

R + G + B =
222 + 143 + 147 = 512 (100%)
R 222 of 512 ~ 43.36%
G 143 of 512 ~ 27.93%
B 147 of 512 ~ 28.71%

%43.36
%27.93
%28.71

CMYK color model

#DE8F93 color CMYK value is (0,36,34,13).

  • cyan value is 0.00%
  • magenta value is 35.59%
  • yellow value is 33.78%
  • key color value is 12.94%
CMYK:
(0,36,34,13)
C0M36Y34K13 
(0%,36%,34%,13%)
(0.00/0.36/0.34/0.13)	

CMYK percentages

%0
%35.59
%33.78
%12.94

Codes

Color #DE8F93 in popluar color models

DE8F93
RGB222143147
HSL357°54.48%71.57%
HSB/HSV357°35.59%87.06%
CMYK0.00%35.59%33.78%
12.94%

Color #DE8F93 in popluar number systems.

HEXDE8F93
Decimal222143147
Binary110111101000111110010011
Octal336217223

Shades and tints

Shades of #DE8F93

#DE8F93
(222,143,147)
#CA8286
(202,130,134)
#B67579
(182,117,121)
#A2686C
(162,104,108)
#8E5B5F
(142,91,95)
#7A4E52
(122,78,82)
#664145
(102,65,69)
#523438
(82,52,56)
#3E272B
(62,39,43)
#2A1A1E
(42,26,30)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #DE8F93

#DE8F93
(222,143,147)
#E1999C
(225,153,156)
#E4A3A5
(228,163,165)
#E7ADAE
(231,173,174)
#EAB7B7
(234,183,183)
#EDC1C0
(237,193,192)
#F0CBC9
(240,203,201)
#F3D5D2
(243,213,210)
#F6DFDB
(246,223,219)
#F9E9E4
(249,233,228)
#FCF3ED
(252,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8F93 color. Also use rgb(222,143,147) instead hex code.

Text Font Color

.myTextColor { color: #DE8F93; }

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

This text font color is #DE8F93.


Background Color

.myBgColor { background-color: #DE8F93; }

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

This div background color is #DE8F93.


Border color

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

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

This div border color is #DE8F93.


Opacity

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

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

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

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

This text has shadow with #DE8F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8F93 on black background.


Color preview on white background

This text has color #DE8F93 on white background.



Black color preview on #DE8F93 background

This text has black color on #DE8F93 background.


White color preview on #DE8F93 background

This text has white color on #DE8F93 background.