COLOR #DC9FC6

HEX: #DC9FC6
RGB: (220,159,198)

Color info

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

RGB color model

#DC9FC6 color RGB value is (220,159,198).

  • red value is 220;
  • green value is 159;
  • blue value is 198.
RGB:
(220,159,198)
(86%,62%,78%)

RGB channels and saturation

R 220 of 255 = 86%
G 159 of 255 = 62%
B 198 of 255 = 78%

220
159
198

R + G + B ~ 75%. #DC9FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 159 + 198 = 577 (100%)
R 220 of 577 ~ 38.13%
G 159 of 577 ~ 27.56%
B 198 of 577 ~ 34.32%

%38.13
%27.56
%34.32

CMYK color model

#DC9FC6 color CMYK value is (0,28,10,14).

  • cyan value is 0.00%
  • magenta value is 27.73%
  • yellow value is 10.00%
  • key color value is 13.73%
CMYK:
(0,28,10,14)
C0M28Y10K14 
(0%,28%,10%,14%)
(0.00/0.28/0.10/0.14)	

CMYK percentages

%0
%27.73
%10
%13.73

Codes

Color #DC9FC6 in popluar color models

DC9FC6
RGB220159198
HSL322°46.56%74.31%
HSB/HSV322°27.73%86.27%
CMYK0.00%27.73%10.00%
13.73%

Color #DC9FC6 in popluar number systems.

HEXDC9FC6
Decimal220159198
Binary110111001001111111000110
Octal334237306

Shades and tints

Shades of #DC9FC6

#DC9FC6
(220,159,198)
#C891B4
(200,145,180)
#B483A2
(180,131,162)
#A07590
(160,117,144)
#8C677E
(140,103,126)
#78596C
(120,89,108)
#644B5A
(100,75,90)
#503D48
(80,61,72)
#3C2F36
(60,47,54)
#282124
(40,33,36)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #DC9FC6

#DC9FC6
(220,159,198)
#DFA7CB
(223,167,203)
#E2AFD0
(226,175,208)
#E5B7D5
(229,183,213)
#E8BFDA
(232,191,218)
#EBC7DF
(235,199,223)
#EECFE4
(238,207,228)
#F1D7E9
(241,215,233)
#F4DFEE
(244,223,238)
#F7E7F3
(247,231,243)
#FAEFF8
(250,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9FC6 color. Also use rgb(220,159,198) instead hex code.

Text Font Color

.myTextColor { color: #DC9FC6; }

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

This text font color is #DC9FC6.


Background Color

.myBgColor { background-color: #DC9FC6; }

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

This div background color is #DC9FC6.


Border color

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

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

This div border color is #DC9FC6.


Opacity

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

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

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

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

This text has shadow with #DC9FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9FC6 on black background.


Color preview on white background

This text has color #DC9FC6 on white background.



Black color preview on #DC9FC6 background

This text has black color on #DC9FC6 background.


White color preview on #DC9FC6 background

This text has white color on #DC9FC6 background.