COLOR #DBA1B0

HEX: #DBA1B0
RGB: (219,161,176)

Color info

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

RGB color model

#DBA1B0 color RGB value is (219,161,176).

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

RGB channels and saturation

R 219 of 255 = 86%
G 161 of 255 = 63%
B 176 of 255 = 69%

219
161
176

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

Portions of RGB colors in percentages

R + G + B =
219 + 161 + 176 = 556 (100%)
R 219 of 556 ~ 39.39%
G 161 of 556 ~ 28.96%
B 176 of 556 ~ 31.65%

%39.39
%28.96
%31.65

CMYK color model

#DBA1B0 color CMYK value is (0,26,20,14).

  • cyan value is 0.00%
  • magenta value is 26.48%
  • yellow value is 19.63%
  • key color value is 14.12%
CMYK:
(0,26,20,14)
C0M26Y20K14 
(0%,26%,20%,14%)
(0.00/0.26/0.20/0.14)	

CMYK percentages

%0
%26.48
%19.63
%14.12

Codes

Color #DBA1B0 in popluar color models

DBA1B0
RGB219161176
HSL344°44.62%74.51%
HSB/HSV344°26.48%85.88%
CMYK0.00%26.48%19.63%
14.12%

Color #DBA1B0 in popluar number systems.

HEXDBA1B0
Decimal219161176
Binary110110111010000110110000
Octal333241260

Shades and tints

Shades of #DBA1B0

#DBA1B0
(219,161,176)
#C893A0
(200,147,160)
#B58590
(181,133,144)
#A27780
(162,119,128)
#8F6970
(143,105,112)
#7C5B60
(124,91,96)
#694D50
(105,77,80)
#563F40
(86,63,64)
#433130
(67,49,48)
#302320
(48,35,32)
#1D1510
(29,21,16)
#000000
(0,0,0)

Tints of #DBA1B0

#DBA1B0
(219,161,176)
#DEA9B7
(222,169,183)
#E1B1BE
(225,177,190)
#E4B9C5
(228,185,197)
#E7C1CC
(231,193,204)
#EAC9D3
(234,201,211)
#EDD1DA
(237,209,218)
#F0D9E1
(240,217,225)
#F3E1E8
(243,225,232)
#F6E9EF
(246,233,239)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA1B0; }

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

This text font color is #DBA1B0.


Background Color

.myBgColor { background-color: #DBA1B0; }

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

This div background color is #DBA1B0.


Border color

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

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

This div border color is #DBA1B0.


Opacity

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

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

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

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

This text has shadow with #DBA1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA1B0 on black background.


Color preview on white background

This text has color #DBA1B0 on white background.



Black color preview on #DBA1B0 background

This text has black color on #DBA1B0 background.


White color preview on #DBA1B0 background

This text has white color on #DBA1B0 background.