COLOR #DBC3DA

HEX: #DBC3DA
RGB: (219,195,218)

Color info

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

RGB color model

#DBC3DA color RGB value is (219,195,218).

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

RGB channels and saturation

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

219
195
218

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

Portions of RGB colors in percentages

R + G + B =
219 + 195 + 218 = 632 (100%)
R 219 of 632 ~ 34.65%
G 195 of 632 ~ 30.85%
B 218 of 632 ~ 34.49%

%34.65
%30.85
%34.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 0.46%
  • key color value is 14.12%
CMYK:
(0,11,0,14)
C0M11Y0K14 
(0%,11%,0%,14%)
(0.00/0.11/0.00/0.14)	

CMYK percentages

%0
%10.96
%0.46
%14.12

Codes

Color #DBC3DA in popluar color models

DBC3DA
RGB219195218
HSL303°25.00%81.18%
HSB/HSV303°10.96%85.88%
CMYK0.00%10.96%0.46%
14.12%

Color #DBC3DA in popluar number systems.

HEXDBC3DA
Decimal219195218
Binary110110111100001111011010
Octal333303332

Shades and tints

Shades of #DBC3DA

#DBC3DA
(219,195,218)
#C8B2C7
(200,178,199)
#B5A1B4
(181,161,180)
#A290A1
(162,144,161)
#8F7F8E
(143,127,142)
#7C6E7B
(124,110,123)
#695D68
(105,93,104)
#564C55
(86,76,85)
#433B42
(67,59,66)
#302A2F
(48,42,47)
#1D191C
(29,25,28)
#000000
(0,0,0)

Tints of #DBC3DA

#DBC3DA
(219,195,218)
#DEC8DD
(222,200,221)
#E1CDE0
(225,205,224)
#E4D2E3
(228,210,227)
#E7D7E6
(231,215,230)
#EADCE9
(234,220,233)
#EDE1EC
(237,225,236)
#F0E6EF
(240,230,239)
#F3EBF2
(243,235,242)
#F6F0F5
(246,240,245)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC3DA; }

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

This text font color is #DBC3DA.


Background Color

.myBgColor { background-color: #DBC3DA; }

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

This div background color is #DBC3DA.


Border color

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

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

This div border color is #DBC3DA.


Opacity

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

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

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

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

This text has shadow with #DBC3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC3DA on black background.


Color preview on white background

This text has color #DBC3DA on white background.



Black color preview on #DBC3DA background

This text has black color on #DBC3DA background.


White color preview on #DBC3DA background

This text has white color on #DBC3DA background.