COLOR #DBC8AD

HEX: #DBC8AD
RGB: (219,200,173)

Color info

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

RGB color model

#DBC8AD color RGB value is (219,200,173).

  • red value is 219;
  • green value is 200;
  • blue value is 173.
RGB:
(219,200,173)
(86%,78%,68%)

RGB channels and saturation

R 219 of 255 = 86%
G 200 of 255 = 78%
B 173 of 255 = 68%

219
200
173

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

Portions of RGB colors in percentages

R + G + B =
219 + 200 + 173 = 592 (100%)
R 219 of 592 ~ 36.99%
G 200 of 592 ~ 33.78%
B 173 of 592 ~ 29.22%

%36.99
%33.78
%29.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.68%
  • yellow value is 21.00%
  • 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
%8.68
%21
%14.12

Codes

Color #DBC8AD in popluar color models

DBC8AD
RGB219200173
HSL35°38.98%76.86%
HSB/HSV35°21.00%85.88%
CMYK0.00%8.68%21.00%
14.12%

Color #DBC8AD in popluar number systems.

HEXDBC8AD
Decimal219200173
Binary110110111100100010101101
Octal333310255

Shades and tints

Shades of #DBC8AD

#DBC8AD
(219,200,173)
#C8B69E
(200,182,158)
#B5A48F
(181,164,143)
#A29280
(162,146,128)
#8F8071
(143,128,113)
#7C6E62
(124,110,98)
#695C53
(105,92,83)
#564A44
(86,74,68)
#433835
(67,56,53)
#302626
(48,38,38)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #DBC8AD

#DBC8AD
(219,200,173)
#DECDB4
(222,205,180)
#E1D2BB
(225,210,187)
#E4D7C2
(228,215,194)
#E7DCC9
(231,220,201)
#EAE1D0
(234,225,208)
#EDE6D7
(237,230,215)
#F0EBDE
(240,235,222)
#F3F0E5
(243,240,229)
#F6F5EC
(246,245,236)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC8AD color. Also use rgb(219,200,173) instead hex code.

Text Font Color

.myTextColor { color: #DBC8AD; }

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

This text font color is #DBC8AD.


Background Color

.myBgColor { background-color: #DBC8AD; }

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

This div background color is #DBC8AD.


Border color

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

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

This div border color is #DBC8AD.


Opacity

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

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

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

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

This text has shadow with #DBC8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC8AD on black background.


Color preview on white background

This text has color #DBC8AD on white background.



Black color preview on #DBC8AD background

This text has black color on #DBC8AD background.


White color preview on #DBC8AD background

This text has white color on #DBC8AD background.