COLOR #DBC9B2

HEX: #DBC9B2
RGB: (219,201,178)

Color info

#DBC9B2 contains red, green and blue colors in about the same proportion. Web safe color of #DBC9B2 is #CCCC99 (or #CC9).

RGB color model

#DBC9B2 color RGB value is (219,201,178).

  • red value is 219;
  • green value is 201;
  • blue value is 178.
RGB:
(219,201,178)
(86%,79%,70%)

RGB channels and saturation

R 219 of 255 = 86%
G 201 of 255 = 79%
B 178 of 255 = 70%

219
201
178

R + G + B ~ 78%. #DBC9B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 201 + 178 = 598 (100%)
R 219 of 598 ~ 36.62%
G 201 of 598 ~ 33.61%
B 178 of 598 ~ 29.77%

%36.62
%33.61
%29.77

CMYK color model

#DBC9B2 color CMYK value is (0,8,19,14).

  • cyan value is 0.00%
  • magenta value is 8.22%
  • yellow value is 18.72%
  • key color value is 14.12%
CMYK:
(0,8,19,14)
C0M8Y19K14 
(0%,8%,19%,14%)
(0.00/0.08/0.19/0.14)	

CMYK percentages

%0
%8.22
%18.72
%14.12

Codes

Color #DBC9B2 in popluar color models

DBC9B2
RGB219201178
HSL34°36.28%77.84%
HSB/HSV34°18.72%85.88%
CMYK0.00%8.22%18.72%
14.12%

Color #DBC9B2 in popluar number systems.

HEXDBC9B2
Decimal219201178
Binary110110111100100110110010
Octal333311262

Shades and tints

Shades of #DBC9B2

#DBC9B2
(219,201,178)
#C8B7A2
(200,183,162)
#B5A592
(181,165,146)
#A29382
(162,147,130)
#8F8172
(143,129,114)
#7C6F62
(124,111,98)
#695D52
(105,93,82)
#564B42
(86,75,66)
#433932
(67,57,50)
#302722
(48,39,34)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #DBC9B2

#DBC9B2
(219,201,178)
#DECDB9
(222,205,185)
#E1D1C0
(225,209,192)
#E4D5C7
(228,213,199)
#E7D9CE
(231,217,206)
#EADDD5
(234,221,213)
#EDE1DC
(237,225,220)
#F0E5E3
(240,229,227)
#F3E9EA
(243,233,234)
#F6EDF1
(246,237,241)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC9B2 color. Also use rgb(219,201,178) instead hex code.

Text Font Color

.myTextColor { color: #DBC9B2; }

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

This text font color is #DBC9B2.


Background Color

.myBgColor { background-color: #DBC9B2; }

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

This div background color is #DBC9B2.


Border color

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

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

This div border color is #DBC9B2.


Opacity

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

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

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

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

This text has shadow with #DBC9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC9B2 on black background.


Color preview on white background

This text has color #DBC9B2 on white background.



Black color preview on #DBC9B2 background

This text has black color on #DBC9B2 background.


White color preview on #DBC9B2 background

This text has white color on #DBC9B2 background.