COLOR #DBB0AD

HEX: #DBB0AD RGB: (219,176,173)

Color info

#DBB0AD contains red, green and blue colors in about the same proportion. Web safe color of #DBB0AD is #CC9999 (or #C99).

RGB color model

#DBB0AD color RGB value is (219,176,173).

RGB: (219,176,173) (86%, 69%, 68%)

RGB channels and saturation

R 219 of 255 = 86%
G 176 of 255 = 69%
B 173 of 255 = 68%

219
176
173

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

Portions of RGB colors in percentages

R + G + B = 219 + 176 + 173 = 568 (100%)
R 219 of 568 ~ 38.56%
G 176 of 568 ~ 30.99%
B 173 of 568 ~ 30.46'%

%38.56
%30.99
%30.46

CMYK color model

#DBB0AD color CMYK value is (0,20,21,14).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 21.00%
  • key color value is 14.12%
CMYK: (0,20,21,14) C0M20Y21K14 (0%,20%,21%,14%) (0.00/0.20/0.21/0.14) 

CMYK percentages

%0
%19.63
%21
%14.12

Codes

Color #DBB0AD in popluar color models

DB B0 AD
RGB 219 176 173
HSL 38.98% 76.86%
HSB/HSV 21.00% 85.88%
CMYK 0.00% 19.63% 21.00%
14.12%

Color #DBB0AD in popluar number systems.

HEX DB B0 AD
Decimal 219 176 173
Binary 11011011 10110000 10101101
Octal 333 260 255

Shades and tints

Shades of #DBB0AD

#DBB0AD
(219,176,173)
#C8A09E
(200,160,158)
#B5908F
(181,144,143)
#A28080
(162,128,128)
#8F7071
(143,112,113)
#7C6062
(124,96,98)
#695053
(105,80,83)
#564044
(86,64,68)
#433035
(67,48,53)
#302026
(48,32,38)
#1D1017
(29,16,23)
#000000
(0,0,0)

Tints of #DBB0AD

#DBB0AD
(219,176,173)
#DEB7B4
(222,183,180)
#E1BEBB
(225,190,187)
#E4C5C2
(228,197,194)
#E7CCC9
(231,204,201)
#EAD3D0
(234,211,208)
#EDDAD7
(237,218,215)
#F0E1DE
(240,225,222)
#F3E8E5
(243,232,229)
#F6EFEC
(246,239,236)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB0AD color. Also use rgb(219,176,173) instead hex code.

Text Font Color

.myTextColor { color: #DBB0AD; }

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

This text font color is #DBB0AD.

Background Color

.myBgColor { background-color: #DBB0AD; }

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

This div background color is #DBB0AD.

Border color

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

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

This div border color is #DBB0AD.

Opacity

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

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

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

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

This text has shadow with #DBB0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB0AD.

Preview

Color preview on black background

This text has color #DBB0AD on black background.


Color preview on white background

This text has color #DBB0AD on white background.


Black color preview on #DBB0AD background

This text has black color on #DBB0AD background.


White color preview on #DBB0AD background

This text has white color on #DBB0AD background.


Related colors

Complementary color

Complementary color for #hex is #244F52.


I love getcolorcode.com

Triadic colors

1 #ADDBB0 and #B0ADDB with #DBB0AD are triadic colors.

2 #ADB0DB and #B0DBAD with #DBB0AD are triadic colors.