COLOR #DBC7BF

HEX: #DBC7BF
RGB: (219,199,191)

Color info

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

RGB color model

#DBC7BF color RGB value is (219,199,191).

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

RGB channels and saturation

R 219 of 255 = 86%
G 199 of 255 = 78%
B 191 of 255 = 75%

219
199
191

R + G + B ~ 80%. #DBC7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 199 + 191 = 609 (100%)
R 219 of 609 ~ 35.96%
G 199 of 609 ~ 32.68%
B 191 of 609 ~ 31.36%

%35.96
%32.68
%31.36

CMYK color model

#DBC7BF color CMYK value is (0,9,13,14).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 12.79%
  • key color value is 14.12%
CMYK:
(0,9,13,14)
C0M9Y13K14 
(0%,9%,13%,14%)
(0.00/0.09/0.13/0.14)	

CMYK percentages

%0
%9.13
%12.79
%14.12

Codes

Color #DBC7BF in popluar color models

DBC7BF
RGB219199191
HSL17°28.00%80.39%
HSB/HSV17°12.79%85.88%
CMYK0.00%9.13%12.79%
14.12%

Color #DBC7BF in popluar number systems.

HEXDBC7BF
Decimal219199191
Binary110110111100011110111111
Octal333307277

Shades and tints

Shades of #DBC7BF

#DBC7BF
(219,199,191)
#C8B5AE
(200,181,174)
#B5A39D
(181,163,157)
#A2918C
(162,145,140)
#8F7F7B
(143,127,123)
#7C6D6A
(124,109,106)
#695B59
(105,91,89)
#564948
(86,73,72)
#433737
(67,55,55)
#302526
(48,37,38)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #DBC7BF

#DBC7BF
(219,199,191)
#DECCC4
(222,204,196)
#E1D1C9
(225,209,201)
#E4D6CE
(228,214,206)
#E7DBD3
(231,219,211)
#EAE0D8
(234,224,216)
#EDE5DD
(237,229,221)
#F0EAE2
(240,234,226)
#F3EFE7
(243,239,231)
#F6F4EC
(246,244,236)
#F9F9F1
(249,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC7BF; }

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

This text font color is #DBC7BF.


Background Color

.myBgColor { background-color: #DBC7BF; }

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

This div background color is #DBC7BF.


Border color

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

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

This div border color is #DBC7BF.


Opacity

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

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

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

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

This text has shadow with #DBC7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC7BF on black background.


Color preview on white background

This text has color #DBC7BF on white background.



Black color preview on #DBC7BF background

This text has black color on #DBC7BF background.


White color preview on #DBC7BF background

This text has white color on #DBC7BF background.