COLOR #DBC1F9

HEX: #DBC1F9
RGB: (219,193,249)

Color info

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

RGB color model

#DBC1F9 color RGB value is (219,193,249).

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

RGB channels and saturation

R 219 of 255 = 86%
G 193 of 255 = 76%
B 249 of 255 = 98%

219
193
249

R + G + B ~ 87%. #DBC1F9 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 193 + 249 = 661 (100%)
R 219 of 661 ~ 33.13%
G 193 of 661 ~ 29.2%
B 249 of 661 ~ 37.67%

%33.13
%29.2
%37.67

CMYK color model

#DBC1F9 color CMYK value is (12,22,0,2).

  • cyan value is 12.05%
  • magenta value is 22.49%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(12,22,0,2)
C12M22Y0K2 
(12%,22%,0%,2%)
(0.12/0.22/0.00/0.02)	

CMYK percentages

%12.05
%22.49
%0
%2.35

Codes

Color #DBC1F9 in popluar color models

DBC1F9
RGB219193249
HSL268°82.35%86.67%
HSB/HSV268°22.49%97.65%
CMYK12.05%22.49%0.00%
2.35%

Color #DBC1F9 in popluar number systems.

HEXDBC1F9
Decimal219193249
Binary110110111100000111111001
Octal333301371

Shades and tints

Shades of #DBC1F9

#DBC1F9
(219,193,249)
#C8B0E3
(200,176,227)
#B59FCD
(181,159,205)
#A28EB7
(162,142,183)
#8F7DA1
(143,125,161)
#7C6C8B
(124,108,139)
#695B75
(105,91,117)
#564A5F
(86,74,95)
#433949
(67,57,73)
#302833
(48,40,51)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #DBC1F9

#DBC1F9
(219,193,249)
#DEC6F9
(222,198,249)
#E1CBF9
(225,203,249)
#E4D0F9
(228,208,249)
#E7D5F9
(231,213,249)
#EADAF9
(234,218,249)
#EDDFF9
(237,223,249)
#F0E4F9
(240,228,249)
#F3E9F9
(243,233,249)
#F6EEF9
(246,238,249)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBC1F9; }

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

This text font color is #DBC1F9.


Background Color

.myBgColor { background-color: #DBC1F9; }

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

This div background color is #DBC1F9.


Border color

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

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

This div border color is #DBC1F9.


Opacity

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

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

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

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

This text has shadow with #DBC1F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBC1F9 on black background.


Color preview on white background

This text has color #DBC1F9 on white background.



Black color preview on #DBC1F9 background

This text has black color on #DBC1F9 background.


White color preview on #DBC1F9 background

This text has white color on #DBC1F9 background.