COLOR #DBDBD4

HEX: #DBDBD4 RGB: (219,219,212)

Color info

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

RGB color model

#DBDBD4 color RGB value is (219,219,212).

RGB: (219,219,212) (86%, 86%, 83%)

RGB channels and saturation

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

219
219
212

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

Portions of RGB colors in percentages

R + G + B = 219 + 219 + 212 = 650 (100%)
R 219 of 650 ~ 33.69%
G 219 of 650 ~ 33.69%
B 212 of 650 ~ 32.62'%

%33.69
%33.69
%32.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.20%
  • key color value is 14.12%

CMYK: (0,0,3,14)
C0M0Y3K14 (0%, 0%, 3%, 14%)
(0.00 / 0.00 / 0.03 / 0.14)

CMYK percentages

%0
%0
%3.2
%14.12

Codes

Color #DBDBD4 in popluar color models

DB DB D4
RGB 219 219 212
HSL 60° 8.86% 84.51%
HSB/HSV 60° 3.20% 85.88%
CMYK 0.00% 0.00% 3.20%
14.12%

Color #DBDBD4 in popluar number systems.

HEX DB DB D4
Decimal 219 219 212
Binary 11011011 11011011 11010100
Octal 333 333 324

Shades and tints

Shades of #DBDBD4

#DBDBD4
(219,219,212)
#C8C8C1
(200,200,193)
#B5B5AE
(181,181,174)
#A2A29B
(162,162,155)
#8F8F88
(143,143,136)
#7C7C75
(124,124,117)
#696962
(105,105,98)
#56564F
(86,86,79)
#43433C
(67,67,60)
#303029
(48,48,41)
#1D1D16
(29,29,22)
#000000
(0,0,0)

Tints of #DBDBD4

#DBDBD4
(219,219,212)
#DEDED7
(222,222,215)
#E1E1DA
(225,225,218)
#E4E4DD
(228,228,221)
#E7E7E0
(231,231,224)
#EAEAE3
(234,234,227)
#EDEDE6
(237,237,230)
#F0F0E9
(240,240,233)
#F3F3EC
(243,243,236)
#F6F6EF
(246,246,239)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDBD4; }

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

This text font color is #DBDBD4.

Background Color

.myBgColor { background-color: #DBDBD4; }

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

This div background color is #DBDBD4.

Border color

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

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

This div border color is #DBDBD4.

Opacity

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

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

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

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

This text has shadow with #DBDBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDBD4.

Preview

Color preview on black background

This text has color #DBDBD4 on black background.


Color preview on white background

This text has color #DBDBD4 on white background.


Black color preview on #DBDBD4 background

This text has black color on #DBDBD4 background.


White color preview on #DBDBD4 background

This text has white color on #DBDBD4 background.


Related colors

Complementary color

Complementary color for #hex is #24242B.


I love getcolorcode.com