COLOR #DC9DC6

HEX: #DC9DC6
RGB: (220,157,198)

Color info

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

RGB color model

#DC9DC6 color RGB value is (220,157,198).

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

RGB channels and saturation

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

220
157
198

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

Portions of RGB colors in percentages

R + G + B =
220 + 157 + 198 = 575 (100%)
R 220 of 575 ~ 38.26%
G 157 of 575 ~ 27.3%
B 198 of 575 ~ 34.43%

%38.26
%27.3
%34.43

CMYK color model

#DC9DC6 color CMYK value is (0,29,10,14).

  • cyan value is 0.00%
  • magenta value is 28.64%
  • yellow value is 10.00%
  • key color value is 13.73%
CMYK:
(0,29,10,14)
C0M29Y10K14 
(0%,29%,10%,14%)
(0.00/0.29/0.10/0.14)	

CMYK percentages

%0
%28.64
%10
%13.73

Codes

Color #DC9DC6 in popluar color models

DC9DC6
RGB220157198
HSL321°47.37%73.92%
HSB/HSV321°28.64%86.27%
CMYK0.00%28.64%10.00%
13.73%

Color #DC9DC6 in popluar number systems.

HEXDC9DC6
Decimal220157198
Binary110111001001110111000110
Octal334235306

Shades and tints

Shades of #DC9DC6

#DC9DC6
(220,157,198)
#C88FB4
(200,143,180)
#B481A2
(180,129,162)
#A07390
(160,115,144)
#8C657E
(140,101,126)
#78576C
(120,87,108)
#64495A
(100,73,90)
#503B48
(80,59,72)
#3C2D36
(60,45,54)
#281F24
(40,31,36)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #DC9DC6

#DC9DC6
(220,157,198)
#DFA5CB
(223,165,203)
#E2ADD0
(226,173,208)
#E5B5D5
(229,181,213)
#E8BDDA
(232,189,218)
#EBC5DF
(235,197,223)
#EECDE4
(238,205,228)
#F1D5E9
(241,213,233)
#F4DDEE
(244,221,238)
#F7E5F3
(247,229,243)
#FAEDF8
(250,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9DC6; }

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

This text font color is #DC9DC6.


Background Color

.myBgColor { background-color: #DC9DC6; }

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

This div background color is #DC9DC6.


Border color

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

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

This div border color is #DC9DC6.


Opacity

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

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

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

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

This text has shadow with #DC9DC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9DC6 on black background.


Color preview on white background

This text has color #DC9DC6 on white background.



Black color preview on #DC9DC6 background

This text has black color on #DC9DC6 background.


White color preview on #DC9DC6 background

This text has white color on #DC9DC6 background.