COLOR #DBA4B0

HEX: #DBA4B0
RGB: (219,164,176)

Color info

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

RGB color model

#DBA4B0 color RGB value is (219,164,176).

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

RGB channels and saturation

R 219 of 255 = 86%
G 164 of 255 = 64%
B 176 of 255 = 69%

219
164
176

R + G + B ~ 73%. #DBA4B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 164 + 176 = 559 (100%)
R 219 of 559 ~ 39.18%
G 164 of 559 ~ 29.34%
B 176 of 559 ~ 31.48%

%39.18
%29.34
%31.48

CMYK color model

#DBA4B0 color CMYK value is (0,25,20,14).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 19.63%
  • key color value is 14.12%
CMYK:
(0,25,20,14)
C0M25Y20K14 
(0%,25%,20%,14%)
(0.00/0.25/0.20/0.14)	

CMYK percentages

%0
%25.11
%19.63
%14.12

Codes

Color #DBA4B0 in popluar color models

DBA4B0
RGB219164176
HSL347°43.31%75.10%
HSB/HSV347°25.11%85.88%
CMYK0.00%25.11%19.63%
14.12%

Color #DBA4B0 in popluar number systems.

HEXDBA4B0
Decimal219164176
Binary110110111010010010110000
Octal333244260

Shades and tints

Shades of #DBA4B0

#DBA4B0
(219,164,176)
#C896A0
(200,150,160)
#B58890
(181,136,144)
#A27A80
(162,122,128)
#8F6C70
(143,108,112)
#7C5E60
(124,94,96)
#695050
(105,80,80)
#564240
(86,66,64)
#433430
(67,52,48)
#302620
(48,38,32)
#1D1810
(29,24,16)
#000000
(0,0,0)

Tints of #DBA4B0

#DBA4B0
(219,164,176)
#DEACB7
(222,172,183)
#E1B4BE
(225,180,190)
#E4BCC5
(228,188,197)
#E7C4CC
(231,196,204)
#EACCD3
(234,204,211)
#EDD4DA
(237,212,218)
#F0DCE1
(240,220,225)
#F3E4E8
(243,228,232)
#F6ECEF
(246,236,239)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA4B0; }

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

This text font color is #DBA4B0.


Background Color

.myBgColor { background-color: #DBA4B0; }

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

This div background color is #DBA4B0.


Border color

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

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

This div border color is #DBA4B0.


Opacity

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

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

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

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

This text has shadow with #DBA4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA4B0 on black background.


Color preview on white background

This text has color #DBA4B0 on white background.



Black color preview on #DBA4B0 background

This text has black color on #DBA4B0 background.


White color preview on #DBA4B0 background

This text has white color on #DBA4B0 background.