COLOR #DBB1BB

HEX: #DBB1BB
RGB: (219,177,187)

Color info

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

RGB color model

#DBB1BB color RGB value is (219,177,187).

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

RGB channels and saturation

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

219
177
187

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

Portions of RGB colors in percentages

R + G + B =
219 + 177 + 187 = 583 (100%)
R 219 of 583 ~ 37.56%
G 177 of 583 ~ 30.36%
B 187 of 583 ~ 32.08%

%37.56
%30.36
%32.08

CMYK color model

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

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

CMYK percentages

%0
%19.18
%14.61
%14.12

Codes

Color #DBB1BB in popluar color models

DBB1BB
RGB219177187
HSL346°36.84%77.65%
HSB/HSV346°19.18%85.88%
CMYK0.00%19.18%14.61%
14.12%

Color #DBB1BB in popluar number systems.

HEXDBB1BB
Decimal219177187
Binary110110111011000110111011
Octal333261273

Shades and tints

Shades of #DBB1BB

#DBB1BB
(219,177,187)
#C8A1AA
(200,161,170)
#B59199
(181,145,153)
#A28188
(162,129,136)
#8F7177
(143,113,119)
#7C6166
(124,97,102)
#695155
(105,81,85)
#564144
(86,65,68)
#433133
(67,49,51)
#302122
(48,33,34)
#1D1111
(29,17,17)
#000000
(0,0,0)

Tints of #DBB1BB

#DBB1BB
(219,177,187)
#DEB8C1
(222,184,193)
#E1BFC7
(225,191,199)
#E4C6CD
(228,198,205)
#E7CDD3
(231,205,211)
#EAD4D9
(234,212,217)
#EDDBDF
(237,219,223)
#F0E2E5
(240,226,229)
#F3E9EB
(243,233,235)
#F6F0F1
(246,240,241)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB1BB; }

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

This text font color is #DBB1BB.


Background Color

.myBgColor { background-color: #DBB1BB; }

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

This div background color is #DBB1BB.


Border color

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

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

This div border color is #DBB1BB.


Opacity

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

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

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

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

This text has shadow with #DBB1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB1BB on black background.


Color preview on white background

This text has color #DBB1BB on white background.



Black color preview on #DBB1BB background

This text has black color on #DBB1BB background.


White color preview on #DBB1BB background

This text has white color on #DBB1BB background.