COLOR #DBC5BE

HEX: #DBC5BE
RGB: (219,197,190)

Color info

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

RGB color model

#DBC5BE color RGB value is (219,197,190).

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

RGB channels and saturation

R 219 of 255 = 86%
G 197 of 255 = 77%
B 190 of 255 = 75%

219
197
190

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

Portions of RGB colors in percentages

R + G + B =
219 + 197 + 190 = 606 (100%)
R 219 of 606 ~ 36.14%
G 197 of 606 ~ 32.51%
B 190 of 606 ~ 31.35%

%36.14
%32.51
%31.35

CMYK color model

#DBC5BE color CMYK value is (0,10,13,14).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 13.24%
  • key color value is 14.12%
CMYK:
(0,10,13,14)
C0M10Y13K14 
(0%,10%,13%,14%)
(0.00/0.10/0.13/0.14)	

CMYK percentages

%0
%10.05
%13.24
%14.12

Codes

Color #DBC5BE in popluar color models

DBC5BE
RGB219197190
HSL14°28.71%80.20%
HSB/HSV14°13.24%85.88%
CMYK0.00%10.05%13.24%
14.12%

Color #DBC5BE in popluar number systems.

HEXDBC5BE
Decimal219197190
Binary110110111100010110111110
Octal333305276

Shades and tints

Shades of #DBC5BE

#DBC5BE
(219,197,190)
#C8B4AD
(200,180,173)
#B5A39C
(181,163,156)
#A2928B
(162,146,139)
#8F817A
(143,129,122)
#7C7069
(124,112,105)
#695F58
(105,95,88)
#564E47
(86,78,71)
#433D36
(67,61,54)
#302C25
(48,44,37)
#1D1B14
(29,27,20)
#000000
(0,0,0)

Tints of #DBC5BE

#DBC5BE
(219,197,190)
#DECAC3
(222,202,195)
#E1CFC8
(225,207,200)
#E4D4CD
(228,212,205)
#E7D9D2
(231,217,210)
#EADED7
(234,222,215)
#EDE3DC
(237,227,220)
#F0E8E1
(240,232,225)
#F3EDE6
(243,237,230)
#F6F2EB
(246,242,235)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC5BE; }

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

This text font color is #DBC5BE.


Background Color

.myBgColor { background-color: #DBC5BE; }

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

This div background color is #DBC5BE.


Border color

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

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

This div border color is #DBC5BE.


Opacity

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

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

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

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

This text has shadow with #DBC5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC5BE on black background.


Color preview on white background

This text has color #DBC5BE on white background.



Black color preview on #DBC5BE background

This text has black color on #DBC5BE background.


White color preview on #DBC5BE background

This text has white color on #DBC5BE background.