COLOR #DBC9D6

HEX: #DBC9D6
RGB: (219,201,214)

Color info

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

RGB color model

#DBC9D6 color RGB value is (219,201,214).

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

RGB channels and saturation

R 219 of 255 = 86%
G 201 of 255 = 79%
B 214 of 255 = 84%

219
201
214

R + G + B ~ 83%. #DBC9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 201 + 214 = 634 (100%)
R 219 of 634 ~ 34.54%
G 201 of 634 ~ 31.7%
B 214 of 634 ~ 33.75%

%34.54
%31.7
%33.75

CMYK color model

#DBC9D6 color CMYK value is (0,8,2,14).

  • cyan value is 0.00%
  • magenta value is 8.22%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(0,8,2,14)
C0M8Y2K14 
(0%,8%,2%,14%)
(0.00/0.08/0.02/0.14)	

CMYK percentages

%0
%8.22
%2.28
%14.12

Codes

Color #DBC9D6 in popluar color models

DBC9D6
RGB219201214
HSL317°20.00%82.35%
HSB/HSV317°8.22%85.88%
CMYK0.00%8.22%2.28%
14.12%

Color #DBC9D6 in popluar number systems.

HEXDBC9D6
Decimal219201214
Binary110110111100100111010110
Octal333311326

Shades and tints

Shades of #DBC9D6

#DBC9D6
(219,201,214)
#C8B7C3
(200,183,195)
#B5A5B0
(181,165,176)
#A2939D
(162,147,157)
#8F818A
(143,129,138)
#7C6F77
(124,111,119)
#695D64
(105,93,100)
#564B51
(86,75,81)
#43393E
(67,57,62)
#30272B
(48,39,43)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #DBC9D6

#DBC9D6
(219,201,214)
#DECDD9
(222,205,217)
#E1D1DC
(225,209,220)
#E4D5DF
(228,213,223)
#E7D9E2
(231,217,226)
#EADDE5
(234,221,229)
#EDE1E8
(237,225,232)
#F0E5EB
(240,229,235)
#F3E9EE
(243,233,238)
#F6EDF1
(246,237,241)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC9D6; }

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

This text font color is #DBC9D6.


Background Color

.myBgColor { background-color: #DBC9D6; }

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

This div background color is #DBC9D6.


Border color

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

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

This div border color is #DBC9D6.


Opacity

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

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

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

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

This text has shadow with #DBC9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC9D6 on black background.


Color preview on white background

This text has color #DBC9D6 on white background.



Black color preview on #DBC9D6 background

This text has black color on #DBC9D6 background.


White color preview on #DBC9D6 background

This text has white color on #DBC9D6 background.