COLOR #DC8EB4

HEX: #DC8EB4
RGB: (220,142,180)

Color info

#DC8EB4 contains mainly red and blue colors. Web safe color of #DC8EB4 is #CC99CC (or #C9C).

RGB color model

#DC8EB4 color RGB value is (220,142,180).

  • red value is 220;
  • green value is 142;
  • blue value is 180.
RGB:
(220,142,180)
(86%,56%,71%)

RGB channels and saturation

R 220 of 255 = 86%
G 142 of 255 = 56%
B 180 of 255 = 71%

220
142
180

R + G + B ~ 71%. #DC8EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 142 + 180 = 542 (100%)
R 220 of 542 ~ 40.59%
G 142 of 542 ~ 26.2%
B 180 of 542 ~ 33.21%

%40.59
%26.2
%33.21

CMYK color model

#DC8EB4 color CMYK value is (0,35,18,14).

  • cyan value is 0.00%
  • magenta value is 35.45%
  • yellow value is 18.18%
  • key color value is 13.73%
CMYK:
(0,35,18,14)
C0M35Y18K14 
(0%,35%,18%,14%)
(0.00/0.35/0.18/0.14)	

CMYK percentages

%0
%35.45
%18.18
%13.73

Codes

Color #DC8EB4 in popluar color models

DC8EB4
RGB220142180
HSL331°52.70%70.98%
HSB/HSV331°35.45%86.27%
CMYK0.00%35.45%18.18%
13.73%

Color #DC8EB4 in popluar number systems.

HEXDC8EB4
Decimal220142180
Binary110111001000111010110100
Octal334216264

Shades and tints

Shades of #DC8EB4

#DC8EB4
(220,142,180)
#C882A4
(200,130,164)
#B47694
(180,118,148)
#A06A84
(160,106,132)
#8C5E74
(140,94,116)
#785264
(120,82,100)
#644654
(100,70,84)
#503A44
(80,58,68)
#3C2E34
(60,46,52)
#282224
(40,34,36)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #DC8EB4

#DC8EB4
(220,142,180)
#DF98BA
(223,152,186)
#E2A2C0
(226,162,192)
#E5ACC6
(229,172,198)
#E8B6CC
(232,182,204)
#EBC0D2
(235,192,210)
#EECAD8
(238,202,216)
#F1D4DE
(241,212,222)
#F4DEE4
(244,222,228)
#F7E8EA
(247,232,234)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8EB4 color. Also use rgb(220,142,180) instead hex code.

Text Font Color

.myTextColor { color: #DC8EB4; }

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

This text font color is #DC8EB4.


Background Color

.myBgColor { background-color: #DC8EB4; }

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

This div background color is #DC8EB4.


Border color

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

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

This div border color is #DC8EB4.


Opacity

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

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

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

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

This text has shadow with #DC8EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8EB4 on black background.


Color preview on white background

This text has color #DC8EB4 on white background.



Black color preview on #DC8EB4 background

This text has black color on #DC8EB4 background.


White color preview on #DC8EB4 background

This text has white color on #DC8EB4 background.