COLOR #DC9CE7

HEX: #DC9CE7
RGB: (220,156,231)

Color info

#DC9CE7 contains mainly red and blue colors. Web safe color of #DC9CE7 is #CC99FF (or #C9F).

RGB color model

#DC9CE7 color RGB value is (220,156,231).

  • red value is 220;
  • green value is 156;
  • blue value is 231.
RGB:
(220,156,231)
(86%,61%,91%)

RGB channels and saturation

R 220 of 255 = 86%
G 156 of 255 = 61%
B 231 of 255 = 91%

220
156
231

R + G + B ~ 79%. #DC9CE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 156 + 231 = 607 (100%)
R 220 of 607 ~ 36.24%
G 156 of 607 ~ 25.7%
B 231 of 607 ~ 38.06%

%36.24
%25.7
%38.06

CMYK color model

#DC9CE7 color CMYK value is (5,32,0,9).

  • cyan value is 4.76%
  • magenta value is 32.47%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(5,32,0,9)
C5M32Y0K9 
(5%,32%,0%,9%)
(0.05/0.32/0.00/0.09)	

CMYK percentages

%4.76
%32.47
%0
%9.41

Codes

Color #DC9CE7 in popluar color models

DC9CE7
RGB220156231
HSL291°60.98%75.88%
HSB/HSV291°32.47%90.59%
CMYK4.76%32.47%0.00%
9.41%

Color #DC9CE7 in popluar number systems.

HEXDC9CE7
Decimal220156231
Binary110111001001110011100111
Octal334234347

Shades and tints

Shades of #DC9CE7

#DC9CE7
(220,156,231)
#C88ED2
(200,142,210)
#B480BD
(180,128,189)
#A072A8
(160,114,168)
#8C6493
(140,100,147)
#78567E
(120,86,126)
#644869
(100,72,105)
#503A54
(80,58,84)
#3C2C3F
(60,44,63)
#281E2A
(40,30,42)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #DC9CE7

#DC9CE7
(220,156,231)
#DFA5E9
(223,165,233)
#E2AEEB
(226,174,235)
#E5B7ED
(229,183,237)
#E8C0EF
(232,192,239)
#EBC9F1
(235,201,241)
#EED2F3
(238,210,243)
#F1DBF5
(241,219,245)
#F4E4F7
(244,228,247)
#F7EDF9
(247,237,249)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9CE7 color. Also use rgb(220,156,231) instead hex code.

Text Font Color

.myTextColor { color: #DC9CE7; }

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

This text font color is #DC9CE7.


Background Color

.myBgColor { background-color: #DC9CE7; }

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

This div background color is #DC9CE7.


Border color

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

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

This div border color is #DC9CE7.


Opacity

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

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

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

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

This text has shadow with #DC9CE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9CE7 on black background.


Color preview on white background

This text has color #DC9CE7 on white background.



Black color preview on #DC9CE7 background

This text has black color on #DC9CE7 background.


White color preview on #DC9CE7 background

This text has white color on #DC9CE7 background.