COLOR #DBB1B1

HEX: #DBB1B1
RGB: (219,177,177)

Color info

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

RGB color model

#DBB1B1 color RGB value is (219,177,177).

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

RGB channels and saturation

R 219 of 255 = 86%
G 177 of 255 = 69%
B 177 of 255 = 69%

219
177
177

R + G + B ~ 75%. #DBB1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 177 + 177 = 573 (100%)
R 219 of 573 ~ 38.22%
G 177 of 573 ~ 30.89%
B 177 of 573 ~ 30.89%

%38.22
%30.89
%30.89

CMYK color model

#DBB1B1 color CMYK value is (0,19,19,14).

  • cyan value is 0.00%
  • magenta value is 19.18%
  • yellow value is 19.18%
  • key color value is 14.12%
CMYK:
(0,19,19,14)
C0M19Y19K14 
(0%,19%,19%,14%)
(0.00/0.19/0.19/0.14)	

CMYK percentages

%0
%19.18
%19.18
%14.12

Codes

Color #DBB1B1 in popluar color models

DBB1B1
RGB219177177
HSL36.84%77.65%
HSB/HSV19.18%85.88%
CMYK0.00%19.18%19.18%
14.12%

Color #DBB1B1 in popluar number systems.

HEXDBB1B1
Decimal219177177
Binary110110111011000110110001
Octal333261261

Shades and tints

Shades of #DBB1B1

#DBB1B1
(219,177,177)
#C8A1A1
(200,161,161)
#B59191
(181,145,145)
#A28181
(162,129,129)
#8F7171
(143,113,113)
#7C6161
(124,97,97)
#695151
(105,81,81)
#564141
(86,65,65)
#433131
(67,49,49)
#302121
(48,33,33)
#1D1111
(29,17,17)
#000000
(0,0,0)

Tints of #DBB1B1

#DBB1B1
(219,177,177)
#DEB8B8
(222,184,184)
#E1BFBF
(225,191,191)
#E4C6C6
(228,198,198)
#E7CDCD
(231,205,205)
#EAD4D4
(234,212,212)
#EDDBDB
(237,219,219)
#F0E2E2
(240,226,226)
#F3E9E9
(243,233,233)
#F6F0F0
(246,240,240)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB1B1; }

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

This text font color is #DBB1B1.


Background Color

.myBgColor { background-color: #DBB1B1; }

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

This div background color is #DBB1B1.


Border color

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

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

This div border color is #DBB1B1.


Opacity

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

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

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

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

This text has shadow with #DBB1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB1B1 on black background.


Color preview on white background

This text has color #DBB1B1 on white background.



Black color preview on #DBB1B1 background

This text has black color on #DBB1B1 background.


White color preview on #DBB1B1 background

This text has white color on #DBB1B1 background.