COLOR #DBC0D9

HEX: #DBC0D9
RGB: (219,192,217)

Color info

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

RGB color model

#DBC0D9 color RGB value is (219,192,217).

  • red value is 219;
  • green value is 192;
  • blue value is 217.
RGB:
(219,192,217)
(86%,75%,85%)

RGB channels and saturation

R 219 of 255 = 86%
G 192 of 255 = 75%
B 217 of 255 = 85%

219
192
217

R + G + B ~ 82%. #DBC0D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 192 + 217 = 628 (100%)
R 219 of 628 ~ 34.87%
G 192 of 628 ~ 30.57%
B 217 of 628 ~ 34.55%

%34.87
%30.57
%34.55

CMYK color model

#DBC0D9 color CMYK value is (0,12,1,14).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 0.91%
  • key color value is 14.12%
CMYK:
(0,12,1,14)
C0M12Y1K14 
(0%,12%,1%,14%)
(0.00/0.12/0.01/0.14)	

CMYK percentages

%0
%12.33
%0.91
%14.12

Codes

Color #DBC0D9 in popluar color models

DBC0D9
RGB219192217
HSL304°27.27%80.59%
HSB/HSV304°12.33%85.88%
CMYK0.00%12.33%0.91%
14.12%

Color #DBC0D9 in popluar number systems.

HEXDBC0D9
Decimal219192217
Binary110110111100000011011001
Octal333300331

Shades and tints

Shades of #DBC0D9

#DBC0D9
(219,192,217)
#C8AFC6
(200,175,198)
#B59EB3
(181,158,179)
#A28DA0
(162,141,160)
#8F7C8D
(143,124,141)
#7C6B7A
(124,107,122)
#695A67
(105,90,103)
#564954
(86,73,84)
#433841
(67,56,65)
#30272E
(48,39,46)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #DBC0D9

#DBC0D9
(219,192,217)
#DEC5DC
(222,197,220)
#E1CADF
(225,202,223)
#E4CFE2
(228,207,226)
#E7D4E5
(231,212,229)
#EAD9E8
(234,217,232)
#EDDEEB
(237,222,235)
#F0E3EE
(240,227,238)
#F3E8F1
(243,232,241)
#F6EDF4
(246,237,244)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC0D9 color. Also use rgb(219,192,217) instead hex code.

Text Font Color

.myTextColor { color: #DBC0D9; }

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

This text font color is #DBC0D9.


Background Color

.myBgColor { background-color: #DBC0D9; }

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

This div background color is #DBC0D9.


Border color

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

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

This div border color is #DBC0D9.


Opacity

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

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

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

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

This text has shadow with #DBC0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC0D9 on black background.


Color preview on white background

This text has color #DBC0D9 on white background.



Black color preview on #DBC0D9 background

This text has black color on #DBC0D9 background.


White color preview on #DBC0D9 background

This text has white color on #DBC0D9 background.