COLOR #DBB49E

HEX: #DBB49E
RGB: (219,180,158)

Color info

#DBB49E contains mainly red and green colors. Web safe color of #DBB49E is #CCCC99 (or #CC9).

RGB color model

#DBB49E color RGB value is (219,180,158).

  • red value is 219;
  • green value is 180;
  • blue value is 158.
RGB:
(219,180,158)
(86%,71%,62%)

RGB channels and saturation

R 219 of 255 = 86%
G 180 of 255 = 71%
B 158 of 255 = 62%

219
180
158

R + G + B ~ 73%. #DBB49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 180 + 158 = 557 (100%)
R 219 of 557 ~ 39.32%
G 180 of 557 ~ 32.32%
B 158 of 557 ~ 28.37%

%39.32
%32.32
%28.37

CMYK color model

#DBB49E color CMYK value is (0,18,28,14).

  • cyan value is 0.00%
  • magenta value is 17.81%
  • yellow value is 27.85%
  • key color value is 14.12%
CMYK:
(0,18,28,14)
C0M18Y28K14 
(0%,18%,28%,14%)
(0.00/0.18/0.28/0.14)	

CMYK percentages

%0
%17.81
%27.85
%14.12

Codes

Color #DBB49E in popluar color models

DBB49E
RGB219180158
HSL22°45.86%73.92%
HSB/HSV22°27.85%85.88%
CMYK0.00%17.81%27.85%
14.12%

Color #DBB49E in popluar number systems.

HEXDBB49E
Decimal219180158
Binary110110111011010010011110
Octal333264236

Shades and tints

Shades of #DBB49E

#DBB49E
(219,180,158)
#C8A490
(200,164,144)
#B59482
(181,148,130)
#A28474
(162,132,116)
#8F7466
(143,116,102)
#7C6458
(124,100,88)
#69544A
(105,84,74)
#56443C
(86,68,60)
#43342E
(67,52,46)
#302420
(48,36,32)
#1D1412
(29,20,18)
#000000
(0,0,0)

Tints of #DBB49E

#DBB49E
(219,180,158)
#DEBAA6
(222,186,166)
#E1C0AE
(225,192,174)
#E4C6B6
(228,198,182)
#E7CCBE
(231,204,190)
#EAD2C6
(234,210,198)
#EDD8CE
(237,216,206)
#F0DED6
(240,222,214)
#F3E4DE
(243,228,222)
#F6EAE6
(246,234,230)
#F9F0EE
(249,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB49E color. Also use rgb(219,180,158) instead hex code.

Text Font Color

.myTextColor { color: #DBB49E; }

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

This text font color is #DBB49E.


Background Color

.myBgColor { background-color: #DBB49E; }

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

This div background color is #DBB49E.


Border color

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

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

This div border color is #DBB49E.


Opacity

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

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

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

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

This text has shadow with #DBB49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB49E on black background.


Color preview on white background

This text has color #DBB49E on white background.



Black color preview on #DBB49E background

This text has black color on #DBB49E background.


White color preview on #DBB49E background

This text has white color on #DBB49E background.