COLOR #DBA896

HEX: #DBA896 RGB: (219,168,150)

Color info

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

RGB color model

#DBA896 color RGB value is (219,168,150).

RGB: (219,168,150) (86%, 66%, 59%)

RGB channels and saturation

R 219 of 255 = 86%
G 168 of 255 = 66%
B 150 of 255 = 59%

219
168
150

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

Portions of RGB colors in percentages

R + G + B = 219 + 168 + 150 = 537 (100%)
R 219 of 537 ~ 40.78%
G 168 of 537 ~ 31.28%
B 150 of 537 ~ 27.93'%

%40.78
%31.28
%27.93

CMYK color model

#DBA896 color CMYK value is (0,23,32,14).

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

CMYK: (0,23,32,14)
C0M23Y32K14 (0%, 23%, 32%, 14%)
(0.00 / 0.23 / 0.32 / 0.14)

CMYK percentages

%0
%23.29
%31.51
%14.12

Codes

Color #DBA896 in popluar color models

DB A8 96
RGB 219 168 150
HSL 16° 48.94% 72.35%
HSB/HSV 16° 31.51% 85.88%
CMYK 0.00% 23.29% 31.51%
14.12%

Color #DBA896 in popluar number systems.

HEX DB A8 96
Decimal 219 168 150
Binary 11011011 10101000 10010110
Octal 333 250 226

Shades and tints

Shades of #DBA896

#DBA896
(219,168,150)
#C89989
(200,153,137)
#B58A7C
(181,138,124)
#A27B6F
(162,123,111)
#8F6C62
(143,108,98)
#7C5D55
(124,93,85)
#694E48
(105,78,72)
#563F3B
(86,63,59)
#43302E
(67,48,46)
#302121
(48,33,33)
#1D1214
(29,18,20)
#000000
(0,0,0)

Tints of #DBA896

#DBA896
(219,168,150)
#DEAF9F
(222,175,159)
#E1B6A8
(225,182,168)
#E4BDB1
(228,189,177)
#E7C4BA
(231,196,186)
#EACBC3
(234,203,195)
#EDD2CC
(237,210,204)
#F0D9D5
(240,217,213)
#F3E0DE
(243,224,222)
#F6E7E7
(246,231,231)
#F9EEF0
(249,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA896; }

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

This text font color is #DBA896.

Background Color

.myBgColor { background-color: #DBA896; }

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

This div background color is #DBA896.

Border color

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

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

This div border color is #DBA896.

Opacity

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

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

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

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

This text has shadow with #DBA896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA896.

Preview

Color preview on black background

This text has color #DBA896 on black background.


Color preview on white background

This text has color #DBA896 on white background.


Black color preview on #DBA896 background

This text has black color on #DBA896 background.


White color preview on #DBA896 background

This text has white color on #DBA896 background.


Related colors

Complementary color

Complementary color for #hex is #245769.


I love getcolorcode.com

Triadic colors

1 #96DBA8 and #A896DB with #DBA896 are triadic colors.

2 #96A8DB and #A8DB96 with #DBA896 are triadic colors.