COLOR #DBDBF7

HEX: #DBDBF7
RGB: (219,219,247)

Color info

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

RGB color model

#DBDBF7 color RGB value is (219,219,247).

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

RGB channels and saturation

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

219
219
247

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

Portions of RGB colors in percentages

R + G + B =
219 + 219 + 247 = 685 (100%)
R 219 of 685 ~ 31.97%
G 219 of 685 ~ 31.97%
B 247 of 685 ~ 36.06%

%31.97
%31.97
%36.06

CMYK color model

#DBDBF7 color CMYK value is (11,11,0,3).

  • cyan value is 11.34%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(11,11,0,3)
C11M11Y0K3 
(11%,11%,0%,3%)
(0.11/0.11/0.00/0.03)	

CMYK percentages

%11.34
%11.34
%0
%3.14

Codes

Color #DBDBF7 in popluar color models

DBDBF7
RGB219219247
HSL240°63.64%91.37%
HSB/HSV240°11.34%96.86%
CMYK11.34%11.34%0.00%
3.14%

Color #DBDBF7 in popluar number systems.

HEXDBDBF7
Decimal219219247
Binary110110111101101111110111
Octal333333367

Shades and tints

Shades of #DBDBF7

#DBDBF7
(219,219,247)
#C8C8E1
(200,200,225)
#B5B5CB
(181,181,203)
#A2A2B5
(162,162,181)
#8F8F9F
(143,143,159)
#7C7C89
(124,124,137)
#696973
(105,105,115)
#56565D
(86,86,93)
#434347
(67,67,71)
#303031
(48,48,49)
#1D1D1B
(29,29,27)
#000000
(0,0,0)

Tints of #DBDBF7

#DBDBF7
(219,219,247)
#DEDEF7
(222,222,247)
#E1E1F7
(225,225,247)
#E4E4F7
(228,228,247)
#E7E7F7
(231,231,247)
#EAEAF7
(234,234,247)
#EDEDF7
(237,237,247)
#F0F0F7
(240,240,247)
#F3F3F7
(243,243,247)
#F6F6F7
(246,246,247)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDBF7; }

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

This text font color is #DBDBF7.


Background Color

.myBgColor { background-color: #DBDBF7; }

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

This div background color is #DBDBF7.


Border color

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

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

This div border color is #DBDBF7.


Opacity

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

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

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

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

This text has shadow with #DBDBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDBF7 on black background.


Color preview on white background

This text has color #DBDBF7 on white background.



Black color preview on #DBDBF7 background

This text has black color on #DBDBF7 background.


White color preview on #DBDBF7 background

This text has white color on #DBDBF7 background.