COLOR #DBC3AE

HEX: #DBC3AE
RGB: (219,195,174)

Color info

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

RGB color model

#DBC3AE color RGB value is (219,195,174).

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

RGB channels and saturation

R 219 of 255 = 86%
G 195 of 255 = 76%
B 174 of 255 = 68%

219
195
174

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

Portions of RGB colors in percentages

R + G + B =
219 + 195 + 174 = 588 (100%)
R 219 of 588 ~ 37.24%
G 195 of 588 ~ 33.16%
B 174 of 588 ~ 29.59%

%37.24
%33.16
%29.59

CMYK color model

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

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

Codes

Color #DBC3AE in popluar color models

DBC3AE
RGB219195174
HSL28°38.46%77.06%
HSB/HSV28°20.55%85.88%
CMYK0.00%10.96%20.55%
14.12%

Color #DBC3AE in popluar number systems.

HEXDBC3AE
Decimal219195174
Binary110110111100001110101110
Octal333303256

Shades and tints

Shades of #DBC3AE

#DBC3AE
(219,195,174)
#C8B29F
(200,178,159)
#B5A190
(181,161,144)
#A29081
(162,144,129)
#8F7F72
(143,127,114)
#7C6E63
(124,110,99)
#695D54
(105,93,84)
#564C45
(86,76,69)
#433B36
(67,59,54)
#302A27
(48,42,39)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBC3AE

#DBC3AE
(219,195,174)
#DEC8B5
(222,200,181)
#E1CDBC
(225,205,188)
#E4D2C3
(228,210,195)
#E7D7CA
(231,215,202)
#EADCD1
(234,220,209)
#EDE1D8
(237,225,216)
#F0E6DF
(240,230,223)
#F3EBE6
(243,235,230)
#F6F0ED
(246,240,237)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC3AE; }

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

This text font color is #DBC3AE.


Background Color

.myBgColor { background-color: #DBC3AE; }

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

This div background color is #DBC3AE.


Border color

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

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

This div border color is #DBC3AE.


Opacity

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

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

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

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

This text has shadow with #DBC3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC3AE on black background.


Color preview on white background

This text has color #DBC3AE on white background.



Black color preview on #DBC3AE background

This text has black color on #DBC3AE background.


White color preview on #DBC3AE background

This text has white color on #DBC3AE background.