COLOR #DBDFE6

HEX: #DBDFE6
RGB: (219,223,230)

Color info

#DBDFE6 contains red, green and blue colors in about the same proportion. Web safe color of #DBDFE6 is #CCCCCC (or #CCC).

RGB color model

#DBDFE6 color RGB value is (219,223,230).

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

RGB channels and saturation

R 219 of 255 = 86%
G 223 of 255 = 87%
B 230 of 255 = 90%

219
223
230

R + G + B ~ 88%. #DBDFE6 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 223 + 230 = 672 (100%)
R 219 of 672 ~ 32.59%
G 223 of 672 ~ 33.18%
B 230 of 672 ~ 34.23%

%32.59
%33.18
%34.23

CMYK color model

#DBDFE6 color CMYK value is (5,3,0,10).

  • cyan value is 4.78%
  • magenta value is 3.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (5,3,0,10) C5M3Y0K10 (5%,3%,0%,10%) (0.05/0.03/0.00/0.10)

CMYK percentages

%4.78
%3.04
%0
%9.8

Codes

Color #DBDFE6 in popluar color models

DBDFE6
RGB219223230
HSL218°18.03%88.04%
HSB/HSV218°4.78%90.20%
CMYK4.78%3.04%0.00%
9.80%

Color #DBDFE6 in popluar number systems.

HEXDBDFE6
Decimal219223230
Binary110110111101111111100110
Octal333337346

Shades and tints

Shades of #DBDFE6

#DBDFE6
(219,223,230)
#C8CBD2
(200,203,210)
#B5B7BE
(181,183,190)
#A2A3AA
(162,163,170)
#8F8F96
(143,143,150)
#7C7B82
(124,123,130)
#69676E
(105,103,110)
#56535A
(86,83,90)
#433F46
(67,63,70)
#302B32
(48,43,50)
#1D171E
(29,23,30)
#000000
(0,0,0)

Tints of #DBDFE6

#DBDFE6
(219,223,230)
#DEE1E8
(222,225,232)
#E1E3EA
(225,227,234)
#E4E5EC
(228,229,236)
#E7E7EE
(231,231,238)
#EAE9F0
(234,233,240)
#EDEBF2
(237,235,242)
#F0EDF4
(240,237,244)
#F3EFF6
(243,239,246)
#F6F1F8
(246,241,248)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDFE6; }

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

This text font color is #DBDFE6.


Background Color

.myBgColor { background-color: #DBDFE6; }

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

This div background color is #DBDFE6.


Border color

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

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

This div border color is #DBDFE6.


Opacity

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

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

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

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

This text has shadow with #DBDFE6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DBDFE6 on black background.


Color preview on white background

This text has color #DBDFE6 on white background.



Black color preview on #DBDFE6 background

This text has black color on #DBDFE6 background.


White color preview on #DBDFE6 background

This text has white color on #DBDFE6 background.