COLOR #DF8A78

HEX: #DF8A78
RGB: (223,138,120)

Color info

#DF8A78 contains mainly red color. Web safe color of #DF8A78 is #CC9966 (or #C96).

RGB color model

#DF8A78 color RGB value is (223,138,120).

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

RGB channels and saturation

R 223 of 255 = 87%
G 138 of 255 = 54%
B 120 of 255 = 47%

223
138
120

R + G + B ~ 63%. #DF8A78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 138 + 120 = 481 (100%)
R 223 of 481 ~ 46.36%
G 138 of 481 ~ 28.69%
B 120 of 481 ~ 24.95%

%46.36
%28.69
%24.95

CMYK color model

#DF8A78 color CMYK value is (0,38,46,13).

  • cyan value is 0.00%
  • magenta value is 38.12%
  • yellow value is 46.19%
  • key color value is 12.55%
CMYK:
(0,38,46,13)
C0M38Y46K13 
(0%,38%,46%,13%)
(0.00/0.38/0.46/0.13)	

CMYK percentages

%0
%38.12
%46.19
%12.55

Codes

Color #DF8A78 in popluar color models

DF8A78
RGB223138120
HSL10°61.68%67.25%
HSB/HSV10°46.19%87.45%
CMYK0.00%38.12%46.19%
12.55%

Color #DF8A78 in popluar number systems.

HEXDF8A78
Decimal223138120
Binary11011111100010101111000
Octal337212170

Shades and tints

Shades of #DF8A78

#DF8A78
(223,138,120)
#CB7E6E
(203,126,110)
#B77264
(183,114,100)
#A3665A
(163,102,90)
#8F5A50
(143,90,80)
#7B4E46
(123,78,70)
#67423C
(103,66,60)
#533632
(83,54,50)
#3F2A28
(63,42,40)
#2B1E1E
(43,30,30)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #DF8A78

#DF8A78
(223,138,120)
#E19484
(225,148,132)
#E39E90
(227,158,144)
#E5A89C
(229,168,156)
#E7B2A8
(231,178,168)
#E9BCB4
(233,188,180)
#EBC6C0
(235,198,192)
#EDD0CC
(237,208,204)
#EFDAD8
(239,218,216)
#F1E4E4
(241,228,228)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF8A78; }

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

This text font color is #DF8A78.


Background Color

.myBgColor { background-color: #DF8A78; }

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

This div background color is #DF8A78.


Border color

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

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

This div border color is #DF8A78.


Opacity

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

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

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

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

This text has shadow with #DF8A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8A78 on black background.


Color preview on white background

This text has color #DF8A78 on white background.



Black color preview on #DF8A78 background

This text has black color on #DF8A78 background.


White color preview on #DF8A78 background

This text has white color on #DF8A78 background.