COLOR #DBD9CA

HEX: #DBD9CA
RGB: (219,217,202)

Color info

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

RGB color model

#DBD9CA color RGB value is (219,217,202).

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

RGB channels and saturation

R 219 of 255 = 86%
G 217 of 255 = 85%
B 202 of 255 = 79%

219
217
202

R + G + B ~ 83%. #DBD9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 217 + 202 = 638 (100%)
R 219 of 638 ~ 34.33%
G 217 of 638 ~ 34.01%
B 202 of 638 ~ 31.66%

%34.33
%34.01
%31.66

CMYK color model

#DBD9CA color CMYK value is (0,1,8,14).

  • cyan value is 0.00%
  • magenta value is 0.91%
  • yellow value is 7.76%
  • key color value is 14.12%
CMYK:
(0,1,8,14)
C0M1Y8K14 
(0%,1%,8%,14%)
(0.00/0.01/0.08/0.14)	

CMYK percentages

%0
%0.91
%7.76
%14.12

Codes

Color #DBD9CA in popluar color models

DBD9CA
RGB219217202
HSL53°19.10%82.55%
HSB/HSV53°7.76%85.88%
CMYK0.00%0.91%7.76%
14.12%

Color #DBD9CA in popluar number systems.

HEXDBD9CA
Decimal219217202
Binary110110111101100111001010
Octal333331312

Shades and tints

Shades of #DBD9CA

#DBD9CA
(219,217,202)
#C8C6B8
(200,198,184)
#B5B3A6
(181,179,166)
#A2A094
(162,160,148)
#8F8D82
(143,141,130)
#7C7A70
(124,122,112)
#69675E
(105,103,94)
#56544C
(86,84,76)
#43413A
(67,65,58)
#302E28
(48,46,40)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #DBD9CA

#DBD9CA
(219,217,202)
#DEDCCE
(222,220,206)
#E1DFD2
(225,223,210)
#E4E2D6
(228,226,214)
#E7E5DA
(231,229,218)
#EAE8DE
(234,232,222)
#EDEBE2
(237,235,226)
#F0EEE6
(240,238,230)
#F3F1EA
(243,241,234)
#F6F4EE
(246,244,238)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD9CA; }

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

This text font color is #DBD9CA.


Background Color

.myBgColor { background-color: #DBD9CA; }

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

This div background color is #DBD9CA.


Border color

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

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

This div border color is #DBD9CA.


Opacity

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

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

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

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

This text has shadow with #DBD9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD9CA on black background.


Color preview on white background

This text has color #DBD9CA on white background.



Black color preview on #DBD9CA background

This text has black color on #DBD9CA background.


White color preview on #DBD9CA background

This text has white color on #DBD9CA background.