COLOR #DBD3D6

HEX: #DBD3D6
RGB: (219,211,214)

Color info

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

RGB color model

#DBD3D6 color RGB value is (219,211,214).

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

RGB channels and saturation

R 219 of 255 = 86%
G 211 of 255 = 83%
B 214 of 255 = 84%

219
211
214

R + G + B ~ 84%. #DBD3D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 211 + 214 = 644 (100%)
R 219 of 644 ~ 34.01%
G 211 of 644 ~ 32.76%
B 214 of 644 ~ 33.23%

%34.01
%32.76
%33.23

CMYK color model

#DBD3D6 color CMYK value is (0,4,2,14).

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(0,4,2,14)
C0M4Y2K14 
(0%,4%,2%,14%)
(0.00/0.04/0.02/0.14)	

CMYK percentages

%0
%3.65
%2.28
%14.12

Codes

Color #DBD3D6 in popluar color models

DBD3D6
RGB219211214
HSL338°10.00%84.31%
HSB/HSV338°3.65%85.88%
CMYK0.00%3.65%2.28%
14.12%

Color #DBD3D6 in popluar number systems.

HEXDBD3D6
Decimal219211214
Binary110110111101001111010110
Octal333323326

Shades and tints

Shades of #DBD3D6

#DBD3D6
(219,211,214)
#C8C0C3
(200,192,195)
#B5ADB0
(181,173,176)
#A29A9D
(162,154,157)
#8F878A
(143,135,138)
#7C7477
(124,116,119)
#696164
(105,97,100)
#564E51
(86,78,81)
#433B3E
(67,59,62)
#30282B
(48,40,43)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #DBD3D6

#DBD3D6
(219,211,214)
#DED7D9
(222,215,217)
#E1DBDC
(225,219,220)
#E4DFDF
(228,223,223)
#E7E3E2
(231,227,226)
#EAE7E5
(234,231,229)
#EDEBE8
(237,235,232)
#F0EFEB
(240,239,235)
#F3F3EE
(243,243,238)
#F6F7F1
(246,247,241)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD3D6; }

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

This text font color is #DBD3D6.


Background Color

.myBgColor { background-color: #DBD3D6; }

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

This div background color is #DBD3D6.


Border color

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

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

This div border color is #DBD3D6.


Opacity

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

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

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

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

This text has shadow with #DBD3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD3D6 on black background.


Color preview on white background

This text has color #DBD3D6 on white background.



Black color preview on #DBD3D6 background

This text has black color on #DBD3D6 background.


White color preview on #DBD3D6 background

This text has white color on #DBD3D6 background.