COLOR #DBADB0

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

Color info

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

RGB color model

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

  • red value is 219;
  • green value is 173;
  • blue value is 176.
RGB:
(219,173,176)
(86%,68%,69%)

RGB channels and saturation

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

219
173
176

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

Portions of RGB colors in percentages

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

%38.56
%30.46
%30.99

CMYK color model

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

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

CMYK percentages

%0
%21
%19.63
%14.12

Codes

Color #DBADB0 in popluar color models

DBADB0
RGB219173176
HSL356°38.98%76.86%
HSB/HSV356°21.00%85.88%
CMYK0.00%21.00%19.63%
14.12%

Color #DBADB0 in popluar number systems.

HEXDBADB0
Decimal219173176
Binary110110111010110110110000
Octal333255260

Shades and tints

Shades of #DBADB0

#DBADB0
(219,173,176)
#C89EA0
(200,158,160)
#B58F90
(181,143,144)
#A28080
(162,128,128)
#8F7170
(143,113,112)
#7C6260
(124,98,96)
#695350
(105,83,80)
#564440
(86,68,64)
#433530
(67,53,48)
#302620
(48,38,32)
#1D1710
(29,23,16)
#000000
(0,0,0)

Tints of #DBADB0

#DBADB0
(219,173,176)
#DEB4B7
(222,180,183)
#E1BBBE
(225,187,190)
#E4C2C5
(228,194,197)
#E7C9CC
(231,201,204)
#EAD0D3
(234,208,211)
#EDD7DA
(237,215,218)
#F0DEE1
(240,222,225)
#F3E5E8
(243,229,232)
#F6ECEF
(246,236,239)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBADB0; }

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

This text font color is #DBADB0.


Background Color

.myBgColor { background-color: #DBADB0; }

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

This div background color is #DBADB0.


Border color

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

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

This div border color is #DBADB0.


Opacity

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

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

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

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

This text has shadow with #DBADB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBADB0 on black background.


Color preview on white background

This text has color #DBADB0 on white background.



Black color preview on #DBADB0 background

This text has black color on #DBADB0 background.


White color preview on #DBADB0 background

This text has white color on #DBADB0 background.