COLOR #DBA196

HEX: #DBA196
RGB: (219,161,150)

Color info

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

RGB color model

#DBA196 color RGB value is (219,161,150).

  • red value is 219;
  • green value is 161;
  • blue value is 150.
RGB:
(219,161,150)
(86%,63%,59%)

RGB channels and saturation

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

219
161
150

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

Portions of RGB colors in percentages

R + G + B =
219 + 161 + 150 = 530 (100%)
R 219 of 530 ~ 41.32%
G 161 of 530 ~ 30.38%
B 150 of 530 ~ 28.3%

%41.32
%30.38
%28.3

CMYK color model

#DBA196 color CMYK value is (0,26,32,14).

  • cyan value is 0.00%
  • magenta value is 26.48%
  • yellow value is 31.51%
  • key color value is 14.12%
CMYK:
(0,26,32,14)
C0M26Y32K14 
(0%,26%,32%,14%)
(0.00/0.26/0.32/0.14)	

CMYK percentages

%0
%26.48
%31.51
%14.12

Codes

Color #DBA196 in popluar color models

DBA196
RGB219161150
HSL10°48.94%72.35%
HSB/HSV10°31.51%85.88%
CMYK0.00%26.48%31.51%
14.12%

Color #DBA196 in popluar number systems.

HEXDBA196
Decimal219161150
Binary110110111010000110010110
Octal333241226

Shades and tints

Shades of #DBA196

#DBA196
(219,161,150)
#C89389
(200,147,137)
#B5857C
(181,133,124)
#A2776F
(162,119,111)
#8F6962
(143,105,98)
#7C5B55
(124,91,85)
#694D48
(105,77,72)
#563F3B
(86,63,59)
#43312E
(67,49,46)
#302321
(48,35,33)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #DBA196

#DBA196
(219,161,150)
#DEA99F
(222,169,159)
#E1B1A8
(225,177,168)
#E4B9B1
(228,185,177)
#E7C1BA
(231,193,186)
#EAC9C3
(234,201,195)
#EDD1CC
(237,209,204)
#F0D9D5
(240,217,213)
#F3E1DE
(243,225,222)
#F6E9E7
(246,233,231)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA196; }

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

This text font color is #DBA196.


Background Color

.myBgColor { background-color: #DBA196; }

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

This div background color is #DBA196.


Border color

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

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

This div border color is #DBA196.


Opacity

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

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

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

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

This text has shadow with #DBA196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA196 on black background.


Color preview on white background

This text has color #DBA196 on white background.



Black color preview on #DBA196 background

This text has black color on #DBA196 background.


White color preview on #DBA196 background

This text has white color on #DBA196 background.