COLOR #DB92BB

HEX: #DB92BB
RGB: (219,146,187)

Color info

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

RGB color model

#DB92BB color RGB value is (219,146,187).

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

RGB channels and saturation

R 219 of 255 = 86%
G 146 of 255 = 57%
B 187 of 255 = 73%

219
146
187

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

Portions of RGB colors in percentages

R + G + B =
219 + 146 + 187 = 552 (100%)
R 219 of 552 ~ 39.67%
G 146 of 552 ~ 26.45%
B 187 of 552 ~ 33.88%

%39.67
%26.45
%33.88

CMYK color model

#DB92BB color CMYK value is (0,33,15,14).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 14.61%
  • key color value is 14.12%
CMYK:
(0,33,15,14)
C0M33Y15K14 
(0%,33%,15%,14%)
(0.00/0.33/0.15/0.14)	

CMYK percentages

%0
%33.33
%14.61
%14.12

Codes

Color #DB92BB in popluar color models

DB92BB
RGB219146187
HSL326°50.34%71.57%
HSB/HSV326°33.33%85.88%
CMYK0.00%33.33%14.61%
14.12%

Color #DB92BB in popluar number systems.

HEXDB92BB
Decimal219146187
Binary110110111001001010111011
Octal333222273

Shades and tints

Shades of #DB92BB

#DB92BB
(219,146,187)
#C885AA
(200,133,170)
#B57899
(181,120,153)
#A26B88
(162,107,136)
#8F5E77
(143,94,119)
#7C5166
(124,81,102)
#694455
(105,68,85)
#563744
(86,55,68)
#432A33
(67,42,51)
#301D22
(48,29,34)
#1D1011
(29,16,17)
#000000
(0,0,0)

Tints of #DB92BB

#DB92BB
(219,146,187)
#DE9BC1
(222,155,193)
#E1A4C7
(225,164,199)
#E4ADCD
(228,173,205)
#E7B6D3
(231,182,211)
#EABFD9
(234,191,217)
#EDC8DF
(237,200,223)
#F0D1E5
(240,209,229)
#F3DAEB
(243,218,235)
#F6E3F1
(246,227,241)
#F9ECF7
(249,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB92BB; }

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

This text font color is #DB92BB.


Background Color

.myBgColor { background-color: #DB92BB; }

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

This div background color is #DB92BB.


Border color

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

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

This div border color is #DB92BB.


Opacity

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

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

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

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

This text has shadow with #DB92BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB92BB on black background.


Color preview on white background

This text has color #DB92BB on white background.



Black color preview on #DB92BB background

This text has black color on #DB92BB background.


White color preview on #DB92BB background

This text has white color on #DB92BB background.