COLOR #DC8083

HEX: #DC8083
RGB: (220,128,131)

Color info

#DC8083 contains mainly red color. Web safe color of #DC8083 is #CC6699 (or #C69).

RGB color model

#DC8083 color RGB value is (220,128,131).

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

RGB channels and saturation

R 220 of 255 = 86%
G 128 of 255 = 50%
B 131 of 255 = 51%

220
128
131

R + G + B ~ 62%. #DC8083 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 128 + 131 = 479 (100%)
R 220 of 479 ~ 45.93%
G 128 of 479 ~ 26.72%
B 131 of 479 ~ 27.35%

%45.93
%26.72
%27.35

CMYK color model

#DC8083 color CMYK value is (0,42,40,14).

  • cyan value is 0.00%
  • magenta value is 41.82%
  • yellow value is 40.45%
  • key color value is 13.73%
CMYK:
(0,42,40,14)
C0M42Y40K14 
(0%,42%,40%,14%)
(0.00/0.42/0.40/0.14)	

CMYK percentages

%0
%41.82
%40.45
%13.73

Codes

Color #DC8083 in popluar color models

DC8083
RGB220128131
HSL358°56.79%68.24%
HSB/HSV358°41.82%86.27%
CMYK0.00%41.82%40.45%
13.73%

Color #DC8083 in popluar number systems.

HEXDC8083
Decimal220128131
Binary110111001000000010000011
Octal334200203

Shades and tints

Shades of #DC8083

#DC8083
(220,128,131)
#C87578
(200,117,120)
#B46A6D
(180,106,109)
#A05F62
(160,95,98)
#8C5457
(140,84,87)
#78494C
(120,73,76)
#643E41
(100,62,65)
#503336
(80,51,54)
#3C282B
(60,40,43)
#281D20
(40,29,32)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #DC8083

#DC8083
(220,128,131)
#DF8B8E
(223,139,142)
#E29699
(226,150,153)
#E5A1A4
(229,161,164)
#E8ACAF
(232,172,175)
#EBB7BA
(235,183,186)
#EEC2C5
(238,194,197)
#F1CDD0
(241,205,208)
#F4D8DB
(244,216,219)
#F7E3E6
(247,227,230)
#FAEEF1
(250,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC8083; }

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

This text font color is #DC8083.


Background Color

.myBgColor { background-color: #DC8083; }

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

This div background color is #DC8083.


Border color

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

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

This div border color is #DC8083.


Opacity

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

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

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

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

This text has shadow with #DC8083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8083 on black background.


Color preview on white background

This text has color #DC8083 on white background.



Black color preview on #DC8083 background

This text has black color on #DC8083 background.


White color preview on #DC8083 background

This text has white color on #DC8083 background.