COLOR #DBC8BB

HEX: #DBC8BB
RGB: (219,200,187)

Color info

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

RGB color model

#DBC8BB color RGB value is (219,200,187).

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

RGB channels and saturation

R 219 of 255 = 86%
G 200 of 255 = 78%
B 187 of 255 = 73%

219
200
187

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

Portions of RGB colors in percentages

R + G + B =
219 + 200 + 187 = 606 (100%)
R 219 of 606 ~ 36.14%
G 200 of 606 ~ 33%
B 187 of 606 ~ 30.86%

%36.14
%33
%30.86

CMYK color model

#DBC8BB color CMYK value is (0,9,15,14).

  • cyan value is 0.00%
  • magenta value is 8.68%
  • yellow value is 14.61%
  • key color value is 14.12%
CMYK: (0,9,15,14) C0M9Y15K14 (0%,9%,15%,14%) (0.00/0.09/0.15/0.14)

CMYK percentages

%0
%8.68
%14.61
%14.12

Codes

Color #DBC8BB in popluar color models

DBC8BB
RGB219200187
HSL24°30.77%79.61%
HSB/HSV24°14.61%85.88%
CMYK0.00%8.68%14.61%
14.12%

Color #DBC8BB in popluar number systems.

HEXDBC8BB
Decimal219200187
Binary110110111100100010111011
Octal333310273

Shades and tints

Shades of #DBC8BB

#DBC8BB
(219,200,187)
#C8B6AA
(200,182,170)
#B5A499
(181,164,153)
#A29288
(162,146,136)
#8F8077
(143,128,119)
#7C6E66
(124,110,102)
#695C55
(105,92,85)
#564A44
(86,74,68)
#433833
(67,56,51)
#302622
(48,38,34)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #DBC8BB

#DBC8BB
(219,200,187)
#DECDC1
(222,205,193)
#E1D2C7
(225,210,199)
#E4D7CD
(228,215,205)
#E7DCD3
(231,220,211)
#EAE1D9
(234,225,217)
#EDE6DF
(237,230,223)
#F0EBE5
(240,235,229)
#F3F0EB
(243,240,235)
#F6F5F1
(246,245,241)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC8BB; }

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

This text font color is #DBC8BB.


Background Color

.myBgColor { background-color: #DBC8BB; }

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

This div background color is #DBC8BB.


Border color

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

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

This div border color is #DBC8BB.


Opacity

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

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

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

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

This text has shadow with #DBC8BB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DBC8BB on black background.


Color preview on white background

This text has color #DBC8BB on white background.



Black color preview on #DBC8BB background

This text has black color on #DBC8BB background.


White color preview on #DBC8BB background

This text has white color on #DBC8BB background.