COLOR #DBDBE6

HEX: #DBDBE6
RGB: (219,219,230)

Color info

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

RGB color model

#DBDBE6 color RGB value is (219,219,230).

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

RGB channels and saturation

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

219
219
230

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

Portions of RGB colors in percentages

R + G + B =
219 + 219 + 230 = 668 (100%)
R 219 of 668 ~ 32.78%
G 219 of 668 ~ 32.78%
B 230 of 668 ~ 34.43%

%32.78
%32.78
%34.43

CMYK color model

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

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

CMYK percentages

%4.78
%4.78
%0
%9.8

Codes

Color #DBDBE6 in popluar color models

DBDBE6
RGB219219230
HSL240°18.03%88.04%
HSB/HSV240°4.78%90.20%
CMYK4.78%4.78%0.00%
9.80%

Color #DBDBE6 in popluar number systems.

HEXDBDBE6
Decimal219219230
Binary110110111101101111100110
Octal333333346

Shades and tints

Shades of #DBDBE6

#DBDBE6
(219,219,230)
#C8C8D2
(200,200,210)
#B5B5BE
(181,181,190)
#A2A2AA
(162,162,170)
#8F8F96
(143,143,150)
#7C7C82
(124,124,130)
#69696E
(105,105,110)
#56565A
(86,86,90)
#434346
(67,67,70)
#303032
(48,48,50)
#1D1D1E
(29,29,30)
#000000
(0,0,0)

Tints of #DBDBE6

#DBDBE6
(219,219,230)
#DEDEE8
(222,222,232)
#E1E1EA
(225,225,234)
#E4E4EC
(228,228,236)
#E7E7EE
(231,231,238)
#EAEAF0
(234,234,240)
#EDEDF2
(237,237,242)
#F0F0F4
(240,240,244)
#F3F3F6
(243,243,246)
#F6F6F8
(246,246,248)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDBE6; }

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

This text font color is #DBDBE6.


Background Color

.myBgColor { background-color: #DBDBE6; }

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

This div background color is #DBDBE6.


Border color

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

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

This div border color is #DBDBE6.


Opacity

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

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

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

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

This text has shadow with #DBDBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDBE6 on black background.


Color preview on white background

This text has color #DBDBE6 on white background.



Black color preview on #DBDBE6 background

This text has black color on #DBDBE6 background.


White color preview on #DBDBE6 background

This text has white color on #DBDBE6 background.