COLOR #DBB9B3

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

Color info

#DBB9B3 contains red, green and blue colors in about the same proportion. Web safe color of #DBB9B3 is #CCCC99 (or #CC9).

RGB color model

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

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

RGB channels and saturation

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

219
185
179

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

Portions of RGB colors in percentages

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

%37.56
%31.73
%30.7

CMYK color model

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

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

CMYK percentages

%0
%15.53
%18.26
%14.12

Codes

Color #DBB9B3 in popluar color models

DBB9B3
RGB219185179
HSL35.71%78.04%
HSB/HSV18.26%85.88%
CMYK0.00%15.53%18.26%
14.12%

Color #DBB9B3 in popluar number systems.

HEXDBB9B3
Decimal219185179
Binary110110111011100110110011
Octal333271263

Shades and tints

Shades of #DBB9B3

#DBB9B3
(219,185,179)
#C8A9A3
(200,169,163)
#B59993
(181,153,147)
#A28983
(162,137,131)
#8F7973
(143,121,115)
#7C6963
(124,105,99)
#695953
(105,89,83)
#564943
(86,73,67)
#433933
(67,57,51)
#302923
(48,41,35)
#1D1913
(29,25,19)
#000000
(0,0,0)

Tints of #DBB9B3

#DBB9B3
(219,185,179)
#DEBFB9
(222,191,185)
#E1C5BF
(225,197,191)
#E4CBC5
(228,203,197)
#E7D1CB
(231,209,203)
#EAD7D1
(234,215,209)
#EDDDD7
(237,221,215)
#F0E3DD
(240,227,221)
#F3E9E3
(243,233,227)
#F6EFE9
(246,239,233)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB9B3; }

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

This text font color is #DBB9B3.


Background Color

.myBgColor { background-color: #DBB9B3; }

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

This div background color is #DBB9B3.


Border color

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

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

This div border color is #DBB9B3.


Opacity

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

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

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

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

This text has shadow with #DBB9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB9B3 on black background.


Color preview on white background

This text has color #DBB9B3 on white background.



Black color preview on #DBB9B3 background

This text has black color on #DBB9B3 background.


White color preview on #DBB9B3 background

This text has white color on #DBB9B3 background.