COLOR #DBD9CB

HEX: #DBD9CB
RGB: (219,217,203)

Color info

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

RGB color model

#DBD9CB color RGB value is (219,217,203).

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

RGB channels and saturation

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

219
217
203

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

Portions of RGB colors in percentages

R + G + B =
219 + 217 + 203 = 639 (100%)
R 219 of 639 ~ 34.27%
G 217 of 639 ~ 33.96%
B 203 of 639 ~ 31.77%

%34.27
%33.96
%31.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.91%
  • 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
%0.91
%7.31
%14.12

Codes

Color #DBD9CB in popluar color models

DBD9CB
RGB219217203
HSL53°18.18%82.75%
HSB/HSV53°7.31%85.88%
CMYK0.00%0.91%7.31%
14.12%

Color #DBD9CB in popluar number systems.

HEXDBD9CB
Decimal219217203
Binary110110111101100111001011
Octal333331313

Shades and tints

Shades of #DBD9CB

#DBD9CB
(219,217,203)
#C8C6B9
(200,198,185)
#B5B3A7
(181,179,167)
#A2A095
(162,160,149)
#8F8D83
(143,141,131)
#7C7A71
(124,122,113)
#69675F
(105,103,95)
#56544D
(86,84,77)
#43413B
(67,65,59)
#302E29
(48,46,41)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #DBD9CB

#DBD9CB
(219,217,203)
#DEDCCF
(222,220,207)
#E1DFD3
(225,223,211)
#E4E2D7
(228,226,215)
#E7E5DB
(231,229,219)
#EAE8DF
(234,232,223)
#EDEBE3
(237,235,227)
#F0EEE7
(240,238,231)
#F3F1EB
(243,241,235)
#F6F4EF
(246,244,239)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD9CB; }

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

This text font color is #DBD9CB.


Background Color

.myBgColor { background-color: #DBD9CB; }

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

This div background color is #DBD9CB.


Border color

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

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

This div border color is #DBD9CB.


Opacity

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

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

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

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

This text has shadow with #DBD9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD9CB on black background.


Color preview on white background

This text has color #DBD9CB on white background.



Black color preview on #DBD9CB background

This text has black color on #DBD9CB background.


White color preview on #DBD9CB background

This text has white color on #DBD9CB background.