COLOR #DB8BBB

HEX: #DB8BBB
RGB: (219,139,187)

Color info

#DB8BBB contains mainly red and blue colors. Web safe color of #DB8BBB is #CC99CC (or #C9C).

RGB color model

#DB8BBB color RGB value is (219,139,187).

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

RGB channels and saturation

R 219 of 255 = 86%
G 139 of 255 = 55%
B 187 of 255 = 73%

219
139
187

R + G + B ~ 71%. #DB8BBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 139 + 187 = 545 (100%)
R 219 of 545 ~ 40.18%
G 139 of 545 ~ 25.5%
B 187 of 545 ~ 34.31%

%40.18
%25.5
%34.31

CMYK color model

#DB8BBB color CMYK value is (0,37,15,14).

  • cyan value is 0.00%
  • magenta value is 36.53%
  • yellow value is 14.61%
  • key color value is 14.12%
CMYK:
(0,37,15,14)
C0M37Y15K14 
(0%,37%,15%,14%)
(0.00/0.37/0.15/0.14)	

CMYK percentages

%0
%36.53
%14.61
%14.12

Codes

Color #DB8BBB in popluar color models

DB8BBB
RGB219139187
HSL324°52.63%70.20%
HSB/HSV324°36.53%85.88%
CMYK0.00%36.53%14.61%
14.12%

Color #DB8BBB in popluar number systems.

HEXDB8BBB
Decimal219139187
Binary110110111000101110111011
Octal333213273

Shades and tints

Shades of #DB8BBB

#DB8BBB
(219,139,187)
#C87FAA
(200,127,170)
#B57399
(181,115,153)
#A26788
(162,103,136)
#8F5B77
(143,91,119)
#7C4F66
(124,79,102)
#694355
(105,67,85)
#563744
(86,55,68)
#432B33
(67,43,51)
#301F22
(48,31,34)
#1D1311
(29,19,17)
#000000
(0,0,0)

Tints of #DB8BBB

#DB8BBB
(219,139,187)
#DE95C1
(222,149,193)
#E19FC7
(225,159,199)
#E4A9CD
(228,169,205)
#E7B3D3
(231,179,211)
#EABDD9
(234,189,217)
#EDC7DF
(237,199,223)
#F0D1E5
(240,209,229)
#F3DBEB
(243,219,235)
#F6E5F1
(246,229,241)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB8BBB; }

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

This text font color is #DB8BBB.


Background Color

.myBgColor { background-color: #DB8BBB; }

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

This div background color is #DB8BBB.


Border color

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

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

This div border color is #DB8BBB.


Opacity

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

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

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

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

This text has shadow with #DB8BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8BBB on black background.


Color preview on white background

This text has color #DB8BBB on white background.



Black color preview on #DB8BBB background

This text has black color on #DB8BBB background.


White color preview on #DB8BBB background

This text has white color on #DB8BBB background.