COLOR #DBC3D6

HEX: #DBC3D6
RGB: (219,195,214)

Color info

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

RGB color model

#DBC3D6 color RGB value is (219,195,214).

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

RGB channels and saturation

R 219 of 255 = 86%
G 195 of 255 = 76%
B 214 of 255 = 84%

219
195
214

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

Portions of RGB colors in percentages

R + G + B =
219 + 195 + 214 = 628 (100%)
R 219 of 628 ~ 34.87%
G 195 of 628 ~ 31.05%
B 214 of 628 ~ 34.08%

%34.87
%31.05
%34.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(0,11,2,14)
C0M11Y2K14 
(0%,11%,2%,14%)
(0.00/0.11/0.02/0.14)	

CMYK percentages

%0
%10.96
%2.28
%14.12

Codes

Color #DBC3D6 in popluar color models

DBC3D6
RGB219195214
HSL313°25.00%81.18%
HSB/HSV313°10.96%85.88%
CMYK0.00%10.96%2.28%
14.12%

Color #DBC3D6 in popluar number systems.

HEXDBC3D6
Decimal219195214
Binary110110111100001111010110
Octal333303326

Shades and tints

Shades of #DBC3D6

#DBC3D6
(219,195,214)
#C8B2C3
(200,178,195)
#B5A1B0
(181,161,176)
#A2909D
(162,144,157)
#8F7F8A
(143,127,138)
#7C6E77
(124,110,119)
#695D64
(105,93,100)
#564C51
(86,76,81)
#433B3E
(67,59,62)
#302A2B
(48,42,43)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBC3D6

#DBC3D6
(219,195,214)
#DEC8D9
(222,200,217)
#E1CDDC
(225,205,220)
#E4D2DF
(228,210,223)
#E7D7E2
(231,215,226)
#EADCE5
(234,220,229)
#EDE1E8
(237,225,232)
#F0E6EB
(240,230,235)
#F3EBEE
(243,235,238)
#F6F0F1
(246,240,241)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC3D6; }

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

This text font color is #DBC3D6.


Background Color

.myBgColor { background-color: #DBC3D6; }

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

This div background color is #DBC3D6.


Border color

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

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

This div border color is #DBC3D6.


Opacity

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

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

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

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

This text has shadow with #DBC3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC3D6 on black background.


Color preview on white background

This text has color #DBC3D6 on white background.



Black color preview on #DBC3D6 background

This text has black color on #DBC3D6 background.


White color preview on #DBC3D6 background

This text has white color on #DBC3D6 background.