COLOR #DBDCE6

HEX: #DBDCE6
RGB: (219,220,230)

Color info

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

RGB color model

#DBDCE6 color RGB value is (219,220,230).

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

RGB channels and saturation

R 219 of 255 = 86%
G 220 of 255 = 86%
B 230 of 255 = 90%

219
220
230

R + G + B ~ 87%. #DBDCE6 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 220 + 230 = 669 (100%)
R 219 of 669 ~ 32.74%
G 220 of 669 ~ 32.88%
B 230 of 669 ~ 34.38%

%32.74
%32.88
%34.38

CMYK color model

#DBDCE6 color CMYK value is (5,4,0,10).

  • cyan value is 4.78%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(5,4,0,10)
C5M4Y0K10 
(5%,4%,0%,10%)
(0.05/0.04/0.00/0.10)	

CMYK percentages

%4.78
%4.35
%0
%9.8

Codes

Color #DBDCE6 in popluar color models

DBDCE6
RGB219220230
HSL235°18.03%88.04%
HSB/HSV235°4.78%90.20%
CMYK4.78%4.35%0.00%
9.80%

Color #DBDCE6 in popluar number systems.

HEXDBDCE6
Decimal219220230
Binary110110111101110011100110
Octal333334346

Shades and tints

Shades of #DBDCE6

#DBDCE6
(219,220,230)
#C8C8D2
(200,200,210)
#B5B4BE
(181,180,190)
#A2A0AA
(162,160,170)
#8F8C96
(143,140,150)
#7C7882
(124,120,130)
#69646E
(105,100,110)
#56505A
(86,80,90)
#433C46
(67,60,70)
#302832
(48,40,50)
#1D141E
(29,20,30)
#000000
(0,0,0)

Tints of #DBDCE6

#DBDCE6
(219,220,230)
#DEDFE8
(222,223,232)
#E1E2EA
(225,226,234)
#E4E5EC
(228,229,236)
#E7E8EE
(231,232,238)
#EAEBF0
(234,235,240)
#EDEEF2
(237,238,242)
#F0F1F4
(240,241,244)
#F3F4F6
(243,244,246)
#F6F7F8
(246,247,248)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDCE6; }

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

This text font color is #DBDCE6.


Background Color

.myBgColor { background-color: #DBDCE6; }

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

This div background color is #DBDCE6.


Border color

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

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

This div border color is #DBDCE6.


Opacity

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

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

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

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

This text has shadow with #DBDCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDCE6 on black background.


Color preview on white background

This text has color #DBDCE6 on white background.



Black color preview on #DBDCE6 background

This text has black color on #DBDCE6 background.


White color preview on #DBDCE6 background

This text has white color on #DBDCE6 background.