COLOR #DBA09C

HEX: #DBA09C
RGB: (219,160,156)

Color info

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

RGB color model

#DBA09C color RGB value is (219,160,156).

  • red value is 219;
  • green value is 160;
  • blue value is 156.
RGB:
(219,160,156)
(86%,63%,61%)

RGB channels and saturation

R 219 of 255 = 86%
G 160 of 255 = 63%
B 156 of 255 = 61%

219
160
156

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

Portions of RGB colors in percentages

R + G + B =
219 + 160 + 156 = 535 (100%)
R 219 of 535 ~ 40.93%
G 160 of 535 ~ 29.91%
B 156 of 535 ~ 29.16%

%40.93
%29.91
%29.16

CMYK color model

#DBA09C color CMYK value is (0,27,29,14).

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 28.77%
  • key color value is 14.12%
CMYK:
(0,27,29,14)
C0M27Y29K14 
(0%,27%,29%,14%)
(0.00/0.27/0.29/0.14)	

CMYK percentages

%0
%26.94
%28.77
%14.12

Codes

Color #DBA09C in popluar color models

DBA09C
RGB219160156
HSL46.67%73.53%
HSB/HSV28.77%85.88%
CMYK0.00%26.94%28.77%
14.12%

Color #DBA09C in popluar number systems.

HEXDBA09C
Decimal219160156
Binary110110111010000010011100
Octal333240234

Shades and tints

Shades of #DBA09C

#DBA09C
(219,160,156)
#C8928E
(200,146,142)
#B58480
(181,132,128)
#A27672
(162,118,114)
#8F6864
(143,104,100)
#7C5A56
(124,90,86)
#694C48
(105,76,72)
#563E3A
(86,62,58)
#43302C
(67,48,44)
#30221E
(48,34,30)
#1D1410
(29,20,16)
#000000
(0,0,0)

Tints of #DBA09C

#DBA09C
(219,160,156)
#DEA8A5
(222,168,165)
#E1B0AE
(225,176,174)
#E4B8B7
(228,184,183)
#E7C0C0
(231,192,192)
#EAC8C9
(234,200,201)
#EDD0D2
(237,208,210)
#F0D8DB
(240,216,219)
#F3E0E4
(243,224,228)
#F6E8ED
(246,232,237)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA09C; }

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

This text font color is #DBA09C.


Background Color

.myBgColor { background-color: #DBA09C; }

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

This div background color is #DBA09C.


Border color

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

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

This div border color is #DBA09C.


Opacity

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

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

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

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

This text has shadow with #DBA09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA09C on black background.


Color preview on white background

This text has color #DBA09C on white background.



Black color preview on #DBA09C background

This text has black color on #DBA09C background.


White color preview on #DBA09C background

This text has white color on #DBA09C background.