COLOR #DBDBF0

HEX: #DBDBF0
RGB: (219,219,240)

Color info

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

RGB color model

#DBDBF0 color RGB value is (219,219,240).

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

RGB channels and saturation

R 219 of 255 = 86%
G 219 of 255 = 86%
B 240 of 255 = 94%

219
219
240

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

Portions of RGB colors in percentages

R + G + B =
219 + 219 + 240 = 678 (100%)
R 219 of 678 ~ 32.3%
G 219 of 678 ~ 32.3%
B 240 of 678 ~ 35.4%

%32.3
%32.3
%35.4

CMYK color model

#DBDBF0 color CMYK value is (9,9,0,6).

  • cyan value is 8.75%
  • magenta value is 8.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(9,9,0,6)
C9M9Y0K6 
(9%,9%,0%,6%)
(0.09/0.09/0.00/0.06)	

CMYK percentages

%8.75
%8.75
%0
%5.88

Codes

Color #DBDBF0 in popluar color models

DBDBF0
RGB219219240
HSL240°41.18%90.00%
HSB/HSV240°8.75%94.12%
CMYK8.75%8.75%0.00%
5.88%

Color #DBDBF0 in popluar number systems.

HEXDBDBF0
Decimal219219240
Binary110110111101101111110000
Octal333333360

Shades and tints

Shades of #DBDBF0

#DBDBF0
(219,219,240)
#C8C8DB
(200,200,219)
#B5B5C6
(181,181,198)
#A2A2B1
(162,162,177)
#8F8F9C
(143,143,156)
#7C7C87
(124,124,135)
#696972
(105,105,114)
#56565D
(86,86,93)
#434348
(67,67,72)
#303033
(48,48,51)
#1D1D1E
(29,29,30)
#000000
(0,0,0)

Tints of #DBDBF0

#DBDBF0
(219,219,240)
#DEDEF1
(222,222,241)
#E1E1F2
(225,225,242)
#E4E4F3
(228,228,243)
#E7E7F4
(231,231,244)
#EAEAF5
(234,234,245)
#EDEDF6
(237,237,246)
#F0F0F7
(240,240,247)
#F3F3F8
(243,243,248)
#F6F6F9
(246,246,249)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDBF0; }

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

This text font color is #DBDBF0.


Background Color

.myBgColor { background-color: #DBDBF0; }

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

This div background color is #DBDBF0.


Border color

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

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

This div border color is #DBDBF0.


Opacity

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

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

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

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

This text has shadow with #DBDBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDBF0 on black background.


Color preview on white background

This text has color #DBDBF0 on white background.



Black color preview on #DBDBF0 background

This text has black color on #DBDBF0 background.


White color preview on #DBDBF0 background

This text has white color on #DBDBF0 background.