COLOR #DBC8B2

HEX: #DBC8B2
RGB: (219,200,178)

Color info

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

RGB color model

#DBC8B2 color RGB value is (219,200,178).

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

RGB channels and saturation

R 219 of 255 = 86%
G 200 of 255 = 78%
B 178 of 255 = 70%

219
200
178

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

Portions of RGB colors in percentages

R + G + B =
219 + 200 + 178 = 597 (100%)
R 219 of 597 ~ 36.68%
G 200 of 597 ~ 33.5%
B 178 of 597 ~ 29.82%

%36.68
%33.5
%29.82

CMYK color model

#DBC8B2 color CMYK value is (0,9,19,14).

  • cyan value is 0.00%
  • magenta value is 8.68%
  • yellow value is 18.72%
  • key color value is 14.12%
CMYK:
(0,9,19,14)
C0M9Y19K14 
(0%,9%,19%,14%)
(0.00/0.09/0.19/0.14)	

CMYK percentages

%0
%8.68
%18.72
%14.12

Codes

Color #DBC8B2 in popluar color models

DBC8B2
RGB219200178
HSL32°36.28%77.84%
HSB/HSV32°18.72%85.88%
CMYK0.00%8.68%18.72%
14.12%

Color #DBC8B2 in popluar number systems.

HEXDBC8B2
Decimal219200178
Binary110110111100100010110010
Octal333310262

Shades and tints

Shades of #DBC8B2

#DBC8B2
(219,200,178)
#C8B6A2
(200,182,162)
#B5A492
(181,164,146)
#A29282
(162,146,130)
#8F8072
(143,128,114)
#7C6E62
(124,110,98)
#695C52
(105,92,82)
#564A42
(86,74,66)
#433832
(67,56,50)
#302622
(48,38,34)
#1D1412
(29,20,18)
#000000
(0,0,0)

Tints of #DBC8B2

#DBC8B2
(219,200,178)
#DECDB9
(222,205,185)
#E1D2C0
(225,210,192)
#E4D7C7
(228,215,199)
#E7DCCE
(231,220,206)
#EAE1D5
(234,225,213)
#EDE6DC
(237,230,220)
#F0EBE3
(240,235,227)
#F3F0EA
(243,240,234)
#F6F5F1
(246,245,241)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC8B2; }

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

This text font color is #DBC8B2.


Background Color

.myBgColor { background-color: #DBC8B2; }

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

This div background color is #DBC8B2.


Border color

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

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

This div border color is #DBC8B2.


Opacity

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

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

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

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

This text has shadow with #DBC8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC8B2 on black background.


Color preview on white background

This text has color #DBC8B2 on white background.



Black color preview on #DBC8B2 background

This text has black color on #DBC8B2 background.


White color preview on #DBC8B2 background

This text has white color on #DBC8B2 background.