COLOR #DBA49C

HEX: #DBA49C
RGB: (219,164,156)

Color info

#DBA49C contains mainly red and green colors. Web safe color of #DBA49C is #CC9999 (or #C99).

RGB color model

#DBA49C color RGB value is (219,164,156).

  • red value is 219;
  • green value is 164;
  • blue value is 156.
RGB:
(219,164,156)
(86%,64%,61%)

RGB channels and saturation

R 219 of 255 = 86%
G 164 of 255 = 64%
B 156 of 255 = 61%

219
164
156

R + G + B ~ 70%. #DBA49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 164 + 156 = 539 (100%)
R 219 of 539 ~ 40.63%
G 164 of 539 ~ 30.43%
B 156 of 539 ~ 28.94%

%40.63
%30.43
%28.94

CMYK color model

#DBA49C color CMYK value is (0,25,29,14).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 28.77%
  • key color value is 14.12%
CMYK:
(0,25,29,14)
C0M25Y29K14 
(0%,25%,29%,14%)
(0.00/0.25/0.29/0.14)	

CMYK percentages

%0
%25.11
%28.77
%14.12

Codes

Color #DBA49C in popluar color models

DBA49C
RGB219164156
HSL46.67%73.53%
HSB/HSV28.77%85.88%
CMYK0.00%25.11%28.77%
14.12%

Color #DBA49C in popluar number systems.

HEXDBA49C
Decimal219164156
Binary110110111010010010011100
Octal333244234

Shades and tints

Shades of #DBA49C

#DBA49C
(219,164,156)
#C8968E
(200,150,142)
#B58880
(181,136,128)
#A27A72
(162,122,114)
#8F6C64
(143,108,100)
#7C5E56
(124,94,86)
#695048
(105,80,72)
#56423A
(86,66,58)
#43342C
(67,52,44)
#30261E
(48,38,30)
#1D1810
(29,24,16)
#000000
(0,0,0)

Tints of #DBA49C

#DBA49C
(219,164,156)
#DEACA5
(222,172,165)
#E1B4AE
(225,180,174)
#E4BCB7
(228,188,183)
#E7C4C0
(231,196,192)
#EACCC9
(234,204,201)
#EDD4D2
(237,212,210)
#F0DCDB
(240,220,219)
#F3E4E4
(243,228,228)
#F6ECED
(246,236,237)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA49C color. Also use rgb(219,164,156) instead hex code.

Text Font Color

.myTextColor { color: #DBA49C; }

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

This text font color is #DBA49C.


Background Color

.myBgColor { background-color: #DBA49C; }

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

This div background color is #DBA49C.


Border color

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

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

This div border color is #DBA49C.


Opacity

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

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

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

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

This text has shadow with #DBA49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA49C on black background.


Color preview on white background

This text has color #DBA49C on white background.



Black color preview on #DBA49C background

This text has black color on #DBA49C background.


White color preview on #DBA49C background

This text has white color on #DBA49C background.