COLOR #DBB3BC

HEX: #DBB3BC RGB: (219,179,188)

Color info

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

RGB color model

#DBB3BC color RGB value is (219,179,188).

RGB: (219,179,188) (86%, 70%, 74%)

RGB channels and saturation

R 219 of 255 = 86%
G 179 of 255 = 70%
B 188 of 255 = 74%

219
179
188

R + G + B ~ 77%. #DBB3BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 179 + 188 = 586 (100%)
R 219 of 586 ~ 37.37%
G 179 of 586 ~ 30.55%
B 188 of 586 ~ 32.08'%

%37.37
%30.55
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 14.16%
  • key color value is 14.12%
CMYK: (0,18,14,14) C0M18Y14K14 (0%,18%,14%,14%) (0.00/0.18/0.14/0.14) 

CMYK percentages

%0
%18.26
%14.16
%14.12

Codes

Color #DBB3BC in popluar color models

DB B3 BC
RGB 219 179 188
HSL 347° 35.71% 78.04%
HSB/HSV 347° 18.26% 85.88%
CMYK 0.00% 18.26% 14.16%
14.12%

Color #DBB3BC in popluar number systems.

HEX DB B3 BC
Decimal 219 179 188
Binary 11011011 10110011 10111100
Octal 333 263 274

Shades and tints

Shades of #DBB3BC

#DBB3BC
(219,179,188)
#C8A3AB
(200,163,171)
#B5939A
(181,147,154)
#A28389
(162,131,137)
#8F7378
(143,115,120)
#7C6367
(124,99,103)
#695356
(105,83,86)
#564345
(86,67,69)
#433334
(67,51,52)
#302323
(48,35,35)
#1D1312
(29,19,18)
#000000
(0,0,0)

Tints of #DBB3BC

#DBB3BC
(219,179,188)
#DEB9C2
(222,185,194)
#E1BFC8
(225,191,200)
#E4C5CE
(228,197,206)
#E7CBD4
(231,203,212)
#EAD1DA
(234,209,218)
#EDD7E0
(237,215,224)
#F0DDE6
(240,221,230)
#F3E3EC
(243,227,236)
#F6E9F2
(246,233,242)
#F9EFF8
(249,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB3BC; }

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

This text font color is #DBB3BC.

Background Color

.myBgColor { background-color: #DBB3BC; }

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

This div background color is #DBB3BC.

Border color

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

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

This div border color is #DBB3BC.

Opacity

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

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

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

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

This text has shadow with #DBB3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBB3BC.

Preview

Color preview on black background

This text has color #DBB3BC on black background.


Color preview on white background

This text has color #DBB3BC on white background.


Black color preview on #DBB3BC background

This text has black color on #DBB3BC background.


White color preview on #DBB3BC background

This text has white color on #DBB3BC background.


Related colors

Complementary color

Complementary color for #hex is #244C43.


I love getcolorcode.com

Triadic colors

1 #BCDBB3 and #B3BCDB with #DBB3BC are triadic colors.

2 #BCB3DB and #B3DBBC with #DBB3BC are triadic colors.