COLOR #DBDBE4

HEX: #DBDBE4
RGB: (219,219,228)

Color info

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

RGB color model

#DBDBE4 color RGB value is (219,219,228).

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

RGB channels and saturation

R 219 of 255 = 86%
G 219 of 255 = 86%
B 228 of 255 = 89%

219
219
228

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

Portions of RGB colors in percentages

R + G + B =
219 + 219 + 228 = 666 (100%)
R 219 of 666 ~ 32.88%
G 219 of 666 ~ 32.88%
B 228 of 666 ~ 34.23%

%32.88
%32.88
%34.23

CMYK color model

#DBDBE4 color CMYK value is (4,4,0,11).

  • cyan value is 3.95%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(4,4,0,11)
C4M4Y0K11 
(4%,4%,0%,11%)
(0.04/0.04/0.00/0.11)	

CMYK percentages

%3.95
%3.95
%0
%10.59

Codes

Color #DBDBE4 in popluar color models

DBDBE4
RGB219219228
HSL240°14.29%87.65%
HSB/HSV240°3.95%89.41%
CMYK3.95%3.95%0.00%
10.59%

Color #DBDBE4 in popluar number systems.

HEXDBDBE4
Decimal219219228
Binary110110111101101111100100
Octal333333344

Shades and tints

Shades of #DBDBE4

#DBDBE4
(219,219,228)
#C8C8D0
(200,200,208)
#B5B5BC
(181,181,188)
#A2A2A8
(162,162,168)
#8F8F94
(143,143,148)
#7C7C80
(124,124,128)
#69696C
(105,105,108)
#565658
(86,86,88)
#434344
(67,67,68)
#303030
(48,48,48)
#1D1D1C
(29,29,28)
#000000
(0,0,0)

Tints of #DBDBE4

#DBDBE4
(219,219,228)
#DEDEE6
(222,222,230)
#E1E1E8
(225,225,232)
#E4E4EA
(228,228,234)
#E7E7EC
(231,231,236)
#EAEAEE
(234,234,238)
#EDEDF0
(237,237,240)
#F0F0F2
(240,240,242)
#F3F3F4
(243,243,244)
#F6F6F6
(246,246,246)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDBE4; }

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

This text font color is #DBDBE4.


Background Color

.myBgColor { background-color: #DBDBE4; }

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

This div background color is #DBDBE4.


Border color

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

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

This div border color is #DBDBE4.


Opacity

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

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

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

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

This text has shadow with #DBDBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDBE4 on black background.


Color preview on white background

This text has color #DBDBE4 on white background.



Black color preview on #DBDBE4 background

This text has black color on #DBDBE4 background.


White color preview on #DBDBE4 background

This text has white color on #DBDBE4 background.