COLOR #DBDCD8

HEX: #DBDCD8 RGB: (219,220,216)

Color info

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

RGB color model

#DBDCD8 color RGB value is (219,220,216).

RGB: (219,220,216) (86%, 86%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 220 of 255 = 86%
B 216 of 255 = 85%

219
220
216

R + G + B ~ 86%. #DBDCD8 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 220 + 216 = 655 (100%)
R 219 of 655 ~ 33.44%
G 220 of 655 ~ 33.59%
B 216 of 655 ~ 32.98'%

%33.44
%33.59
%32.98

CMYK color model

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

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 13.73%

CMYK: (0,0,2,14)
C0M0Y2K14 (0%, 0%, 2%, 14%)
(0.00 / 0.00 / 0.02 / 0.14)

CMYK percentages

%0.45
%0
%1.82
%13.73

Codes

Color #DBDCD8 in popluar color models

DB DC D8
RGB 219 220 216
HSL 75° 5.41% 85.49%
HSB/HSV 75° 1.82% 86.27%
CMYK 0.45% 0.00% 1.82%
13.73%

Color #DBDCD8 in popluar number systems.

HEX DB DC D8
Decimal 219 220 216
Binary 11011011 11011100 11011000
Octal 333 334 330

Shades and tints

Shades of #DBDCD8

#DBDCD8
(219,220,216)
#C8C8C5
(200,200,197)
#B5B4B2
(181,180,178)
#A2A09F
(162,160,159)
#8F8C8C
(143,140,140)
#7C7879
(124,120,121)
#696466
(105,100,102)
#565053
(86,80,83)
#433C40
(67,60,64)
#30282D
(48,40,45)
#1D141A
(29,20,26)
#000000
(0,0,0)

Tints of #DBDCD8

#DBDCD8
(219,220,216)
#DEDFDB
(222,223,219)
#E1E2DE
(225,226,222)
#E4E5E1
(228,229,225)
#E7E8E4
(231,232,228)
#EAEBE7
(234,235,231)
#EDEEEA
(237,238,234)
#F0F1ED
(240,241,237)
#F3F4F0
(243,244,240)
#F6F7F3
(246,247,243)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDCD8; }

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

This text font color is #DBDCD8.

Background Color

.myBgColor { background-color: #DBDCD8; }

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

This div background color is #DBDCD8.

Border color

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

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

This div border color is #DBDCD8.

Opacity

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

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

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

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

This text has shadow with #DBDCD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDCD8.

Preview

Color preview on black background

This text has color #DBDCD8 on black background.


Color preview on white background

This text has color #DBDCD8 on white background.


Black color preview on #DBDCD8 background

This text has black color on #DBDCD8 background.


White color preview on #DBDCD8 background

This text has white color on #DBDCD8 background.


Related colors

Complementary color

Complementary color for #hex is #242327.


I love getcolorcode.com

Triadic colors

1 #D8DBDC and #DCD8DB with #DBDCD8 are triadic colors.

2 #D8DCDB and #DCDBD8 with #DBDCD8 are triadic colors.