COLOR #DBBAAD

HEX: #DBBAAD RGB: (219,186,173)

Color info

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

RGB color model

#DBBAAD color RGB value is (219,186,173).

RGB: (219,186,173) (86%, 73%, 68%)

RGB channels and saturation

R 219 of 255 = 86%
G 186 of 255 = 73%
B 173 of 255 = 68%

219
186
173

R + G + B ~ 76%. #DBBAAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 186 + 173 = 578 (100%)
R 219 of 578 ~ 37.89%
G 186 of 578 ~ 32.18%
B 173 of 578 ~ 29.93'%

%37.89
%32.18
%29.93

CMYK color model

#DBBAAD color CMYK value is (0,15,21,14).

  • cyan value is 0.00%
  • magenta value is 15.07%
  • yellow value is 21.00%
  • key color value is 14.12%
CMYK: (0,15,21,14) C0M15Y21K14 (0%,15%,21%,14%) (0.00/0.15/0.21/0.14) 

CMYK percentages

%0
%15.07
%21
%14.12

Codes

Color #DBBAAD in popluar color models

DB BA AD
RGB 219 186 173
HSL 17° 38.98% 76.86%
HSB/HSV 17° 21.00% 85.88%
CMYK 0.00% 15.07% 21.00%
14.12%

Color #DBBAAD in popluar number systems.

HEX DB BA AD
Decimal 219 186 173
Binary 11011011 10111010 10101101
Octal 333 272 255

Shades and tints

Shades of #DBBAAD

#DBBAAD
(219,186,173)
#C8AA9E
(200,170,158)
#B59A8F
(181,154,143)
#A28A80
(162,138,128)
#8F7A71
(143,122,113)
#7C6A62
(124,106,98)
#695A53
(105,90,83)
#564A44
(86,74,68)
#433A35
(67,58,53)
#302A26
(48,42,38)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #DBBAAD

#DBBAAD
(219,186,173)
#DEC0B4
(222,192,180)
#E1C6BB
(225,198,187)
#E4CCC2
(228,204,194)
#E7D2C9
(231,210,201)
#EAD8D0
(234,216,208)
#EDDED7
(237,222,215)
#F0E4DE
(240,228,222)
#F3EAE5
(243,234,229)
#F6F0EC
(246,240,236)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBAAD; }

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

This text font color is #DBBAAD.

Background Color

.myBgColor { background-color: #DBBAAD; }

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

This div background color is #DBBAAD.

Border color

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

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

This div border color is #DBBAAD.

Opacity

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

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

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

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

This text has shadow with #DBBAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBAAD.

Preview

Color preview on black background

This text has color #DBBAAD on black background.


Color preview on white background

This text has color #DBBAAD on white background.


Black color preview on #DBBAAD background

This text has black color on #DBBAAD background.


White color preview on #DBBAAD background

This text has white color on #DBBAAD background.


Related colors

Complementary color

Complementary color for #hex is #244552.


I love getcolorcode.com

Triadic colors

1 #ADDBBA and #BAADDB with #DBBAAD are triadic colors.

2 #ADBADB and #BADBAD with #DBBAAD are triadic colors.