COLOR #DBC5B9

HEX: #DBC5B9
RGB: (219,197,185)

Color info

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

RGB color model

#DBC5B9 color RGB value is (219,197,185).

  • red value is 219;
  • green value is 197;
  • blue value is 185.
RGB:
(219,197,185)
(86%,77%,73%)

RGB channels and saturation

R 219 of 255 = 86%
G 197 of 255 = 77%
B 185 of 255 = 73%

219
197
185

R + G + B ~ 79%. #DBC5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 197 + 185 = 601 (100%)
R 219 of 601 ~ 36.44%
G 197 of 601 ~ 32.78%
B 185 of 601 ~ 30.78%

%36.44
%32.78
%30.78

CMYK color model

#DBC5B9 color CMYK value is (0,10,16,14).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 15.53%
  • key color value is 14.12%
CMYK:
(0,10,16,14)
C0M10Y16K14 
(0%,10%,16%,14%)
(0.00/0.10/0.16/0.14)	

CMYK percentages

%0
%10.05
%15.53
%14.12

Codes

Color #DBC5B9 in popluar color models

DBC5B9
RGB219197185
HSL21°32.08%79.22%
HSB/HSV21°15.53%85.88%
CMYK0.00%10.05%15.53%
14.12%

Color #DBC5B9 in popluar number systems.

HEXDBC5B9
Decimal219197185
Binary110110111100010110111001
Octal333305271

Shades and tints

Shades of #DBC5B9

#DBC5B9
(219,197,185)
#C8B4A9
(200,180,169)
#B5A399
(181,163,153)
#A29289
(162,146,137)
#8F8179
(143,129,121)
#7C7069
(124,112,105)
#695F59
(105,95,89)
#564E49
(86,78,73)
#433D39
(67,61,57)
#302C29
(48,44,41)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #DBC5B9

#DBC5B9
(219,197,185)
#DECABF
(222,202,191)
#E1CFC5
(225,207,197)
#E4D4CB
(228,212,203)
#E7D9D1
(231,217,209)
#EADED7
(234,222,215)
#EDE3DD
(237,227,221)
#F0E8E3
(240,232,227)
#F3EDE9
(243,237,233)
#F6F2EF
(246,242,239)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC5B9; }

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

This text font color is #DBC5B9.


Background Color

.myBgColor { background-color: #DBC5B9; }

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

This div background color is #DBC5B9.


Border color

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

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

This div border color is #DBC5B9.


Opacity

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

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

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

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

This text has shadow with #DBC5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC5B9 on black background.


Color preview on white background

This text has color #DBC5B9 on white background.



Black color preview on #DBC5B9 background

This text has black color on #DBC5B9 background.


White color preview on #DBC5B9 background

This text has white color on #DBC5B9 background.