COLOR #DBC3BB

HEX: #DBC3BB
RGB: (219,195,187)

Color info

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

RGB color model

#DBC3BB color RGB value is (219,195,187).

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

RGB channels and saturation

R 219 of 255 = 86%
G 195 of 255 = 76%
B 187 of 255 = 73%

219
195
187

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

Portions of RGB colors in percentages

R + G + B =
219 + 195 + 187 = 601 (100%)
R 219 of 601 ~ 36.44%
G 195 of 601 ~ 32.45%
B 187 of 601 ~ 31.11%

%36.44
%32.45
%31.11

CMYK color model

#DBC3BB color CMYK value is (0,11,15,14).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 14.61%
  • key color value is 14.12%
CMYK: (0,11,15,14) C0M11Y15K14 (0%,11%,15%,14%) (0.00/0.11/0.15/0.14)

CMYK percentages

%0
%10.96
%14.61
%14.12

Codes

Color #DBC3BB in popluar color models

DBC3BB
RGB219195187
HSL15°30.77%79.61%
HSB/HSV15°14.61%85.88%
CMYK0.00%10.96%14.61%
14.12%

Color #DBC3BB in popluar number systems.

HEXDBC3BB
Decimal219195187
Binary110110111100001110111011
Octal333303273

Shades and tints

Shades of #DBC3BB

#DBC3BB
(219,195,187)
#C8B2AA
(200,178,170)
#B5A199
(181,161,153)
#A29088
(162,144,136)
#8F7F77
(143,127,119)
#7C6E66
(124,110,102)
#695D55
(105,93,85)
#564C44
(86,76,68)
#433B33
(67,59,51)
#302A22
(48,42,34)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #DBC3BB

#DBC3BB
(219,195,187)
#DEC8C1
(222,200,193)
#E1CDC7
(225,205,199)
#E4D2CD
(228,210,205)
#E7D7D3
(231,215,211)
#EADCD9
(234,220,217)
#EDE1DF
(237,225,223)
#F0E6E5
(240,230,229)
#F3EBEB
(243,235,235)
#F6F0F1
(246,240,241)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC3BB; }

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

This text font color is #DBC3BB.


Background Color

.myBgColor { background-color: #DBC3BB; }

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

This div background color is #DBC3BB.


Border color

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

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

This div border color is #DBC3BB.


Opacity

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

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

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

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

This text has shadow with #DBC3BB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DBC3BB on black background.


Color preview on white background

This text has color #DBC3BB on white background.



Black color preview on #DBC3BB background

This text has black color on #DBC3BB background.


White color preview on #DBC3BB background

This text has white color on #DBC3BB background.