COLOR #DBC6AE

HEX: #DBC6AE
RGB: (219,198,174)

Color info

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

RGB color model

#DBC6AE color RGB value is (219,198,174).

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

RGB channels and saturation

R 219 of 255 = 86%
G 198 of 255 = 78%
B 174 of 255 = 68%

219
198
174

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

Portions of RGB colors in percentages

R + G + B =
219 + 198 + 174 = 591 (100%)
R 219 of 591 ~ 37.06%
G 198 of 591 ~ 33.5%
B 174 of 591 ~ 29.44%

%37.06
%33.5
%29.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 20.55%
  • 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
%9.59
%20.55
%14.12

Codes

Color #DBC6AE in popluar color models

DBC6AE
RGB219198174
HSL32°38.46%77.06%
HSB/HSV32°20.55%85.88%
CMYK0.00%9.59%20.55%
14.12%

Color #DBC6AE in popluar number systems.

HEXDBC6AE
Decimal219198174
Binary110110111100011010101110
Octal333306256

Shades and tints

Shades of #DBC6AE

#DBC6AE
(219,198,174)
#C8B49F
(200,180,159)
#B5A290
(181,162,144)
#A29081
(162,144,129)
#8F7E72
(143,126,114)
#7C6C63
(124,108,99)
#695A54
(105,90,84)
#564845
(86,72,69)
#433636
(67,54,54)
#302427
(48,36,39)
#1D1218
(29,18,24)
#000000
(0,0,0)

Tints of #DBC6AE

#DBC6AE
(219,198,174)
#DECBB5
(222,203,181)
#E1D0BC
(225,208,188)
#E4D5C3
(228,213,195)
#E7DACA
(231,218,202)
#EADFD1
(234,223,209)
#EDE4D8
(237,228,216)
#F0E9DF
(240,233,223)
#F3EEE6
(243,238,230)
#F6F3ED
(246,243,237)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBC6AE color. Also use rgb(219,198,174) instead hex code.

Text Font Color

.myTextColor { color: #DBC6AE; }

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

This text font color is #DBC6AE.


Background Color

.myBgColor { background-color: #DBC6AE; }

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

This div background color is #DBC6AE.


Border color

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

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

This div border color is #DBC6AE.


Opacity

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

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

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

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

This text has shadow with #DBC6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC6AE on black background.


Color preview on white background

This text has color #DBC6AE on white background.



Black color preview on #DBC6AE background

This text has black color on #DBC6AE background.


White color preview on #DBC6AE background

This text has white color on #DBC6AE background.