COLOR #DBDBE8

HEX: #DBDBE8 RGB: (219,219,232)

Color info

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

RGB color model

#DBDBE8 color RGB value is (219,219,232).

RGB: (219,219,232) (86%, 86%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 219 of 255 = 86%
B 232 of 255 = 91%

219
219
232

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

Portions of RGB colors in percentages

R + G + B = 219 + 219 + 232 = 670 (100%)
R 219 of 670 ~ 32.69%
G 219 of 670 ~ 32.69%
B 232 of 670 ~ 34.63'%

%32.69
%32.69
%34.63

CMYK color model

#DBDBE8 color CMYK value is (6,6,0,9).

  • cyan value is 5.60%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (6,6,0,9)
C6M6Y0K9 (6%, 6%, 0%, 9%)
(0.06 / 0.06 / 0.00 / 0.09)

CMYK percentages

%5.6
%5.6
%0
%9.02

Codes

Color #DBDBE8 in popluar color models

DB DB E8
RGB 219 219 232
HSL 240° 22.03% 88.43%
HSB/HSV 240° 5.60% 90.98%
CMYK 5.60% 5.60% 0.00%
9.02%

Color #DBDBE8 in popluar number systems.

HEX DB DB E8
Decimal 219 219 232
Binary 11011011 11011011 11101000
Octal 333 333 350

Shades and tints

Shades of #DBDBE8

#DBDBE8
(219,219,232)
#C8C8D3
(200,200,211)
#B5B5BE
(181,181,190)
#A2A2A9
(162,162,169)
#8F8F94
(143,143,148)
#7C7C7F
(124,124,127)
#69696A
(105,105,106)
#565655
(86,86,85)
#434340
(67,67,64)
#30302B
(48,48,43)
#1D1D16
(29,29,22)
#000000
(0,0,0)

Tints of #DBDBE8

#DBDBE8
(219,219,232)
#DEDEEA
(222,222,234)
#E1E1EC
(225,225,236)
#E4E4EE
(228,228,238)
#E7E7F0
(231,231,240)
#EAEAF2
(234,234,242)
#EDEDF4
(237,237,244)
#F0F0F6
(240,240,246)
#F3F3F8
(243,243,248)
#F6F6FA
(246,246,250)
#F9F9FC
(249,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDBE8; }

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

This text font color is #DBDBE8.

Background Color

.myBgColor { background-color: #DBDBE8; }

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

This div background color is #DBDBE8.

Border color

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

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

This div border color is #DBDBE8.

Opacity

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

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

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

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

This text has shadow with #DBDBE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDBE8.

Preview

Color preview on black background

This text has color #DBDBE8 on black background.


Color preview on white background

This text has color #DBDBE8 on white background.


Black color preview on #DBDBE8 background

This text has black color on #DBDBE8 background.


White color preview on #DBDBE8 background

This text has white color on #DBDBE8 background.


Related colors

Complementary color

Complementary color for #hex is #242417.


I love getcolorcode.com