COLOR #DBA393

HEX: #DBA393
RGB: (219,163,147)

Color info

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

RGB color model

#DBA393 color RGB value is (219,163,147).

  • red value is 219;
  • green value is 163;
  • blue value is 147.
RGB:
(219,163,147)
(86%,64%,58%)

RGB channels and saturation

R 219 of 255 = 86%
G 163 of 255 = 64%
B 147 of 255 = 58%

219
163
147

R + G + B ~ 69%. #DBA393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 163 + 147 = 529 (100%)
R 219 of 529 ~ 41.4%
G 163 of 529 ~ 30.81%
B 147 of 529 ~ 27.79%

%41.4
%30.81
%27.79

CMYK color model

#DBA393 color CMYK value is (0,26,33,14).

  • cyan value is 0.00%
  • magenta value is 25.57%
  • yellow value is 32.88%
  • key color value is 14.12%
CMYK:
(0,26,33,14)
C0M26Y33K14 
(0%,26%,33%,14%)
(0.00/0.26/0.33/0.14)	

CMYK percentages

%0
%25.57
%32.88
%14.12

Codes

Color #DBA393 in popluar color models

DBA393
RGB219163147
HSL13°50.00%71.76%
HSB/HSV13°32.88%85.88%
CMYK0.00%25.57%32.88%
14.12%

Color #DBA393 in popluar number systems.

HEXDBA393
Decimal219163147
Binary110110111010001110010011
Octal333243223

Shades and tints

Shades of #DBA393

#DBA393
(219,163,147)
#C89586
(200,149,134)
#B58779
(181,135,121)
#A2796C
(162,121,108)
#8F6B5F
(143,107,95)
#7C5D52
(124,93,82)
#694F45
(105,79,69)
#564138
(86,65,56)
#43332B
(67,51,43)
#30251E
(48,37,30)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #DBA393

#DBA393
(219,163,147)
#DEAB9C
(222,171,156)
#E1B3A5
(225,179,165)
#E4BBAE
(228,187,174)
#E7C3B7
(231,195,183)
#EACBC0
(234,203,192)
#EDD3C9
(237,211,201)
#F0DBD2
(240,219,210)
#F3E3DB
(243,227,219)
#F6EBE4
(246,235,228)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA393 color. Also use rgb(219,163,147) instead hex code.

Text Font Color

.myTextColor { color: #DBA393; }

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

This text font color is #DBA393.


Background Color

.myBgColor { background-color: #DBA393; }

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

This div background color is #DBA393.


Border color

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

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

This div border color is #DBA393.


Opacity

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

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

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

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

This text has shadow with #DBA393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA393 on black background.


Color preview on white background

This text has color #DBA393 on white background.



Black color preview on #DBA393 background

This text has black color on #DBA393 background.


White color preview on #DBA393 background

This text has white color on #DBA393 background.