COLOR #DBC3AB

HEX: #DBC3AB
RGB: (219,195,171)

Color info

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

RGB color model

#DBC3AB color RGB value is (219,195,171).

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

RGB channels and saturation

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

219
195
171

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

Portions of RGB colors in percentages

R + G + B =
219 + 195 + 171 = 585 (100%)
R 219 of 585 ~ 37.44%
G 195 of 585 ~ 33.33%
B 171 of 585 ~ 29.23%

%37.44
%33.33
%29.23

CMYK color model

#DBC3AB color CMYK value is (0,11,22,14).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 21.92%
  • key color value is 14.12%
CMYK:
(0,11,22,14)
C0M11Y22K14 
(0%,11%,22%,14%)
(0.00/0.11/0.22/0.14)	

CMYK percentages

%0
%10.96
%21.92
%14.12

Codes

Color #DBC3AB in popluar color models

DBC3AB
RGB219195171
HSL30°40.00%76.47%
HSB/HSV30°21.92%85.88%
CMYK0.00%10.96%21.92%
14.12%

Color #DBC3AB in popluar number systems.

HEXDBC3AB
Decimal219195171
Binary110110111100001110101011
Octal333303253

Shades and tints

Shades of #DBC3AB

#DBC3AB
(219,195,171)
#C8B29C
(200,178,156)
#B5A18D
(181,161,141)
#A2907E
(162,144,126)
#8F7F6F
(143,127,111)
#7C6E60
(124,110,96)
#695D51
(105,93,81)
#564C42
(86,76,66)
#433B33
(67,59,51)
#302A24
(48,42,36)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #DBC3AB

#DBC3AB
(219,195,171)
#DEC8B2
(222,200,178)
#E1CDB9
(225,205,185)
#E4D2C0
(228,210,192)
#E7D7C7
(231,215,199)
#EADCCE
(234,220,206)
#EDE1D5
(237,225,213)
#F0E6DC
(240,230,220)
#F3EBE3
(243,235,227)
#F6F0EA
(246,240,234)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC3AB; }

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

This text font color is #DBC3AB.


Background Color

.myBgColor { background-color: #DBC3AB; }

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

This div background color is #DBC3AB.


Border color

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

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

This div border color is #DBC3AB.


Opacity

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

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

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

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

This text has shadow with #DBC3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC3AB on black background.


Color preview on white background

This text has color #DBC3AB on white background.



Black color preview on #DBC3AB background

This text has black color on #DBC3AB background.


White color preview on #DBC3AB background

This text has white color on #DBC3AB background.