COLOR #DB9DBF

HEX: #DB9DBF RGB: (219,157,191)

Color info

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

RGB color model

#DB9DBF color RGB value is (219,157,191).

RGB: (219,157,191) (86%, 62%, 75%)

RGB channels and saturation

R 219 of 255 = 86%
G 157 of 255 = 62%
B 191 of 255 = 75%

219
157
191

R + G + B ~ 74%. #DB9DBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 157 + 191 = 567 (100%)
R 219 of 567 ~ 38.62%
G 157 of 567 ~ 27.69%
B 191 of 567 ~ 33.69'%

%38.62
%27.69
%33.69

CMYK color model

#DB9DBF color CMYK value is (0,28,13,14).

  • cyan value is 0.00%
  • magenta value is 28.31%
  • yellow value is 12.79%
  • key color value is 14.12%

CMYK: (0,28,13,14)
C0M28Y13K14 (0%, 28%, 13%, 14%)
(0.00 / 0.28 / 0.13 / 0.14)

CMYK percentages

%0
%28.31
%12.79
%14.12

Codes

Color #DB9DBF in popluar color models

DB 9D BF
RGB 219 157 191
HSL 327° 46.27% 73.73%
HSB/HSV 327° 28.31% 85.88%
CMYK 0.00% 28.31% 12.79%
14.12%

Color #DB9DBF in popluar number systems.

HEX DB 9D BF
Decimal 219 157 191
Binary 11011011 10011101 10111111
Octal 333 235 277

Shades and tints

Shades of #DB9DBF

#DB9DBF
(219,157,191)
#C88FAE
(200,143,174)
#B5819D
(181,129,157)
#A2738C
(162,115,140)
#8F657B
(143,101,123)
#7C576A
(124,87,106)
#694959
(105,73,89)
#563B48
(86,59,72)
#432D37
(67,45,55)
#301F26
(48,31,38)
#1D1115
(29,17,21)
#000000
(0,0,0)

Tints of #DB9DBF

#DB9DBF
(219,157,191)
#DEA5C4
(222,165,196)
#E1ADC9
(225,173,201)
#E4B5CE
(228,181,206)
#E7BDD3
(231,189,211)
#EAC5D8
(234,197,216)
#EDCDDD
(237,205,221)
#F0D5E2
(240,213,226)
#F3DDE7
(243,221,231)
#F6E5EC
(246,229,236)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9DBF color. Also use rgb(219,157,191) instead hex code.

Text Font Color

.myTextColor { color: #DB9DBF; }

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

This text font color is #DB9DBF.

Background Color

.myBgColor { background-color: #DB9DBF; }

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

This div background color is #DB9DBF.

Border color

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

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

This div border color is #DB9DBF.

Opacity

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

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

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

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

This text has shadow with #DB9DBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9DBF.

Preview

Color preview on black background

This text has color #DB9DBF on black background.


Color preview on white background

This text has color #DB9DBF on white background.


Black color preview on #DB9DBF background

This text has black color on #DB9DBF background.


White color preview on #DB9DBF background

This text has white color on #DB9DBF background.


Related colors

Complementary color

Complementary color for #hex is #246240.


I love getcolorcode.com

Triadic colors

1 #BFDB9D and #9DBFDB with #DB9DBF are triadic colors.

2 #BF9DDB and #9DDBBF with #DB9DBF are triadic colors.