COLOR #DBC6B0

HEX: #DBC6B0
RGB: (219,198,176)

Color info

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

RGB color model

#DBC6B0 color RGB value is (219,198,176).

  • red value is 219;
  • green value is 198;
  • blue value is 176.
RGB:
(219,198,176)
(86%,78%,69%)

RGB channels and saturation

R 219 of 255 = 86%
G 198 of 255 = 78%
B 176 of 255 = 69%

219
198
176

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

Portions of RGB colors in percentages

R + G + B =
219 + 198 + 176 = 593 (100%)
R 219 of 593 ~ 36.93%
G 198 of 593 ~ 33.39%
B 176 of 593 ~ 29.68%

%36.93
%33.39
%29.68

CMYK color model

#DBC6B0 color CMYK value is (0,10,20,14).

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 19.63%
  • key color value is 14.12%
CMYK:
(0,10,20,14)
C0M10Y20K14 
(0%,10%,20%,14%)
(0.00/0.10/0.20/0.14)	

CMYK percentages

%0
%9.59
%19.63
%14.12

Codes

Color #DBC6B0 in popluar color models

DBC6B0
RGB219198176
HSL31°37.39%77.45%
HSB/HSV31°19.63%85.88%
CMYK0.00%9.59%19.63%
14.12%

Color #DBC6B0 in popluar number systems.

HEXDBC6B0
Decimal219198176
Binary110110111100011010110000
Octal333306260

Shades and tints

Shades of #DBC6B0

#DBC6B0
(219,198,176)
#C8B4A0
(200,180,160)
#B5A290
(181,162,144)
#A29080
(162,144,128)
#8F7E70
(143,126,112)
#7C6C60
(124,108,96)
#695A50
(105,90,80)
#564840
(86,72,64)
#433630
(67,54,48)
#302420
(48,36,32)
#1D1210
(29,18,16)
#000000
(0,0,0)

Tints of #DBC6B0

#DBC6B0
(219,198,176)
#DECBB7
(222,203,183)
#E1D0BE
(225,208,190)
#E4D5C5
(228,213,197)
#E7DACC
(231,218,204)
#EADFD3
(234,223,211)
#EDE4DA
(237,228,218)
#F0E9E1
(240,233,225)
#F3EEE8
(243,238,232)
#F6F3EF
(246,243,239)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC6B0 color. Also use rgb(219,198,176) instead hex code.

Text Font Color

.myTextColor { color: #DBC6B0; }

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

This text font color is #DBC6B0.


Background Color

.myBgColor { background-color: #DBC6B0; }

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

This div background color is #DBC6B0.


Border color

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

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

This div border color is #DBC6B0.


Opacity

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

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

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

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

This text has shadow with #DBC6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC6B0 on black background.


Color preview on white background

This text has color #DBC6B0 on white background.



Black color preview on #DBC6B0 background

This text has black color on #DBC6B0 background.


White color preview on #DBC6B0 background

This text has white color on #DBC6B0 background.