COLOR #DBA1B9

HEX: #DBA1B9
RGB: (219,161,185)

Color info

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

RGB color model

#DBA1B9 color RGB value is (219,161,185).

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

RGB channels and saturation

R 219 of 255 = 86%
G 161 of 255 = 63%
B 185 of 255 = 73%

219
161
185

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

Portions of RGB colors in percentages

R + G + B =
219 + 161 + 185 = 565 (100%)
R 219 of 565 ~ 38.76%
G 161 of 565 ~ 28.5%
B 185 of 565 ~ 32.74%

%38.76
%28.5
%32.74

CMYK color model

#DBA1B9 color CMYK value is (0,26,16,14).

  • cyan value is 0.00%
  • magenta value is 26.48%
  • yellow value is 15.53%
  • key color value is 14.12%
CMYK:
(0,26,16,14)
C0M26Y16K14 
(0%,26%,16%,14%)
(0.00/0.26/0.16/0.14)	

CMYK percentages

%0
%26.48
%15.53
%14.12

Codes

Color #DBA1B9 in popluar color models

DBA1B9
RGB219161185
HSL335°44.62%74.51%
HSB/HSV335°26.48%85.88%
CMYK0.00%26.48%15.53%
14.12%

Color #DBA1B9 in popluar number systems.

HEXDBA1B9
Decimal219161185
Binary110110111010000110111001
Octal333241271

Shades and tints

Shades of #DBA1B9

#DBA1B9
(219,161,185)
#C893A9
(200,147,169)
#B58599
(181,133,153)
#A27789
(162,119,137)
#8F6979
(143,105,121)
#7C5B69
(124,91,105)
#694D59
(105,77,89)
#563F49
(86,63,73)
#433139
(67,49,57)
#302329
(48,35,41)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #DBA1B9

#DBA1B9
(219,161,185)
#DEA9BF
(222,169,191)
#E1B1C5
(225,177,197)
#E4B9CB
(228,185,203)
#E7C1D1
(231,193,209)
#EAC9D7
(234,201,215)
#EDD1DD
(237,209,221)
#F0D9E3
(240,217,227)
#F3E1E9
(243,225,233)
#F6E9EF
(246,233,239)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA1B9; }

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

This text font color is #DBA1B9.


Background Color

.myBgColor { background-color: #DBA1B9; }

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

This div background color is #DBA1B9.


Border color

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

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

This div border color is #DBA1B9.


Opacity

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

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

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

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

This text has shadow with #DBA1B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBA1B9 on black background.


Color preview on white background

This text has color #DBA1B9 on white background.



Black color preview on #DBA1B9 background

This text has black color on #DBA1B9 background.


White color preview on #DBA1B9 background

This text has white color on #DBA1B9 background.