COLOR #DF8C8A

HEX: #DF8C8A RGB: (223,140,138)

Color info

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

RGB color model

#DF8C8A color RGB value is (223,140,138).

RGB: (223,140,138) (87%, 55%, 54%)

RGB channels and saturation

R 223 of 255 = 87%
G 140 of 255 = 55%
B 138 of 255 = 54%

223
140
138

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

Portions of RGB colors in percentages

R + G + B = 223 + 140 + 138 = 501 (100%)
R 223 of 501 ~ 44.51%
G 140 of 501 ~ 27.94%
B 138 of 501 ~ 27.54'%

%44.51
%27.94
%27.54

CMYK color model

#DF8C8A color CMYK value is (0,37,38,13).

  • cyan value is 0.00%
  • magenta value is 37.22%
  • yellow value is 38.12%
  • key color value is 12.55%

CMYK: (0,37,38,13)
C0M37Y38K13 (0%, 37%, 38%, 13%)
(0.00 / 0.37 / 0.38 / 0.13)

CMYK percentages

%0
%37.22
%38.12
%12.55

Codes

Color #DF8C8A in popluar color models

DF 8C 8A
RGB 223 140 138
HSL 57.05% 70.78%
HSB/HSV 38.12% 87.45%
CMYK 0.00% 37.22% 38.12%
12.55%

Color #DF8C8A in popluar number systems.

HEX DF 8C 8A
Decimal 223 140 138
Binary 11011111 10001100 10001010
Octal 337 214 212

Shades and tints

Shades of #DF8C8A

#DF8C8A
(223,140,138)
#CB807E
(203,128,126)
#B77472
(183,116,114)
#A36866
(163,104,102)
#8F5C5A
(143,92,90)
#7B504E
(123,80,78)
#674442
(103,68,66)
#533836
(83,56,54)
#3F2C2A
(63,44,42)
#2B201E
(43,32,30)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #DF8C8A

#DF8C8A
(223,140,138)
#E19694
(225,150,148)
#E3A09E
(227,160,158)
#E5AAA8
(229,170,168)
#E7B4B2
(231,180,178)
#E9BEBC
(233,190,188)
#EBC8C6
(235,200,198)
#EDD2D0
(237,210,208)
#EFDCDA
(239,220,218)
#F1E6E4
(241,230,228)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF8C8A; }

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

This text font color is #DF8C8A.

Background Color

.myBgColor { background-color: #DF8C8A; }

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

This div background color is #DF8C8A.

Border color

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

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

This div border color is #DF8C8A.

Opacity

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

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

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

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

This text has shadow with #DF8C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DF8C8A.

Preview

Color preview on black background

This text has color #DF8C8A on black background.


Color preview on white background

This text has color #DF8C8A on white background.


Black color preview on #DF8C8A background

This text has black color on #DF8C8A background.


White color preview on #DF8C8A background

This text has white color on #DF8C8A background.


Related colors

Complementary color

Complementary color for #hex is #207375.


I love getcolorcode.com

Triadic colors

1 #8ADF8C and #8C8ADF with #DF8C8A are triadic colors.

2 #8A8CDF and #8CDF8A with #DF8C8A are triadic colors.