COLOR #DBD8CB

HEX: #DBD8CB
RGB: (219,216,203)

Color info

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

RGB color model

#DBD8CB color RGB value is (219,216,203).

  • red value is 219;
  • green value is 216;
  • blue value is 203.
RGB:
(219,216,203)
(86%,85%,80%)

RGB channels and saturation

R 219 of 255 = 86%
G 216 of 255 = 85%
B 203 of 255 = 80%

219
216
203

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

Portions of RGB colors in percentages

R + G + B =
219 + 216 + 203 = 638 (100%)
R 219 of 638 ~ 34.33%
G 216 of 638 ~ 33.86%
B 203 of 638 ~ 31.82%

%34.33
%33.86
%31.82

CMYK color model

#DBD8CB color CMYK value is (0,1,7,14).

  • cyan value is 0.00%
  • magenta value is 1.37%
  • yellow value is 7.31%
  • key color value is 14.12%
CMYK:
(0,1,7,14)
C0M1Y7K14 
(0%,1%,7%,14%)
(0.00/0.01/0.07/0.14)	

CMYK percentages

%0
%1.37
%7.31
%14.12

Codes

Color #DBD8CB in popluar color models

DBD8CB
RGB219216203
HSL49°18.18%82.75%
HSB/HSV49°7.31%85.88%
CMYK0.00%1.37%7.31%
14.12%

Color #DBD8CB in popluar number systems.

HEXDBD8CB
Decimal219216203
Binary110110111101100011001011
Octal333330313

Shades and tints

Shades of #DBD8CB

#DBD8CB
(219,216,203)
#C8C5B9
(200,197,185)
#B5B2A7
(181,178,167)
#A29F95
(162,159,149)
#8F8C83
(143,140,131)
#7C7971
(124,121,113)
#69665F
(105,102,95)
#56534D
(86,83,77)
#43403B
(67,64,59)
#302D29
(48,45,41)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #DBD8CB

#DBD8CB
(219,216,203)
#DEDBCF
(222,219,207)
#E1DED3
(225,222,211)
#E4E1D7
(228,225,215)
#E7E4DB
(231,228,219)
#EAE7DF
(234,231,223)
#EDEAE3
(237,234,227)
#F0EDE7
(240,237,231)
#F3F0EB
(243,240,235)
#F6F3EF
(246,243,239)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD8CB; }

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

This text font color is #DBD8CB.


Background Color

.myBgColor { background-color: #DBD8CB; }

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

This div background color is #DBD8CB.


Border color

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

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

This div border color is #DBD8CB.


Opacity

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

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

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

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

This text has shadow with #DBD8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD8CB on black background.


Color preview on white background

This text has color #DBD8CB on white background.



Black color preview on #DBD8CB background

This text has black color on #DBD8CB background.


White color preview on #DBD8CB background

This text has white color on #DBD8CB background.