COLOR #DBDFEE

HEX: #DBDFEE
RGB: (219,223,238)

Color info

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

RGB color model

#DBDFEE color RGB value is (219,223,238).

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

RGB channels and saturation

R 219 of 255 = 86%
G 223 of 255 = 87%
B 238 of 255 = 93%

219
223
238

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

Portions of RGB colors in percentages

R + G + B =
219 + 223 + 238 = 680 (100%)
R 219 of 680 ~ 32.21%
G 223 of 680 ~ 32.79%
B 238 of 680 ~ 35%

%32.21
%32.79
%35

CMYK color model

#DBDFEE color CMYK value is (8,6,0,7).

  • cyan value is 7.98%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(8,6,0,7)
C8M6Y0K7 
(8%,6%,0%,7%)
(0.08/0.06/0.00/0.07)	

CMYK percentages

%7.98
%6.3
%0
%6.67

Codes

Color #DBDFEE in popluar color models

DBDFEE
RGB219223238
HSL227°35.85%89.61%
HSB/HSV227°7.98%93.33%
CMYK7.98%6.30%0.00%
6.67%

Color #DBDFEE in popluar number systems.

HEXDBDFEE
Decimal219223238
Binary110110111101111111101110
Octal333337356

Shades and tints

Shades of #DBDFEE

#DBDFEE
(219,223,238)
#C8CBD9
(200,203,217)
#B5B7C4
(181,183,196)
#A2A3AF
(162,163,175)
#8F8F9A
(143,143,154)
#7C7B85
(124,123,133)
#696770
(105,103,112)
#56535B
(86,83,91)
#433F46
(67,63,70)
#302B31
(48,43,49)
#1D171C
(29,23,28)
#000000
(0,0,0)

Tints of #DBDFEE

#DBDFEE
(219,223,238)
#DEE1EF
(222,225,239)
#E1E3F0
(225,227,240)
#E4E5F1
(228,229,241)
#E7E7F2
(231,231,242)
#EAE9F3
(234,233,243)
#EDEBF4
(237,235,244)
#F0EDF5
(240,237,245)
#F3EFF6
(243,239,246)
#F6F1F7
(246,241,247)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDFEE; }

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

This text font color is #DBDFEE.


Background Color

.myBgColor { background-color: #DBDFEE; }

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

This div background color is #DBDFEE.


Border color

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

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

This div border color is #DBDFEE.


Opacity

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

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

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

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

This text has shadow with #DBDFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDFEE on black background.


Color preview on white background

This text has color #DBDFEE on white background.



Black color preview on #DBDFEE background

This text has black color on #DBDFEE background.


White color preview on #DBDFEE background

This text has white color on #DBDFEE background.