COLOR #DBBAA0

HEX: #DBBAA0 RGB: (219,186,160)

Color info

#DBBAA0 contains red, green and blue colors in about the same proportion. Web safe color of #DBBAA0 is #CCCC99 (or #CC9).

RGB color model

#DBBAA0 color RGB value is (219,186,160).

RGB: (219,186,160) (86%, 73%, 63%)

RGB channels and saturation

R 219 of 255 = 86%
G 186 of 255 = 73%
B 160 of 255 = 63%

219
186
160

R + G + B ~ 74%. #DBBAA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 186 + 160 = 565 (100%)
R 219 of 565 ~ 38.76%
G 186 of 565 ~ 32.92%
B 160 of 565 ~ 28.32'%

%38.76
%32.92
%28.32

CMYK color model

#DBBAA0 color CMYK value is (0,15,27,14).

  • cyan value is 0.00%
  • magenta value is 15.07%
  • yellow value is 26.94%
  • key color value is 14.12%

CMYK: (0,15,27,14)
C0M15Y27K14 (0%, 15%, 27%, 14%)
(0.00 / 0.15 / 0.27 / 0.14)

CMYK percentages

%0
%15.07
%26.94
%14.12

Codes

Color #DBBAA0 in popluar color models

DB BA A0
RGB 219 186 160
HSL 26° 45.04% 74.31%
HSB/HSV 26° 26.94% 85.88%
CMYK 0.00% 15.07% 26.94%
14.12%

Color #DBBAA0 in popluar number systems.

HEX DB BA A0
Decimal 219 186 160
Binary 11011011 10111010 10100000
Octal 333 272 240

Shades and tints

Shades of #DBBAA0

#DBBAA0
(219,186,160)
#C8AA92
(200,170,146)
#B59A84
(181,154,132)
#A28A76
(162,138,118)
#8F7A68
(143,122,104)
#7C6A5A
(124,106,90)
#695A4C
(105,90,76)
#564A3E
(86,74,62)
#433A30
(67,58,48)
#302A22
(48,42,34)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #DBBAA0

#DBBAA0
(219,186,160)
#DEC0A8
(222,192,168)
#E1C6B0
(225,198,176)
#E4CCB8
(228,204,184)
#E7D2C0
(231,210,192)
#EAD8C8
(234,216,200)
#EDDED0
(237,222,208)
#F0E4D8
(240,228,216)
#F3EAE0
(243,234,224)
#F6F0E8
(246,240,232)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBAA0; }

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

This text font color is #DBBAA0.

Background Color

.myBgColor { background-color: #DBBAA0; }

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

This div background color is #DBBAA0.

Border color

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

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

This div border color is #DBBAA0.

Opacity

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

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

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

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

This text has shadow with #DBBAA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBAA0.

Preview

Color preview on black background

This text has color #DBBAA0 on black background.


Color preview on white background

This text has color #DBBAA0 on white background.


Black color preview on #DBBAA0 background

This text has black color on #DBBAA0 background.


White color preview on #DBBAA0 background

This text has white color on #DBBAA0 background.


Related colors

Complementary color

Complementary color for #hex is #24455F.


I love getcolorcode.com

Triadic colors

1 #A0DBBA and #BAA0DB with #DBBAA0 are triadic colors.

2 #A0BADB and #BADBA0 with #DBBAA0 are triadic colors.