COLOR #DBB3BB

HEX: #DBB3BB
RGB: (219,179,187)

Color info

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

RGB color model

#DBB3BB color RGB value is (219,179,187).

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

RGB channels and saturation

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

219
179
187

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

Portions of RGB colors in percentages

R + G + B =
219 + 179 + 187 = 585 (100%)
R 219 of 585 ~ 37.44%
G 179 of 585 ~ 30.6%
B 187 of 585 ~ 31.97%

%37.44
%30.6
%31.97

CMYK color model

#DBB3BB color CMYK value is (0,18,15,14).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 14.61%
  • key color value is 14.12%
CMYK:
(0,18,15,14)
C0M18Y15K14 
(0%,18%,15%,14%)
(0.00/0.18/0.15/0.14)	

CMYK percentages

%0
%18.26
%14.61
%14.12

Codes

Color #DBB3BB in popluar color models

DBB3BB
RGB219179187
HSL348°35.71%78.04%
HSB/HSV348°18.26%85.88%
CMYK0.00%18.26%14.61%
14.12%

Color #DBB3BB in popluar number systems.

HEXDBB3BB
Decimal219179187
Binary110110111011001110111011
Octal333263273

Shades and tints

Shades of #DBB3BB

#DBB3BB
(219,179,187)
#C8A3AA
(200,163,170)
#B59399
(181,147,153)
#A28388
(162,131,136)
#8F7377
(143,115,119)
#7C6366
(124,99,102)
#695355
(105,83,85)
#564344
(86,67,68)
#433333
(67,51,51)
#302322
(48,35,34)
#1D1311
(29,19,17)
#000000
(0,0,0)

Tints of #DBB3BB

#DBB3BB
(219,179,187)
#DEB9C1
(222,185,193)
#E1BFC7
(225,191,199)
#E4C5CD
(228,197,205)
#E7CBD3
(231,203,211)
#EAD1D9
(234,209,217)
#EDD7DF
(237,215,223)
#F0DDE5
(240,221,229)
#F3E3EB
(243,227,235)
#F6E9F1
(246,233,241)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB3BB; }

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

This text font color is #DBB3BB.


Background Color

.myBgColor { background-color: #DBB3BB; }

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

This div background color is #DBB3BB.


Border color

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

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

This div border color is #DBB3BB.


Opacity

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

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

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

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

This text has shadow with #DBB3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB3BB on black background.


Color preview on white background

This text has color #DBB3BB on white background.



Black color preview on #DBB3BB background

This text has black color on #DBB3BB background.


White color preview on #DBB3BB background

This text has white color on #DBB3BB background.