COLOR #DBA09B

HEX: #DBA09B RGB: (219,160,155)

Color info

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

RGB color model

#DBA09B color RGB value is (219,160,155).

RGB: (219,160,155) (86%, 63%, 61%)

RGB channels and saturation

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

219
160
155

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

Portions of RGB colors in percentages

R + G + B = 219 + 160 + 155 = 534 (100%)
R 219 of 534 ~ 41.01%
G 160 of 534 ~ 29.96%
B 155 of 534 ~ 29.03'%

%41.01
%29.96
%29.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.94%
  • yellow value is 29.22%
  • 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
%29.22
%14.12

Codes

Color #DBA09B in popluar color models

DB A0 9B
RGB 219 160 155
HSL 47.06% 73.33%
HSB/HSV 29.22% 85.88%
CMYK 0.00% 26.94% 29.22%
14.12%

Color #DBA09B in popluar number systems.

HEX DB A0 9B
Decimal 219 160 155
Binary 11011011 10100000 10011011
Octal 333 240 233

Shades and tints

Shades of #DBA09B

#DBA09B
(219,160,155)
#C8928D
(200,146,141)
#B5847F
(181,132,127)
#A27671
(162,118,113)
#8F6863
(143,104,99)
#7C5A55
(124,90,85)
#694C47
(105,76,71)
#563E39
(86,62,57)
#43302B
(67,48,43)
#30221D
(48,34,29)
#1D140F
(29,20,15)
#000000
(0,0,0)

Tints of #DBA09B

#DBA09B
(219,160,155)
#DEA8A4
(222,168,164)
#E1B0AD
(225,176,173)
#E4B8B6
(228,184,182)
#E7C0BF
(231,192,191)
#EAC8C8
(234,200,200)
#EDD0D1
(237,208,209)
#F0D8DA
(240,216,218)
#F3E0E3
(243,224,227)
#F6E8EC
(246,232,236)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA09B; }

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

This text font color is #DBA09B.

Background Color

.myBgColor { background-color: #DBA09B; }

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

This div background color is #DBA09B.

Border color

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

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

This div border color is #DBA09B.

Opacity

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

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

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

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

This text has shadow with #DBA09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA09B.

Preview

Color preview on black background

This text has color #DBA09B on black background.


Color preview on white background

This text has color #DBA09B on white background.


Black color preview on #DBA09B background

This text has black color on #DBA09B background.


White color preview on #DBA09B background

This text has white color on #DBA09B background.


Related colors

Complementary color

Complementary color for #hex is #245F64.


I love getcolorcode.com

Triadic colors

1 #9BDBA0 and #A09BDB with #DBA09B are triadic colors.

2 #9BA0DB and #A0DB9B with #DBA09B are triadic colors.