COLOR #DBB7F1

HEX: #DBB7F1
RGB: (219,183,241)

Color info

#DBB7F1 contains red, green and blue colors in about the same proportion. Web safe color of #DBB7F1 is #CCCCFF (or #CCF).

RGB color model

#DBB7F1 color RGB value is (219,183,241).

  • red value is 219;
  • green value is 183;
  • blue value is 241.
RGB:
(219,183,241)
(86%,72%,95%)

RGB channels and saturation

R 219 of 255 = 86%
G 183 of 255 = 72%
B 241 of 255 = 95%

219
183
241

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

Portions of RGB colors in percentages

R + G + B =
219 + 183 + 241 = 643 (100%)
R 219 of 643 ~ 34.06%
G 183 of 643 ~ 28.46%
B 241 of 643 ~ 37.48%

%34.06
%28.46
%37.48

CMYK color model

#DBB7F1 color CMYK value is (9,24,0,5).

  • cyan value is 9.13%
  • magenta value is 24.07%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(9,24,0,5)
C9M24Y0K5 
(9%,24%,0%,5%)
(0.09/0.24/0.00/0.05)	

CMYK percentages

%9.13
%24.07
%0
%5.49

Codes

Color #DBB7F1 in popluar color models

DBB7F1
RGB219183241
HSL277°67.44%83.14%
HSB/HSV277°24.07%94.51%
CMYK9.13%24.07%0.00%
5.49%

Color #DBB7F1 in popluar number systems.

HEXDBB7F1
Decimal219183241
Binary110110111011011111110001
Octal333267361

Shades and tints

Shades of #DBB7F1

#DBB7F1
(219,183,241)
#C8A7DC
(200,167,220)
#B597C7
(181,151,199)
#A287B2
(162,135,178)
#8F779D
(143,119,157)
#7C6788
(124,103,136)
#695773
(105,87,115)
#56475E
(86,71,94)
#433749
(67,55,73)
#302734
(48,39,52)
#1D171F
(29,23,31)
#000000
(0,0,0)

Tints of #DBB7F1

#DBB7F1
(219,183,241)
#DEBDF2
(222,189,242)
#E1C3F3
(225,195,243)
#E4C9F4
(228,201,244)
#E7CFF5
(231,207,245)
#EAD5F6
(234,213,246)
#EDDBF7
(237,219,247)
#F0E1F8
(240,225,248)
#F3E7F9
(243,231,249)
#F6EDFA
(246,237,250)
#F9F3FB
(249,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB7F1 color. Also use rgb(219,183,241) instead hex code.

Text Font Color

.myTextColor { color: #DBB7F1; }

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

This text font color is #DBB7F1.


Background Color

.myBgColor { background-color: #DBB7F1; }

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

This div background color is #DBB7F1.


Border color

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

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

This div border color is #DBB7F1.


Opacity

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

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

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

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

This text has shadow with #DBB7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB7F1 on black background.


Color preview on white background

This text has color #DBB7F1 on white background.



Black color preview on #DBB7F1 background

This text has black color on #DBB7F1 background.


White color preview on #DBB7F1 background

This text has white color on #DBB7F1 background.