COLOR #DBC4DC

HEX: #DBC4DC
RGB: (219,196,220)

Color info

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

RGB color model

#DBC4DC color RGB value is (219,196,220).

  • red value is 219;
  • green value is 196;
  • blue value is 220.
RGB:
(219,196,220)
(86%,77%,86%)

RGB channels and saturation

R 219 of 255 = 86%
G 196 of 255 = 77%
B 220 of 255 = 86%

219
196
220

R + G + B ~ 83%. #DBC4DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 196 + 220 = 635 (100%)
R 219 of 635 ~ 34.49%
G 196 of 635 ~ 30.87%
B 220 of 635 ~ 34.65%

%34.49
%30.87
%34.65

CMYK color model

#DBC4DC color CMYK value is (0,11,0,14).

  • cyan value is 0.45%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(0,11,0,14)
C0M11Y0K14 
(0%,11%,0%,14%)
(0.00/0.11/0.00/0.14)	

CMYK percentages

%0.45
%10.91
%0
%13.73

Codes

Color #DBC4DC in popluar color models

DBC4DC
RGB219196220
HSL298°25.53%81.57%
HSB/HSV298°10.91%86.27%
CMYK0.45%10.91%0.00%
13.73%

Color #DBC4DC in popluar number systems.

HEXDBC4DC
Decimal219196220
Binary110110111100010011011100
Octal333304334

Shades and tints

Shades of #DBC4DC

#DBC4DC
(219,196,220)
#C8B3C8
(200,179,200)
#B5A2B4
(181,162,180)
#A291A0
(162,145,160)
#8F808C
(143,128,140)
#7C6F78
(124,111,120)
#695E64
(105,94,100)
#564D50
(86,77,80)
#433C3C
(67,60,60)
#302B28
(48,43,40)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #DBC4DC

#DBC4DC
(219,196,220)
#DEC9DF
(222,201,223)
#E1CEE2
(225,206,226)
#E4D3E5
(228,211,229)
#E7D8E8
(231,216,232)
#EADDEB
(234,221,235)
#EDE2EE
(237,226,238)
#F0E7F1
(240,231,241)
#F3ECF4
(243,236,244)
#F6F1F7
(246,241,247)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC4DC; }

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

This text font color is #DBC4DC.


Background Color

.myBgColor { background-color: #DBC4DC; }

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

This div background color is #DBC4DC.


Border color

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

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

This div border color is #DBC4DC.


Opacity

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

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

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

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

This text has shadow with #DBC4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC4DC on black background.


Color preview on white background

This text has color #DBC4DC on white background.



Black color preview on #DBC4DC background

This text has black color on #DBC4DC background.


White color preview on #DBC4DC background

This text has white color on #DBC4DC background.