COLOR #DBC1D9

HEX: #DBC1D9
RGB: (219,193,217)

Color info

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

RGB color model

#DBC1D9 color RGB value is (219,193,217).

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

RGB channels and saturation

R 219 of 255 = 86%
G 193 of 255 = 76%
B 217 of 255 = 85%

219
193
217

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

Portions of RGB colors in percentages

R + G + B =
219 + 193 + 217 = 629 (100%)
R 219 of 629 ~ 34.82%
G 193 of 629 ~ 30.68%
B 217 of 629 ~ 34.5%

%34.82
%30.68
%34.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.87%
  • 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
%11.87
%0.91
%14.12

Codes

Color #DBC1D9 in popluar color models

DBC1D9
RGB219193217
HSL305°26.53%80.78%
HSB/HSV305°11.87%85.88%
CMYK0.00%11.87%0.91%
14.12%

Color #DBC1D9 in popluar number systems.

HEXDBC1D9
Decimal219193217
Binary110110111100000111011001
Octal333301331

Shades and tints

Shades of #DBC1D9

#DBC1D9
(219,193,217)
#C8B0C6
(200,176,198)
#B59FB3
(181,159,179)
#A28EA0
(162,142,160)
#8F7D8D
(143,125,141)
#7C6C7A
(124,108,122)
#695B67
(105,91,103)
#564A54
(86,74,84)
#433941
(67,57,65)
#30282E
(48,40,46)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #DBC1D9

#DBC1D9
(219,193,217)
#DEC6DC
(222,198,220)
#E1CBDF
(225,203,223)
#E4D0E2
(228,208,226)
#E7D5E5
(231,213,229)
#EADAE8
(234,218,232)
#EDDFEB
(237,223,235)
#F0E4EE
(240,228,238)
#F3E9F1
(243,233,241)
#F6EEF4
(246,238,244)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC1D9; }

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

This text font color is #DBC1D9.


Background Color

.myBgColor { background-color: #DBC1D9; }

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

This div background color is #DBC1D9.


Border color

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

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

This div border color is #DBC1D9.


Opacity

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

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

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

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

This text has shadow with #DBC1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC1D9 on black background.


Color preview on white background

This text has color #DBC1D9 on white background.



Black color preview on #DBC1D9 background

This text has black color on #DBC1D9 background.


White color preview on #DBC1D9 background

This text has white color on #DBC1D9 background.