COLOR #DC8DA0

HEX: #DC8DA0
RGB: (220,141,160)

Color info

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

RGB color model

#DC8DA0 color RGB value is (220,141,160).

  • red value is 220;
  • green value is 141;
  • blue value is 160.
RGB:
(220,141,160)
(86%,55%,63%)

RGB channels and saturation

R 220 of 255 = 86%
G 141 of 255 = 55%
B 160 of 255 = 63%

220
141
160

R + G + B ~ 68%. #DC8DA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 141 + 160 = 521 (100%)
R 220 of 521 ~ 42.23%
G 141 of 521 ~ 27.06%
B 160 of 521 ~ 30.71%

%42.23
%27.06
%30.71

CMYK color model

#DC8DA0 color CMYK value is (0,36,27,14).

  • cyan value is 0.00%
  • magenta value is 35.91%
  • yellow value is 27.27%
  • key color value is 13.73%
CMYK:
(0,36,27,14)
C0M36Y27K14 
(0%,36%,27%,14%)
(0.00/0.36/0.27/0.14)	

CMYK percentages

%0
%35.91
%27.27
%13.73

Codes

Color #DC8DA0 in popluar color models

DC8DA0
RGB220141160
HSL346°53.02%70.78%
HSB/HSV346°35.91%86.27%
CMYK0.00%35.91%27.27%
13.73%

Color #DC8DA0 in popluar number systems.

HEXDC8DA0
Decimal220141160
Binary110111001000110110100000
Octal334215240

Shades and tints

Shades of #DC8DA0

#DC8DA0
(220,141,160)
#C88192
(200,129,146)
#B47584
(180,117,132)
#A06976
(160,105,118)
#8C5D68
(140,93,104)
#78515A
(120,81,90)
#64454C
(100,69,76)
#50393E
(80,57,62)
#3C2D30
(60,45,48)
#282122
(40,33,34)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #DC8DA0

#DC8DA0
(220,141,160)
#DF97A8
(223,151,168)
#E2A1B0
(226,161,176)
#E5ABB8
(229,171,184)
#E8B5C0
(232,181,192)
#EBBFC8
(235,191,200)
#EEC9D0
(238,201,208)
#F1D3D8
(241,211,216)
#F4DDE0
(244,221,224)
#F7E7E8
(247,231,232)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8DA0 color. Also use rgb(220,141,160) instead hex code.

Text Font Color

.myTextColor { color: #DC8DA0; }

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

This text font color is #DC8DA0.


Background Color

.myBgColor { background-color: #DC8DA0; }

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

This div background color is #DC8DA0.


Border color

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

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

This div border color is #DC8DA0.


Opacity

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

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

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

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

This text has shadow with #DC8DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8DA0 on black background.


Color preview on white background

This text has color #DC8DA0 on white background.



Black color preview on #DC8DA0 background

This text has black color on #DC8DA0 background.


White color preview on #DC8DA0 background

This text has white color on #DC8DA0 background.