COLOR #DBB9B9

HEX: #DBB9B9
RGB: (219,185,185)

Color info

#DBB9B9 contains red, green and blue colors in about the same proportion. Web safe color of #DBB9B9 is #CCCCCC (or #CCC).

RGB color model

#DBB9B9 color RGB value is (219,185,185).

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

RGB channels and saturation

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

219
185
185

R + G + B ~ 77%. #DBB9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 185 + 185 = 589 (100%)
R 219 of 589 ~ 37.18%
G 185 of 589 ~ 31.41%
B 185 of 589 ~ 31.41%

%37.18
%31.41
%31.41

CMYK color model

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

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

CMYK percentages

%0
%15.53
%15.53
%14.12

Codes

Color #DBB9B9 in popluar color models

DBB9B9
RGB219185185
HSL32.08%79.22%
HSB/HSV15.53%85.88%
CMYK0.00%15.53%15.53%
14.12%

Color #DBB9B9 in popluar number systems.

HEXDBB9B9
Decimal219185185
Binary110110111011100110111001
Octal333271271

Shades and tints

Shades of #DBB9B9

#DBB9B9
(219,185,185)
#C8A9A9
(200,169,169)
#B59999
(181,153,153)
#A28989
(162,137,137)
#8F7979
(143,121,121)
#7C6969
(124,105,105)
#695959
(105,89,89)
#564949
(86,73,73)
#433939
(67,57,57)
#302929
(48,41,41)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #DBB9B9

#DBB9B9
(219,185,185)
#DEBFBF
(222,191,191)
#E1C5C5
(225,197,197)
#E4CBCB
(228,203,203)
#E7D1D1
(231,209,209)
#EAD7D7
(234,215,215)
#EDDDDD
(237,221,221)
#F0E3E3
(240,227,227)
#F3E9E9
(243,233,233)
#F6EFEF
(246,239,239)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB9B9; }

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

This text font color is #DBB9B9.


Background Color

.myBgColor { background-color: #DBB9B9; }

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

This div background color is #DBB9B9.


Border color

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

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

This div border color is #DBB9B9.


Opacity

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

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

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

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

This text has shadow with #DBB9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB9B9 on black background.


Color preview on white background

This text has color #DBB9B9 on white background.



Black color preview on #DBB9B9 background

This text has black color on #DBB9B9 background.


White color preview on #DBB9B9 background

This text has white color on #DBB9B9 background.