COLOR #DBA096

HEX: #DBA096 RGB: (219,160,150)

Color info

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

RGB color model

#DBA096 color RGB value is (219,160,150).

RGB: (219,160,150) (86%, 63%, 59%)

RGB channels and saturation

R 219 of 255 = 86%
G 160 of 255 = 63%
B 150 of 255 = 59%

219
160
150

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

Portions of RGB colors in percentages

R + G + B = 219 + 160 + 150 = 529 (100%)
R 219 of 529 ~ 41.4%
G 160 of 529 ~ 30.25%
B 150 of 529 ~ 28.36'%

%41.4
%30.25
%28.36

CMYK color model

#DBA096 color CMYK value is (0,27,32,14).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 31.51%
  • key color value is 14.12%

CMYK: (0,27,32,14)
C0M27Y32K14 (0%, 27%, 32%, 14%)
(0.00 / 0.27 / 0.32 / 0.14)

CMYK percentages

%0
%26.94
%31.51
%14.12

Codes

Color #DBA096 in popluar color models

DB A0 96
RGB 219 160 150
HSL 48.94% 72.35%
HSB/HSV 31.51% 85.88%
CMYK 0.00% 26.94% 31.51%
14.12%

Color #DBA096 in popluar number systems.

HEX DB A0 96
Decimal 219 160 150
Binary 11011011 10100000 10010110
Octal 333 240 226

Shades and tints

Shades of #DBA096

#DBA096
(219,160,150)
#C89289
(200,146,137)
#B5847C
(181,132,124)
#A2766F
(162,118,111)
#8F6862
(143,104,98)
#7C5A55
(124,90,85)
#694C48
(105,76,72)
#563E3B
(86,62,59)
#43302E
(67,48,46)
#302221
(48,34,33)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #DBA096

#DBA096
(219,160,150)
#DEA89F
(222,168,159)
#E1B0A8
(225,176,168)
#E4B8B1
(228,184,177)
#E7C0BA
(231,192,186)
#EAC8C3
(234,200,195)
#EDD0CC
(237,208,204)
#F0D8D5
(240,216,213)
#F3E0DE
(243,224,222)
#F6E8E7
(246,232,231)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBA096 color. Also use rgb(219,160,150) instead hex code.

Text Font Color

.myTextColor { color: #DBA096; }

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

This text font color is #DBA096.

Background Color

.myBgColor { background-color: #DBA096; }

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

This div background color is #DBA096.

Border color

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

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

This div border color is #DBA096.

Opacity

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

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

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

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

This text has shadow with #DBA096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA096.

Preview

Color preview on black background

This text has color #DBA096 on black background.


Color preview on white background

This text has color #DBA096 on white background.


Black color preview on #DBA096 background

This text has black color on #DBA096 background.


White color preview on #DBA096 background

This text has white color on #DBA096 background.


Related colors

Complementary color

Complementary color for #hex is #245F69.


I love getcolorcode.com

Triadic colors

1 #96DBA0 and #A096DB with #DBA096 are triadic colors.

2 #96A0DB and #A0DB96 with #DBA096 are triadic colors.