COLOR #DBC7AC

HEX: #DBC7AC
RGB: (219,199,172)

Color info

#DBC7AC contains red, green and blue colors in about the same proportion. Web safe color of #DBC7AC is #CCCC99 (or #CC9).

RGB color model

#DBC7AC color RGB value is (219,199,172).

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

RGB channels and saturation

R 219 of 255 = 86%
G 199 of 255 = 78%
B 172 of 255 = 67%

219
199
172

R + G + B ~ 77%. #DBC7AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 199 + 172 = 590 (100%)
R 219 of 590 ~ 37.12%
G 199 of 590 ~ 33.73%
B 172 of 590 ~ 29.15%

%37.12
%33.73
%29.15

CMYK color model

#DBC7AC color CMYK value is (0,9,21,14).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 21.46%
  • key color value is 14.12%
CMYK:
(0,9,21,14)
C0M9Y21K14 
(0%,9%,21%,14%)
(0.00/0.09/0.21/0.14)	

CMYK percentages

%0
%9.13
%21.46
%14.12

Codes

Color #DBC7AC in popluar color models

DBC7AC
RGB219199172
HSL34°39.50%76.67%
HSB/HSV34°21.46%85.88%
CMYK0.00%9.13%21.46%
14.12%

Color #DBC7AC in popluar number systems.

HEXDBC7AC
Decimal219199172
Binary110110111100011110101100
Octal333307254

Shades and tints

Shades of #DBC7AC

#DBC7AC
(219,199,172)
#C8B59D
(200,181,157)
#B5A38E
(181,163,142)
#A2917F
(162,145,127)
#8F7F70
(143,127,112)
#7C6D61
(124,109,97)
#695B52
(105,91,82)
#564943
(86,73,67)
#433734
(67,55,52)
#302525
(48,37,37)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #DBC7AC

#DBC7AC
(219,199,172)
#DECCB3
(222,204,179)
#E1D1BA
(225,209,186)
#E4D6C1
(228,214,193)
#E7DBC8
(231,219,200)
#EAE0CF
(234,224,207)
#EDE5D6
(237,229,214)
#F0EADD
(240,234,221)
#F3EFE4
(243,239,228)
#F6F4EB
(246,244,235)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC7AC; }

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

This text font color is #DBC7AC.


Background Color

.myBgColor { background-color: #DBC7AC; }

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

This div background color is #DBC7AC.


Border color

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

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

This div border color is #DBC7AC.


Opacity

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

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

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

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

This text has shadow with #DBC7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC7AC on black background.


Color preview on white background

This text has color #DBC7AC on white background.



Black color preview on #DBC7AC background

This text has black color on #DBC7AC background.


White color preview on #DBC7AC background

This text has white color on #DBC7AC background.