COLOR #DF8A84

HEX: #DF8A84
RGB: (223,138,132)

Color info

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

RGB color model

#DF8A84 color RGB value is (223,138,132).

  • red value is 223;
  • green value is 138;
  • blue value is 132.
RGB:
(223,138,132)
(87%,54%,52%)

RGB channels and saturation

R 223 of 255 = 87%
G 138 of 255 = 54%
B 132 of 255 = 52%

223
138
132

R + G + B ~ 64%. #DF8A84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 138 + 132 = 493 (100%)
R 223 of 493 ~ 45.23%
G 138 of 493 ~ 27.99%
B 132 of 493 ~ 26.77%

%45.23
%27.99
%26.77

CMYK color model

#DF8A84 color CMYK value is (0,38,41,13).

  • cyan value is 0.00%
  • magenta value is 38.12%
  • yellow value is 40.81%
  • key color value is 12.55%
CMYK:
(0,38,41,13)
C0M38Y41K13 
(0%,38%,41%,13%)
(0.00/0.38/0.41/0.13)	

CMYK percentages

%0
%38.12
%40.81
%12.55

Codes

Color #DF8A84 in popluar color models

DF8A84
RGB223138132
HSL58.71%69.61%
HSB/HSV40.81%87.45%
CMYK0.00%38.12%40.81%
12.55%

Color #DF8A84 in popluar number systems.

HEXDF8A84
Decimal223138132
Binary110111111000101010000100
Octal337212204

Shades and tints

Shades of #DF8A84

#DF8A84
(223,138,132)
#CB7E78
(203,126,120)
#B7726C
(183,114,108)
#A36660
(163,102,96)
#8F5A54
(143,90,84)
#7B4E48
(123,78,72)
#67423C
(103,66,60)
#533630
(83,54,48)
#3F2A24
(63,42,36)
#2B1E18
(43,30,24)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #DF8A84

#DF8A84
(223,138,132)
#E1948F
(225,148,143)
#E39E9A
(227,158,154)
#E5A8A5
(229,168,165)
#E7B2B0
(231,178,176)
#E9BCBB
(233,188,187)
#EBC6C6
(235,198,198)
#EDD0D1
(237,208,209)
#EFDADC
(239,218,220)
#F1E4E7
(241,228,231)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8A84 color. Also use rgb(223,138,132) instead hex code.

Text Font Color

.myTextColor { color: #DF8A84; }

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

This text font color is #DF8A84.


Background Color

.myBgColor { background-color: #DF8A84; }

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

This div background color is #DF8A84.


Border color

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

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

This div border color is #DF8A84.


Opacity

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

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

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

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

This text has shadow with #DF8A84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8A84 on black background.


Color preview on white background

This text has color #DF8A84 on white background.



Black color preview on #DF8A84 background

This text has black color on #DF8A84 background.


White color preview on #DF8A84 background

This text has white color on #DF8A84 background.