COLOR #DBB5F2

HEX: #DBB5F2
RGB: (219,181,242)

Color info

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

RGB color model

#DBB5F2 color RGB value is (219,181,242).

  • red value is 219;
  • green value is 181;
  • blue value is 242.
RGB:
(219,181,242)
(86%,71%,95%)

RGB channels and saturation

R 219 of 255 = 86%
G 181 of 255 = 71%
B 242 of 255 = 95%

219
181
242

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

Portions of RGB colors in percentages

R + G + B =
219 + 181 + 242 = 642 (100%)
R 219 of 642 ~ 34.11%
G 181 of 642 ~ 28.19%
B 242 of 642 ~ 37.69%

%34.11
%28.19
%37.69

CMYK color model

#DBB5F2 color CMYK value is (10,25,0,5).

  • cyan value is 9.50%
  • magenta value is 25.21%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,25,0,5)
C10M25Y0K5 
(10%,25%,0%,5%)
(0.10/0.25/0.00/0.05)	

CMYK percentages

%9.5
%25.21
%0
%5.1

Codes

Color #DBB5F2 in popluar color models

DBB5F2
RGB219181242
HSL277°70.11%82.94%
HSB/HSV277°25.21%94.90%
CMYK9.50%25.21%0.00%
5.10%

Color #DBB5F2 in popluar number systems.

HEXDBB5F2
Decimal219181242
Binary110110111011010111110010
Octal333265362

Shades and tints

Shades of #DBB5F2

#DBB5F2
(219,181,242)
#C8A5DC
(200,165,220)
#B595C6
(181,149,198)
#A285B0
(162,133,176)
#8F759A
(143,117,154)
#7C6584
(124,101,132)
#69556E
(105,85,110)
#564558
(86,69,88)
#433542
(67,53,66)
#30252C
(48,37,44)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #DBB5F2

#DBB5F2
(219,181,242)
#DEBBF3
(222,187,243)
#E1C1F4
(225,193,244)
#E4C7F5
(228,199,245)
#E7CDF6
(231,205,246)
#EAD3F7
(234,211,247)
#EDD9F8
(237,217,248)
#F0DFF9
(240,223,249)
#F3E5FA
(243,229,250)
#F6EBFB
(246,235,251)
#F9F1FC
(249,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBB5F2 color. Also use rgb(219,181,242) instead hex code.

Text Font Color

.myTextColor { color: #DBB5F2; }

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

This text font color is #DBB5F2.


Background Color

.myBgColor { background-color: #DBB5F2; }

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

This div background color is #DBB5F2.


Border color

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

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

This div border color is #DBB5F2.


Opacity

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

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

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

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

This text has shadow with #DBB5F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB5F2 on black background.


Color preview on white background

This text has color #DBB5F2 on white background.



Black color preview on #DBB5F2 background

This text has black color on #DBB5F2 background.


White color preview on #DBB5F2 background

This text has white color on #DBB5F2 background.