COLOR #DBB9FB

HEX: #DBB9FB
RGB: (219,185,251)

Color info

#DBB9FB contains mainly red and blue colors. Web safe color of #DBB9FB is #CCCCFF (or #CCF).

RGB color model

#DBB9FB color RGB value is (219,185,251).

  • red value is 219;
  • green value is 185;
  • blue value is 251.
RGB:
(219,185,251)
(86%,73%,98%)

RGB channels and saturation

R 219 of 255 = 86%
G 185 of 255 = 73%
B 251 of 255 = 98%

219
185
251

R + G + B ~ 86%. #DBB9FB is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 185 + 251 = 655 (100%)
R 219 of 655 ~ 33.44%
G 185 of 655 ~ 28.24%
B 251 of 655 ~ 38.32%

%33.44
%28.24
%38.32

CMYK color model

#DBB9FB color CMYK value is (13,26,0,2).

  • cyan value is 12.75%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(13,26,0,2)
C13M26Y0K2 
(13%,26%,0%,2%)
(0.13/0.26/0.00/0.02)	

CMYK percentages

%12.75
%26.29
%0
%1.57

Codes

Color #DBB9FB in popluar color models

DBB9FB
RGB219185251
HSL271°89.19%85.49%
HSB/HSV271°26.29%98.43%
CMYK12.75%26.29%0.00%
1.57%

Color #DBB9FB in popluar number systems.

HEXDBB9FB
Decimal219185251
Binary110110111011100111111011
Octal333271373

Shades and tints

Shades of #DBB9FB

#DBB9FB
(219,185,251)
#C8A9E5
(200,169,229)
#B599CF
(181,153,207)
#A289B9
(162,137,185)
#8F79A3
(143,121,163)
#7C698D
(124,105,141)
#695977
(105,89,119)
#564961
(86,73,97)
#43394B
(67,57,75)
#302935
(48,41,53)
#1D191F
(29,25,31)
#000000
(0,0,0)

Tints of #DBB9FB

#DBB9FB
(219,185,251)
#DEBFFB
(222,191,251)
#E1C5FB
(225,197,251)
#E4CBFB
(228,203,251)
#E7D1FB
(231,209,251)
#EAD7FB
(234,215,251)
#EDDDFB
(237,221,251)
#F0E3FB
(240,227,251)
#F3E9FB
(243,233,251)
#F6EFFB
(246,239,251)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB9FB color. Also use rgb(219,185,251) instead hex code.

Text Font Color

.myTextColor { color: #DBB9FB; }

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

This text font color is #DBB9FB.


Background Color

.myBgColor { background-color: #DBB9FB; }

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

This div background color is #DBB9FB.


Border color

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

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

This div border color is #DBB9FB.


Opacity

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

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

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

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

This text has shadow with #DBB9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB9FB on black background.


Color preview on white background

This text has color #DBB9FB on white background.



Black color preview on #DBB9FB background

This text has black color on #DBB9FB background.


White color preview on #DBB9FB background

This text has white color on #DBB9FB background.