COLOR #DBDBF8

HEX: #DBDBF8
RGB: (219,219,248)

Color info

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

RGB color model

#DBDBF8 color RGB value is (219,219,248).

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

RGB channels and saturation

R 219 of 255 = 86%
G 219 of 255 = 86%
B 248 of 255 = 97%

219
219
248

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

Portions of RGB colors in percentages

R + G + B =
219 + 219 + 248 = 686 (100%)
R 219 of 686 ~ 31.92%
G 219 of 686 ~ 31.92%
B 248 of 686 ~ 36.15%

%31.92
%31.92
%36.15

CMYK color model

#DBDBF8 color CMYK value is (12,12,0,3).

  • cyan value is 11.69%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(12,12,0,3)
C12M12Y0K3 
(12%,12%,0%,3%)
(0.12/0.12/0.00/0.03)	

CMYK percentages

%11.69
%11.69
%0
%2.75

Codes

Color #DBDBF8 in popluar color models

DBDBF8
RGB219219248
HSL240°67.44%91.57%
HSB/HSV240°11.69%97.25%
CMYK11.69%11.69%0.00%
2.75%

Color #DBDBF8 in popluar number systems.

HEXDBDBF8
Decimal219219248
Binary110110111101101111111000
Octal333333370

Shades and tints

Shades of #DBDBF8

#DBDBF8
(219,219,248)
#C8C8E2
(200,200,226)
#B5B5CC
(181,181,204)
#A2A2B6
(162,162,182)
#8F8FA0
(143,143,160)
#7C7C8A
(124,124,138)
#696974
(105,105,116)
#56565E
(86,86,94)
#434348
(67,67,72)
#303032
(48,48,50)
#1D1D1C
(29,29,28)
#000000
(0,0,0)

Tints of #DBDBF8

#DBDBF8
(219,219,248)
#DEDEF8
(222,222,248)
#E1E1F8
(225,225,248)
#E4E4F8
(228,228,248)
#E7E7F8
(231,231,248)
#EAEAF8
(234,234,248)
#EDEDF8
(237,237,248)
#F0F0F8
(240,240,248)
#F3F3F8
(243,243,248)
#F6F6F8
(246,246,248)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDBF8; }

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

This text font color is #DBDBF8.


Background Color

.myBgColor { background-color: #DBDBF8; }

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

This div background color is #DBDBF8.


Border color

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

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

This div border color is #DBDBF8.


Opacity

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

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

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

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

This text has shadow with #DBDBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDBF8 on black background.


Color preview on white background

This text has color #DBDBF8 on white background.



Black color preview on #DBDBF8 background

This text has black color on #DBDBF8 background.


White color preview on #DBDBF8 background

This text has white color on #DBDBF8 background.