COLOR #DBC3AC

HEX: #DBC3AC
RGB: (219,195,172)

Color info

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

RGB color model

#DBC3AC color RGB value is (219,195,172).

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

RGB channels and saturation

R 219 of 255 = 86%
G 195 of 255 = 76%
B 172 of 255 = 67%

219
195
172

R + G + B ~ 76%. #DBC3AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 195 + 172 = 586 (100%)
R 219 of 586 ~ 37.37%
G 195 of 586 ~ 33.28%
B 172 of 586 ~ 29.35%

%37.37
%33.28
%29.35

CMYK color model

#DBC3AC color CMYK value is (0,11,21,14).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 21.46%
  • key color value is 14.12%
CMYK:
(0,11,21,14)
C0M11Y21K14 
(0%,11%,21%,14%)
(0.00/0.11/0.21/0.14)	

CMYK percentages

%0
%10.96
%21.46
%14.12

Codes

Color #DBC3AC in popluar color models

DBC3AC
RGB219195172
HSL29°39.50%76.67%
HSB/HSV29°21.46%85.88%
CMYK0.00%10.96%21.46%
14.12%

Color #DBC3AC in popluar number systems.

HEXDBC3AC
Decimal219195172
Binary110110111100001110101100
Octal333303254

Shades and tints

Shades of #DBC3AC

#DBC3AC
(219,195,172)
#C8B29D
(200,178,157)
#B5A18E
(181,161,142)
#A2907F
(162,144,127)
#8F7F70
(143,127,112)
#7C6E61
(124,110,97)
#695D52
(105,93,82)
#564C43
(86,76,67)
#433B34
(67,59,52)
#302A25
(48,42,37)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #DBC3AC

#DBC3AC
(219,195,172)
#DEC8B3
(222,200,179)
#E1CDBA
(225,205,186)
#E4D2C1
(228,210,193)
#E7D7C8
(231,215,200)
#EADCCF
(234,220,207)
#EDE1D6
(237,225,214)
#F0E6DD
(240,230,221)
#F3EBE4
(243,235,228)
#F6F0EB
(246,240,235)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC3AC; }

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

This text font color is #DBC3AC.


Background Color

.myBgColor { background-color: #DBC3AC; }

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

This div background color is #DBC3AC.


Border color

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

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

This div border color is #DBC3AC.


Opacity

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

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

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

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

This text has shadow with #DBC3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC3AC on black background.


Color preview on white background

This text has color #DBC3AC on white background.



Black color preview on #DBC3AC background

This text has black color on #DBC3AC background.


White color preview on #DBC3AC background

This text has white color on #DBC3AC background.