COLOR #DBB3B9

HEX: #DBB3B9
RGB: (219,179,185)

Color info

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

RGB color model

#DBB3B9 color RGB value is (219,179,185).

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

RGB channels and saturation

R 219 of 255 = 86%
G 179 of 255 = 70%
B 185 of 255 = 73%

219
179
185

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

Portions of RGB colors in percentages

R + G + B =
219 + 179 + 185 = 583 (100%)
R 219 of 583 ~ 37.56%
G 179 of 583 ~ 30.7%
B 185 of 583 ~ 31.73%

%37.56
%30.7
%31.73

CMYK color model

#DBB3B9 color CMYK value is (0,18,16,14).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 15.53%
  • key color value is 14.12%
CMYK:
(0,18,16,14)
C0M18Y16K14 
(0%,18%,16%,14%)
(0.00/0.18/0.16/0.14)	

CMYK percentages

%0
%18.26
%15.53
%14.12

Codes

Color #DBB3B9 in popluar color models

DBB3B9
RGB219179185
HSL351°35.71%78.04%
HSB/HSV351°18.26%85.88%
CMYK0.00%18.26%15.53%
14.12%

Color #DBB3B9 in popluar number systems.

HEXDBB3B9
Decimal219179185
Binary110110111011001110111001
Octal333263271

Shades and tints

Shades of #DBB3B9

#DBB3B9
(219,179,185)
#C8A3A9
(200,163,169)
#B59399
(181,147,153)
#A28389
(162,131,137)
#8F7379
(143,115,121)
#7C6369
(124,99,105)
#695359
(105,83,89)
#564349
(86,67,73)
#433339
(67,51,57)
#302329
(48,35,41)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #DBB3B9

#DBB3B9
(219,179,185)
#DEB9BF
(222,185,191)
#E1BFC5
(225,191,197)
#E4C5CB
(228,197,203)
#E7CBD1
(231,203,209)
#EAD1D7
(234,209,215)
#EDD7DD
(237,215,221)
#F0DDE3
(240,221,227)
#F3E3E9
(243,227,233)
#F6E9EF
(246,233,239)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB3B9; }

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

This text font color is #DBB3B9.


Background Color

.myBgColor { background-color: #DBB3B9; }

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

This div background color is #DBB3B9.


Border color

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

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

This div border color is #DBB3B9.


Opacity

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

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

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

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

This text has shadow with #DBB3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB3B9 on black background.


Color preview on white background

This text has color #DBB3B9 on white background.



Black color preview on #DBB3B9 background

This text has black color on #DBB3B9 background.


White color preview on #DBB3B9 background

This text has white color on #DBB3B9 background.