COLOR #DBD9D4

HEX: #DBD9D4
RGB: (219,217,212)

Color info

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

RGB color model

#DBD9D4 color RGB value is (219,217,212).

  • red value is 219;
  • green value is 217;
  • blue value is 212.
RGB:
(219,217,212)
(86%,85%,83%)

RGB channels and saturation

R 219 of 255 = 86%
G 217 of 255 = 85%
B 212 of 255 = 83%

219
217
212

R + G + B ~ 85%. #DBD9D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 217 + 212 = 648 (100%)
R 219 of 648 ~ 33.8%
G 217 of 648 ~ 33.49%
B 212 of 648 ~ 32.72%

%33.8
%33.49
%32.72

CMYK color model

#DBD9D4 color CMYK value is (0,1,3,14).

  • cyan value is 0.00%
  • magenta value is 0.91%
  • yellow value is 3.20%
  • key color value is 14.12%
CMYK:
(0,1,3,14)
C0M1Y3K14 
(0%,1%,3%,14%)
(0.00/0.01/0.03/0.14)	

CMYK percentages

%0
%0.91
%3.2
%14.12

Codes

Color #DBD9D4 in popluar color models

DBD9D4
RGB219217212
HSL43°8.86%84.51%
HSB/HSV43°3.20%85.88%
CMYK0.00%0.91%3.20%
14.12%

Color #DBD9D4 in popluar number systems.

HEXDBD9D4
Decimal219217212
Binary110110111101100111010100
Octal333331324

Shades and tints

Shades of #DBD9D4

#DBD9D4
(219,217,212)
#C8C6C1
(200,198,193)
#B5B3AE
(181,179,174)
#A2A09B
(162,160,155)
#8F8D88
(143,141,136)
#7C7A75
(124,122,117)
#696762
(105,103,98)
#56544F
(86,84,79)
#43413C
(67,65,60)
#302E29
(48,46,41)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #DBD9D4

#DBD9D4
(219,217,212)
#DEDCD7
(222,220,215)
#E1DFDA
(225,223,218)
#E4E2DD
(228,226,221)
#E7E5E0
(231,229,224)
#EAE8E3
(234,232,227)
#EDEBE6
(237,235,230)
#F0EEE9
(240,238,233)
#F3F1EC
(243,241,236)
#F6F4EF
(246,244,239)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD9D4 color. Also use rgb(219,217,212) instead hex code.

Text Font Color

.myTextColor { color: #DBD9D4; }

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

This text font color is #DBD9D4.


Background Color

.myBgColor { background-color: #DBD9D4; }

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

This div background color is #DBD9D4.


Border color

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

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

This div border color is #DBD9D4.


Opacity

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

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

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

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

This text has shadow with #DBD9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD9D4 on black background.


Color preview on white background

This text has color #DBD9D4 on white background.



Black color preview on #DBD9D4 background

This text has black color on #DBD9D4 background.


White color preview on #DBD9D4 background

This text has white color on #DBD9D4 background.