COLOR #DBC0B4

HEX: #DBC0B4
RGB: (219,192,180)

Color info

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

RGB color model

#DBC0B4 color RGB value is (219,192,180).

  • red value is 219;
  • green value is 192;
  • blue value is 180.
RGB:
(219,192,180)
(86%,75%,71%)

RGB channels and saturation

R 219 of 255 = 86%
G 192 of 255 = 75%
B 180 of 255 = 71%

219
192
180

R + G + B ~ 77%. #DBC0B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 192 + 180 = 591 (100%)
R 219 of 591 ~ 37.06%
G 192 of 591 ~ 32.49%
B 180 of 591 ~ 30.46%

%37.06
%32.49
%30.46

CMYK color model

#DBC0B4 color CMYK value is (0,12,18,14).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 17.81%
  • key color value is 14.12%
CMYK:
(0,12,18,14)
C0M12Y18K14 
(0%,12%,18%,14%)
(0.00/0.12/0.18/0.14)	

CMYK percentages

%0
%12.33
%17.81
%14.12

Codes

Color #DBC0B4 in popluar color models

DBC0B4
RGB219192180
HSL18°35.14%78.24%
HSB/HSV18°17.81%85.88%
CMYK0.00%12.33%17.81%
14.12%

Color #DBC0B4 in popluar number systems.

HEXDBC0B4
Decimal219192180
Binary110110111100000010110100
Octal333300264

Shades and tints

Shades of #DBC0B4

#DBC0B4
(219,192,180)
#C8AFA4
(200,175,164)
#B59E94
(181,158,148)
#A28D84
(162,141,132)
#8F7C74
(143,124,116)
#7C6B64
(124,107,100)
#695A54
(105,90,84)
#564944
(86,73,68)
#433834
(67,56,52)
#302724
(48,39,36)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #DBC0B4

#DBC0B4
(219,192,180)
#DEC5BA
(222,197,186)
#E1CAC0
(225,202,192)
#E4CFC6
(228,207,198)
#E7D4CC
(231,212,204)
#EAD9D2
(234,217,210)
#EDDED8
(237,222,216)
#F0E3DE
(240,227,222)
#F3E8E4
(243,232,228)
#F6EDEA
(246,237,234)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC0B4 color. Also use rgb(219,192,180) instead hex code.

Text Font Color

.myTextColor { color: #DBC0B4; }

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

This text font color is #DBC0B4.


Background Color

.myBgColor { background-color: #DBC0B4; }

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

This div background color is #DBC0B4.


Border color

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

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

This div border color is #DBC0B4.


Opacity

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

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

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

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

This text has shadow with #DBC0B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC0B4 on black background.


Color preview on white background

This text has color #DBC0B4 on white background.



Black color preview on #DBC0B4 background

This text has black color on #DBC0B4 background.


White color preview on #DBC0B4 background

This text has white color on #DBC0B4 background.