COLOR #DBDBF6

HEX: #DBDBF6
RGB: (219,219,246)

Color info

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

RGB color model

#DBDBF6 color RGB value is (219,219,246).

  • red value is 219;
  • green value is 219;
  • blue value is 246.
RGB:
(219,219,246)
(86%,86%,96%)

RGB channels and saturation

R 219 of 255 = 86%
G 219 of 255 = 86%
B 246 of 255 = 96%

219
219
246

R + G + B ~ 89%. #DBDBF6 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 219 + 246 = 684 (100%)
R 219 of 684 ~ 32.02%
G 219 of 684 ~ 32.02%
B 246 of 684 ~ 35.96%

%32.02
%32.02
%35.96

CMYK color model

#DBDBF6 color CMYK value is (11,11,0,4).

  • cyan value is 10.98%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(11,11,0,4)
C11M11Y0K4 
(11%,11%,0%,4%)
(0.11/0.11/0.00/0.04)	

CMYK percentages

%10.98
%10.98
%0
%3.53

Codes

Color #DBDBF6 in popluar color models

DBDBF6
RGB219219246
HSL240°60.00%91.18%
HSB/HSV240°10.98%96.47%
CMYK10.98%10.98%0.00%
3.53%

Color #DBDBF6 in popluar number systems.

HEXDBDBF6
Decimal219219246
Binary110110111101101111110110
Octal333333366

Shades and tints

Shades of #DBDBF6

#DBDBF6
(219,219,246)
#C8C8E0
(200,200,224)
#B5B5CA
(181,181,202)
#A2A2B4
(162,162,180)
#8F8F9E
(143,143,158)
#7C7C88
(124,124,136)
#696972
(105,105,114)
#56565C
(86,86,92)
#434346
(67,67,70)
#303030
(48,48,48)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #DBDBF6

#DBDBF6
(219,219,246)
#DEDEF6
(222,222,246)
#E1E1F6
(225,225,246)
#E4E4F6
(228,228,246)
#E7E7F6
(231,231,246)
#EAEAF6
(234,234,246)
#EDEDF6
(237,237,246)
#F0F0F6
(240,240,246)
#F3F3F6
(243,243,246)
#F6F6F6
(246,246,246)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDBF6; }

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

This text font color is #DBDBF6.


Background Color

.myBgColor { background-color: #DBDBF6; }

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

This div background color is #DBDBF6.


Border color

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

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

This div border color is #DBDBF6.


Opacity

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

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

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

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

This text has shadow with #DBDBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDBF6 on black background.


Color preview on white background

This text has color #DBDBF6 on white background.



Black color preview on #DBDBF6 background

This text has black color on #DBDBF6 background.


White color preview on #DBDBF6 background

This text has white color on #DBDBF6 background.