COLOR #DBB3B6

HEX: #DBB3B6
RGB: (219,179,182)

Color info

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

RGB color model

#DBB3B6 color RGB value is (219,179,182).

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

RGB channels and saturation

R 219 of 255 = 86%
G 179 of 255 = 70%
B 182 of 255 = 71%

219
179
182

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

Portions of RGB colors in percentages

R + G + B =
219 + 179 + 182 = 580 (100%)
R 219 of 580 ~ 37.76%
G 179 of 580 ~ 30.86%
B 182 of 580 ~ 31.38%

%37.76
%30.86
%31.38

CMYK color model

#DBB3B6 color CMYK value is (0,18,17,14).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 16.89%
  • key color value is 14.12%
CMYK:
(0,18,17,14)
C0M18Y17K14 
(0%,18%,17%,14%)
(0.00/0.18/0.17/0.14)	

CMYK percentages

%0
%18.26
%16.89
%14.12

Codes

Color #DBB3B6 in popluar color models

DBB3B6
RGB219179182
HSL356°35.71%78.04%
HSB/HSV356°18.26%85.88%
CMYK0.00%18.26%16.89%
14.12%

Color #DBB3B6 in popluar number systems.

HEXDBB3B6
Decimal219179182
Binary110110111011001110110110
Octal333263266

Shades and tints

Shades of #DBB3B6

#DBB3B6
(219,179,182)
#C8A3A6
(200,163,166)
#B59396
(181,147,150)
#A28386
(162,131,134)
#8F7376
(143,115,118)
#7C6366
(124,99,102)
#695356
(105,83,86)
#564346
(86,67,70)
#433336
(67,51,54)
#302326
(48,35,38)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #DBB3B6

#DBB3B6
(219,179,182)
#DEB9BC
(222,185,188)
#E1BFC2
(225,191,194)
#E4C5C8
(228,197,200)
#E7CBCE
(231,203,206)
#EAD1D4
(234,209,212)
#EDD7DA
(237,215,218)
#F0DDE0
(240,221,224)
#F3E3E6
(243,227,230)
#F6E9EC
(246,233,236)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB3B6; }

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

This text font color is #DBB3B6.


Background Color

.myBgColor { background-color: #DBB3B6; }

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

This div background color is #DBB3B6.


Border color

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

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

This div border color is #DBB3B6.


Opacity

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

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

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

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

This text has shadow with #DBB3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB3B6 on black background.


Color preview on white background

This text has color #DBB3B6 on white background.



Black color preview on #DBB3B6 background

This text has black color on #DBB3B6 background.


White color preview on #DBB3B6 background

This text has white color on #DBB3B6 background.