COLOR #DC9ABD

HEX: #DC9ABD
RGB: (220,154,189)

Color info

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

RGB color model

#DC9ABD color RGB value is (220,154,189).

  • red value is 220;
  • green value is 154;
  • blue value is 189.
RGB:
(220,154,189)
(86%,60%,74%)

RGB channels and saturation

R 220 of 255 = 86%
G 154 of 255 = 60%
B 189 of 255 = 74%

220
154
189

R + G + B ~ 73%. #DC9ABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 154 + 189 = 563 (100%)
R 220 of 563 ~ 39.08%
G 154 of 563 ~ 27.35%
B 189 of 563 ~ 33.57%

%39.08
%27.35
%33.57

CMYK color model

#DC9ABD color CMYK value is (0,30,14,14).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 14.09%
  • key color value is 13.73%
CMYK:
(0,30,14,14)
C0M30Y14K14 
(0%,30%,14%,14%)
(0.00/0.30/0.14/0.14)	

CMYK percentages

%0
%30
%14.09
%13.73

Codes

Color #DC9ABD in popluar color models

DC9ABD
RGB220154189
HSL328°48.53%73.33%
HSB/HSV328°30.00%86.27%
CMYK0.00%30.00%14.09%
13.73%

Color #DC9ABD in popluar number systems.

HEXDC9ABD
Decimal220154189
Binary110111001001101010111101
Octal334232275

Shades and tints

Shades of #DC9ABD

#DC9ABD
(220,154,189)
#C88CAC
(200,140,172)
#B47E9B
(180,126,155)
#A0708A
(160,112,138)
#8C6279
(140,98,121)
#785468
(120,84,104)
#644657
(100,70,87)
#503846
(80,56,70)
#3C2A35
(60,42,53)
#281C24
(40,28,36)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #DC9ABD

#DC9ABD
(220,154,189)
#DFA3C3
(223,163,195)
#E2ACC9
(226,172,201)
#E5B5CF
(229,181,207)
#E8BED5
(232,190,213)
#EBC7DB
(235,199,219)
#EED0E1
(238,208,225)
#F1D9E7
(241,217,231)
#F4E2ED
(244,226,237)
#F7EBF3
(247,235,243)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9ABD color. Also use rgb(220,154,189) instead hex code.

Text Font Color

.myTextColor { color: #DC9ABD; }

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

This text font color is #DC9ABD.


Background Color

.myBgColor { background-color: #DC9ABD; }

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

This div background color is #DC9ABD.


Border color

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

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

This div border color is #DC9ABD.


Opacity

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

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

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

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

This text has shadow with #DC9ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9ABD on black background.


Color preview on white background

This text has color #DC9ABD on white background.



Black color preview on #DC9ABD background

This text has black color on #DC9ABD background.


White color preview on #DC9ABD background

This text has white color on #DC9ABD background.