COLOR #DBC7BB

HEX: #DBC7BB
RGB: (219,199,187)

Color info

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

RGB color model

#DBC7BB color RGB value is (219,199,187).

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

RGB channels and saturation

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

219
199
187

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

Portions of RGB colors in percentages

R + G + B =
219 + 199 + 187 = 605 (100%)
R 219 of 605 ~ 36.2%
G 199 of 605 ~ 32.89%
B 187 of 605 ~ 30.91%

%36.2
%32.89
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.13%
  • 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
%9.13
%14.61
%14.12

Codes

Color #DBC7BB in popluar color models

DBC7BB
RGB219199187
HSL23°30.77%79.61%
HSB/HSV23°14.61%85.88%
CMYK0.00%9.13%14.61%
14.12%

Color #DBC7BB in popluar number systems.

HEXDBC7BB
Decimal219199187
Binary110110111100011110111011
Octal333307273

Shades and tints

Shades of #DBC7BB

#DBC7BB
(219,199,187)
#C8B5AA
(200,181,170)
#B5A399
(181,163,153)
#A29188
(162,145,136)
#8F7F77
(143,127,119)
#7C6D66
(124,109,102)
#695B55
(105,91,85)
#564944
(86,73,68)
#433733
(67,55,51)
#302522
(48,37,34)
#1D1311
(29,19,17)
#000000
(0,0,0)

Tints of #DBC7BB

#DBC7BB
(219,199,187)
#DECCC1
(222,204,193)
#E1D1C7
(225,209,199)
#E4D6CD
(228,214,205)
#E7DBD3
(231,219,211)
#EAE0D9
(234,224,217)
#EDE5DF
(237,229,223)
#F0EAE5
(240,234,229)
#F3EFEB
(243,239,235)
#F6F4F1
(246,244,241)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC7BB; }

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

This text font color is #DBC7BB.


Background Color

.myBgColor { background-color: #DBC7BB; }

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

This div background color is #DBC7BB.


Border color

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

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

This div border color is #DBC7BB.


Opacity

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

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

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

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

This text has shadow with #DBC7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC7BB on black background.


Color preview on white background

This text has color #DBC7BB on white background.



Black color preview on #DBC7BB background

This text has black color on #DBC7BB background.


White color preview on #DBC7BB background

This text has white color on #DBC7BB background.