COLOR #DB9BB3

HEX: #DB9BB3
RGB: (219,155,179)

Color info

#DB9BB3 contains mainly red and blue colors. Web safe color of #DB9BB3 is #CC9999 (or #C99).

RGB color model

#DB9BB3 color RGB value is (219,155,179).

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

RGB channels and saturation

R 219 of 255 = 86%
G 155 of 255 = 61%
B 179 of 255 = 70%

219
155
179

R + G + B ~ 72%. #DB9BB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 155 + 179 = 553 (100%)
R 219 of 553 ~ 39.6%
G 155 of 553 ~ 28.03%
B 179 of 553 ~ 32.37%

%39.6
%28.03
%32.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 18.26%
  • key color value is 14.12%
CMYK:
(0,29,18,14)
C0M29Y18K14 
(0%,29%,18%,14%)
(0.00/0.29/0.18/0.14)	

CMYK percentages

%0
%29.22
%18.26
%14.12

Codes

Color #DB9BB3 in popluar color models

DB9BB3
RGB219155179
HSL338°47.06%73.33%
HSB/HSV338°29.22%85.88%
CMYK0.00%29.22%18.26%
14.12%

Color #DB9BB3 in popluar number systems.

HEXDB9BB3
Decimal219155179
Binary110110111001101110110011
Octal333233263

Shades and tints

Shades of #DB9BB3

#DB9BB3
(219,155,179)
#C88DA3
(200,141,163)
#B57F93
(181,127,147)
#A27183
(162,113,131)
#8F6373
(143,99,115)
#7C5563
(124,85,99)
#694753
(105,71,83)
#563943
(86,57,67)
#432B33
(67,43,51)
#301D23
(48,29,35)
#1D0F13
(29,15,19)
#000000
(0,0,0)

Tints of #DB9BB3

#DB9BB3
(219,155,179)
#DEA4B9
(222,164,185)
#E1ADBF
(225,173,191)
#E4B6C5
(228,182,197)
#E7BFCB
(231,191,203)
#EAC8D1
(234,200,209)
#EDD1D7
(237,209,215)
#F0DADD
(240,218,221)
#F3E3E3
(243,227,227)
#F6ECE9
(246,236,233)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9BB3; }

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

This text font color is #DB9BB3.


Background Color

.myBgColor { background-color: #DB9BB3; }

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

This div background color is #DB9BB3.


Border color

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

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

This div border color is #DB9BB3.


Opacity

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

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

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

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

This text has shadow with #DB9BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9BB3 on black background.


Color preview on white background

This text has color #DB9BB3 on white background.



Black color preview on #DB9BB3 background

This text has black color on #DB9BB3 background.


White color preview on #DB9BB3 background

This text has white color on #DB9BB3 background.