COLOR #DC8076

HEX: #DC8076
RGB: (220,128,118)

Color info

#DC8076 contains mainly red color. Web safe color of #DC8076 is #CC6666 (or #C66).

RGB color model

#DC8076 color RGB value is (220,128,118).

  • red value is 220;
  • green value is 128;
  • blue value is 118.
RGB:
(220,128,118)
(86%,50%,46%)

RGB channels and saturation

R 220 of 255 = 86%
G 128 of 255 = 50%
B 118 of 255 = 46%

220
128
118

R + G + B ~ 61%. #DC8076 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 128 + 118 = 466 (100%)
R 220 of 466 ~ 47.21%
G 128 of 466 ~ 27.47%
B 118 of 466 ~ 25.32%

%47.21
%27.47
%25.32

CMYK color model

#DC8076 color CMYK value is (0,42,46,14).

  • cyan value is 0.00%
  • magenta value is 41.82%
  • yellow value is 46.36%
  • key color value is 13.73%
CMYK:
(0,42,46,14)
C0M42Y46K14 
(0%,42%,46%,14%)
(0.00/0.42/0.46/0.14)	

CMYK percentages

%0
%41.82
%46.36
%13.73

Codes

Color #DC8076 in popluar color models

DC8076
RGB220128118
HSL59.30%66.27%
HSB/HSV46.36%86.27%
CMYK0.00%41.82%46.36%
13.73%

Color #DC8076 in popluar number systems.

HEXDC8076
Decimal220128118
Binary11011100100000001110110
Octal334200166

Shades and tints

Shades of #DC8076

#DC8076
(220,128,118)
#C8756C
(200,117,108)
#B46A62
(180,106,98)
#A05F58
(160,95,88)
#8C544E
(140,84,78)
#784944
(120,73,68)
#643E3A
(100,62,58)
#503330
(80,51,48)
#3C2826
(60,40,38)
#281D1C
(40,29,28)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #DC8076

#DC8076
(220,128,118)
#DF8B82
(223,139,130)
#E2968E
(226,150,142)
#E5A19A
(229,161,154)
#E8ACA6
(232,172,166)
#EBB7B2
(235,183,178)
#EEC2BE
(238,194,190)
#F1CDCA
(241,205,202)
#F4D8D6
(244,216,214)
#F7E3E2
(247,227,226)
#FAEEEE
(250,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8076 color. Also use rgb(220,128,118) instead hex code.

Text Font Color

.myTextColor { color: #DC8076; }

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

This text font color is #DC8076.


Background Color

.myBgColor { background-color: #DC8076; }

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

This div background color is #DC8076.


Border color

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

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

This div border color is #DC8076.


Opacity

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

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

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

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

This text has shadow with #DC8076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8076 on black background.


Color preview on white background

This text has color #DC8076 on white background.



Black color preview on #DC8076 background

This text has black color on #DC8076 background.


White color preview on #DC8076 background

This text has white color on #DC8076 background.