COLOR #DBDFF6

HEX: #DBDFF6
RGB: (219,223,246)

Color info

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

RGB color model

#DBDFF6 color RGB value is (219,223,246).

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

RGB channels and saturation

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

219
223
246

R + G + B ~ 90%. #DBDFF6 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 223 + 246 = 688 (100%)
R 219 of 688 ~ 31.83%
G 223 of 688 ~ 32.41%
B 246 of 688 ~ 35.76%

%31.83
%32.41
%35.76

CMYK color model

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

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

CMYK percentages

%10.98
%9.35
%0
%3.53

Codes

Color #DBDFF6 in popluar color models

DBDFF6
RGB219223246
HSL231°60.00%91.18%
HSB/HSV231°10.98%96.47%
CMYK10.98%9.35%0.00%
3.53%

Color #DBDFF6 in popluar number systems.

HEXDBDFF6
Decimal219223246
Binary110110111101111111110110
Octal333337366

Shades and tints

Shades of #DBDFF6

#DBDFF6
(219,223,246)
#C8CBE0
(200,203,224)
#B5B7CA
(181,183,202)
#A2A3B4
(162,163,180)
#8F8F9E
(143,143,158)
#7C7B88
(124,123,136)
#696772
(105,103,114)
#56535C
(86,83,92)
#433F46
(67,63,70)
#302B30
(48,43,48)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #DBDFF6

#DBDFF6
(219,223,246)
#DEE1F6
(222,225,246)
#E1E3F6
(225,227,246)
#E4E5F6
(228,229,246)
#E7E7F6
(231,231,246)
#EAE9F6
(234,233,246)
#EDEBF6
(237,235,246)
#F0EDF6
(240,237,246)
#F3EFF6
(243,239,246)
#F6F1F6
(246,241,246)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDFF6; }

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

This text font color is #DBDFF6.


Background Color

.myBgColor { background-color: #DBDFF6; }

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

This div background color is #DBDFF6.


Border color

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

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

This div border color is #DBDFF6.


Opacity

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

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

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

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

This text has shadow with #DBDFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDFF6 on black background.


Color preview on white background

This text has color #DBDFF6 on white background.



Black color preview on #DBDFF6 background

This text has black color on #DBDFF6 background.


White color preview on #DBDFF6 background

This text has white color on #DBDFF6 background.