COLOR #DBB1F9

HEX: #DBB1F9
RGB: (219,177,249)

Color info

#DBB1F9 contains mainly red and blue colors. Web safe color of #DBB1F9 is #CC99FF (or #C9F).

RGB color model

#DBB1F9 color RGB value is (219,177,249).

  • red value is 219;
  • green value is 177;
  • blue value is 249.
RGB:
(219,177,249)
(86%,69%,98%)

RGB channels and saturation

R 219 of 255 = 86%
G 177 of 255 = 69%
B 249 of 255 = 98%

219
177
249

R + G + B ~ 84%. #DBB1F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 177 + 249 = 645 (100%)
R 219 of 645 ~ 33.95%
G 177 of 645 ~ 27.44%
B 249 of 645 ~ 38.6%

%33.95
%27.44
%38.6

CMYK color model

#DBB1F9 color CMYK value is (12,29,0,2).

  • cyan value is 12.05%
  • magenta value is 28.92%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(12,29,0,2)
C12M29Y0K2 
(12%,29%,0%,2%)
(0.12/0.29/0.00/0.02)	

CMYK percentages

%12.05
%28.92
%0
%2.35

Codes

Color #DBB1F9 in popluar color models

DBB1F9
RGB219177249
HSL275°85.71%83.53%
HSB/HSV275°28.92%97.65%
CMYK12.05%28.92%0.00%
2.35%

Color #DBB1F9 in popluar number systems.

HEXDBB1F9
Decimal219177249
Binary110110111011000111111001
Octal333261371

Shades and tints

Shades of #DBB1F9

#DBB1F9
(219,177,249)
#C8A1E3
(200,161,227)
#B591CD
(181,145,205)
#A281B7
(162,129,183)
#8F71A1
(143,113,161)
#7C618B
(124,97,139)
#695175
(105,81,117)
#56415F
(86,65,95)
#433149
(67,49,73)
#302133
(48,33,51)
#1D111D
(29,17,29)
#000000
(0,0,0)

Tints of #DBB1F9

#DBB1F9
(219,177,249)
#DEB8F9
(222,184,249)
#E1BFF9
(225,191,249)
#E4C6F9
(228,198,249)
#E7CDF9
(231,205,249)
#EAD4F9
(234,212,249)
#EDDBF9
(237,219,249)
#F0E2F9
(240,226,249)
#F3E9F9
(243,233,249)
#F6F0F9
(246,240,249)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB1F9 color. Also use rgb(219,177,249) instead hex code.

Text Font Color

.myTextColor { color: #DBB1F9; }

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

This text font color is #DBB1F9.


Background Color

.myBgColor { background-color: #DBB1F9; }

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

This div background color is #DBB1F9.


Border color

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

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

This div border color is #DBB1F9.


Opacity

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

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

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

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

This text has shadow with #DBB1F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB1F9 on black background.


Color preview on white background

This text has color #DBB1F9 on white background.



Black color preview on #DBB1F9 background

This text has black color on #DBB1F9 background.


White color preview on #DBB1F9 background

This text has white color on #DBB1F9 background.