COLOR #DCB4DC

HEX: #DCB4DC
RGB: (220,180,220)

Color info

#DCB4DC contains red, green and blue colors in about the same proportion. Web safe color of #DCB4DC is #CCCCCC (or #CCC).

RGB color model

#DCB4DC color RGB value is (220,180,220).

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

RGB channels and saturation

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

220
180
220

R + G + B ~ 81%. #DCB4DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 180 + 220 = 620 (100%)
R 220 of 620 ~ 35.48%
G 180 of 620 ~ 29.03%
B 220 of 620 ~ 35.48%

%35.48
%29.03
%35.48

CMYK color model

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

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

CMYK percentages

%0
%18.18
%0
%13.73

Codes

Color #DCB4DC in popluar color models

DCB4DC
RGB220180220
HSL300°36.36%78.43%
HSB/HSV300°18.18%86.27%
CMYK0.00%18.18%0.00%
13.73%

Color #DCB4DC in popluar number systems.

HEXDCB4DC
Decimal220180220
Binary110111001011010011011100
Octal334264334

Shades and tints

Shades of #DCB4DC

#DCB4DC
(220,180,220)
#C8A4C8
(200,164,200)
#B494B4
(180,148,180)
#A084A0
(160,132,160)
#8C748C
(140,116,140)
#786478
(120,100,120)
#645464
(100,84,100)
#504450
(80,68,80)
#3C343C
(60,52,60)
#282428
(40,36,40)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #DCB4DC

#DCB4DC
(220,180,220)
#DFBADF
(223,186,223)
#E2C0E2
(226,192,226)
#E5C6E5
(229,198,229)
#E8CCE8
(232,204,232)
#EBD2EB
(235,210,235)
#EED8EE
(238,216,238)
#F1DEF1
(241,222,241)
#F4E4F4
(244,228,244)
#F7EAF7
(247,234,247)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB4DC; }

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

This text font color is #DCB4DC.


Background Color

.myBgColor { background-color: #DCB4DC; }

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

This div background color is #DCB4DC.


Border color

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

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

This div border color is #DCB4DC.


Opacity

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

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

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

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

This text has shadow with #DCB4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB4DC on black background.


Color preview on white background

This text has color #DCB4DC on white background.



Black color preview on #DCB4DC background

This text has black color on #DCB4DC background.


White color preview on #DCB4DC background

This text has white color on #DCB4DC background.