COLOR #DBC5BB

HEX: #DBC5BB
RGB: (219,197,187)

Color info

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

RGB color model

#DBC5BB color RGB value is (219,197,187).

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

RGB channels and saturation

R 219 of 255 = 86%
G 197 of 255 = 77%
B 187 of 255 = 73%

219
197
187

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

Portions of RGB colors in percentages

R + G + B =
219 + 197 + 187 = 603 (100%)
R 219 of 603 ~ 36.32%
G 197 of 603 ~ 32.67%
B 187 of 603 ~ 31.01%

%36.32
%32.67
%31.01

CMYK color model

#DBC5BB color CMYK value is (0,10,15,14).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 14.61%
  • key color value is 14.12%
CMYK:
(0,10,15,14)
C0M10Y15K14 
(0%,10%,15%,14%)
(0.00/0.10/0.15/0.14)	

CMYK percentages

%0
%10.05
%14.61
%14.12

Codes

Color #DBC5BB in popluar color models

DBC5BB
RGB219197187
HSL19°30.77%79.61%
HSB/HSV19°14.61%85.88%
CMYK0.00%10.05%14.61%
14.12%

Color #DBC5BB in popluar number systems.

HEXDBC5BB
Decimal219197187
Binary110110111100010110111011
Octal333305273

Shades and tints

Shades of #DBC5BB

#DBC5BB
(219,197,187)
#C8B4AA
(200,180,170)
#B5A399
(181,163,153)
#A29288
(162,146,136)
#8F8177
(143,129,119)
#7C7066
(124,112,102)
#695F55
(105,95,85)
#564E44
(86,78,68)
#433D33
(67,61,51)
#302C22
(48,44,34)
#1D1B11
(29,27,17)
#000000
(0,0,0)

Tints of #DBC5BB

#DBC5BB
(219,197,187)
#DECAC1
(222,202,193)
#E1CFC7
(225,207,199)
#E4D4CD
(228,212,205)
#E7D9D3
(231,217,211)
#EADED9
(234,222,217)
#EDE3DF
(237,227,223)
#F0E8E5
(240,232,229)
#F3EDEB
(243,237,235)
#F6F2F1
(246,242,241)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC5BB; }

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

This text font color is #DBC5BB.


Background Color

.myBgColor { background-color: #DBC5BB; }

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

This div background color is #DBC5BB.


Border color

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

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

This div border color is #DBC5BB.


Opacity

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

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

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

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

This text has shadow with #DBC5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC5BB on black background.


Color preview on white background

This text has color #DBC5BB on white background.



Black color preview on #DBC5BB background

This text has black color on #DBC5BB background.


White color preview on #DBC5BB background

This text has white color on #DBC5BB background.