COLOR #DBC5AC

HEX: #DBC5AC
RGB: (219,197,172)

Color info

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

RGB color model

#DBC5AC color RGB value is (219,197,172).

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

RGB channels and saturation

R 219 of 255 = 86%
G 197 of 255 = 77%
B 172 of 255 = 67%

219
197
172

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

Portions of RGB colors in percentages

R + G + B =
219 + 197 + 172 = 588 (100%)
R 219 of 588 ~ 37.24%
G 197 of 588 ~ 33.5%
B 172 of 588 ~ 29.25%

%37.24
%33.5
%29.25

CMYK color model

#DBC5AC color CMYK value is (0,10,21,14).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 21.46%
  • key color value is 14.12%
CMYK:
(0,10,21,14)
C0M10Y21K14 
(0%,10%,21%,14%)
(0.00/0.10/0.21/0.14)	

CMYK percentages

%0
%10.05
%21.46
%14.12

Codes

Color #DBC5AC in popluar color models

DBC5AC
RGB219197172
HSL32°39.50%76.67%
HSB/HSV32°21.46%85.88%
CMYK0.00%10.05%21.46%
14.12%

Color #DBC5AC in popluar number systems.

HEXDBC5AC
Decimal219197172
Binary110110111100010110101100
Octal333305254

Shades and tints

Shades of #DBC5AC

#DBC5AC
(219,197,172)
#C8B49D
(200,180,157)
#B5A38E
(181,163,142)
#A2927F
(162,146,127)
#8F8170
(143,129,112)
#7C7061
(124,112,97)
#695F52
(105,95,82)
#564E43
(86,78,67)
#433D34
(67,61,52)
#302C25
(48,44,37)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #DBC5AC

#DBC5AC
(219,197,172)
#DECAB3
(222,202,179)
#E1CFBA
(225,207,186)
#E4D4C1
(228,212,193)
#E7D9C8
(231,217,200)
#EADECF
(234,222,207)
#EDE3D6
(237,227,214)
#F0E8DD
(240,232,221)
#F3EDE4
(243,237,228)
#F6F2EB
(246,242,235)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC5AC; }

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

This text font color is #DBC5AC.


Background Color

.myBgColor { background-color: #DBC5AC; }

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

This div background color is #DBC5AC.


Border color

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

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

This div border color is #DBC5AC.


Opacity

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

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

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

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

This text has shadow with #DBC5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC5AC on black background.


Color preview on white background

This text has color #DBC5AC on white background.



Black color preview on #DBC5AC background

This text has black color on #DBC5AC background.


White color preview on #DBC5AC background

This text has white color on #DBC5AC background.