COLOR #DBC1DA

HEX: #DBC1DA
RGB: (219,193,218)

Color info

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

RGB color model

#DBC1DA color RGB value is (219,193,218).

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

RGB channels and saturation

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

219
193
218

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

Portions of RGB colors in percentages

R + G + B =
219 + 193 + 218 = 630 (100%)
R 219 of 630 ~ 34.76%
G 193 of 630 ~ 30.63%
B 218 of 630 ~ 34.6%

%34.76
%30.63
%34.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.87%
  • yellow value is 0.46%
  • key color value is 14.12%
CMYK:
(0,12,0,14)
C0M12Y0K14 
(0%,12%,0%,14%)
(0.00/0.12/0.00/0.14)	

CMYK percentages

%0
%11.87
%0.46
%14.12

Codes

Color #DBC1DA in popluar color models

DBC1DA
RGB219193218
HSL302°26.53%80.78%
HSB/HSV302°11.87%85.88%
CMYK0.00%11.87%0.46%
14.12%

Color #DBC1DA in popluar number systems.

HEXDBC1DA
Decimal219193218
Binary110110111100000111011010
Octal333301332

Shades and tints

Shades of #DBC1DA

#DBC1DA
(219,193,218)
#C8B0C7
(200,176,199)
#B59FB4
(181,159,180)
#A28EA1
(162,142,161)
#8F7D8E
(143,125,142)
#7C6C7B
(124,108,123)
#695B68
(105,91,104)
#564A55
(86,74,85)
#433942
(67,57,66)
#30282F
(48,40,47)
#1D171C
(29,23,28)
#000000
(0,0,0)

Tints of #DBC1DA

#DBC1DA
(219,193,218)
#DEC6DD
(222,198,221)
#E1CBE0
(225,203,224)
#E4D0E3
(228,208,227)
#E7D5E6
(231,213,230)
#EADAE9
(234,218,233)
#EDDFEC
(237,223,236)
#F0E4EF
(240,228,239)
#F3E9F2
(243,233,242)
#F6EEF5
(246,238,245)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC1DA; }

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

This text font color is #DBC1DA.


Background Color

.myBgColor { background-color: #DBC1DA; }

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

This div background color is #DBC1DA.


Border color

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

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

This div border color is #DBC1DA.


Opacity

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

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

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

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

This text has shadow with #DBC1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC1DA on black background.


Color preview on white background

This text has color #DBC1DA on white background.



Black color preview on #DBC1DA background

This text has black color on #DBC1DA background.


White color preview on #DBC1DA background

This text has white color on #DBC1DA background.