COLOR #DBADBA

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

Color info

#DBADBA contains red, green and blue colors in about the same proportion. Web safe color of #DBADBA is #CC99CC (or #C9C).

RGB color model

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

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

RGB channels and saturation

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

219
173
186

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

Portions of RGB colors in percentages

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

%37.89
%29.93
%32.18

CMYK color model

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

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

CMYK percentages

%0
%21
%15.07
%14.12

Codes

Color #DBADBA in popluar color models

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

Color #DBADBA in popluar number systems.

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

Shades and tints

Shades of #DBADBA

#DBADBA
(219,173,186)
#C89EAA
(200,158,170)
#B58F9A
(181,143,154)
#A2808A
(162,128,138)
#8F717A
(143,113,122)
#7C626A
(124,98,106)
#69535A
(105,83,90)
#56444A
(86,68,74)
#43353A
(67,53,58)
#30262A
(48,38,42)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #DBADBA

#DBADBA
(219,173,186)
#DEB4C0
(222,180,192)
#E1BBC6
(225,187,198)
#E4C2CC
(228,194,204)
#E7C9D2
(231,201,210)
#EAD0D8
(234,208,216)
#EDD7DE
(237,215,222)
#F0DEE4
(240,222,228)
#F3E5EA
(243,229,234)
#F6ECF0
(246,236,240)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBADBA; }

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

This text font color is #DBADBA.

Background Color

.myBgColor { background-color: #DBADBA; }

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

This div background color is #DBADBA.

Border color

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

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

This div border color is #DBADBA.

Opacity

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

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

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

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

This text has shadow with #DBADBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBADBA.

Preview

Color preview on black background

This text has color #DBADBA on black background.


Color preview on white background

This text has color #DBADBA on white background.


Black color preview on #DBADBA background

This text has black color on #DBADBA background.


White color preview on #DBADBA background

This text has white color on #DBADBA background.


Related colors

Complementary color

Complementary color for #hex is #245245.


I love getcolorcode.com

Triadic colors

1 #BADBAD and #ADBADB with #DBADBA are triadic colors.

2 #BAADDB and #ADDBBA with #DBADBA are triadic colors.