COLOR #DBDBE2

HEX: #DBDBE2 RGB: (219,219,226)

Color info

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

RGB color model

#DBDBE2 color RGB value is (219,219,226).

RGB: (219,219,226) (86%, 86%, 89%)

RGB channels and saturation

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

219
219
226

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

Portions of RGB colors in percentages

R + G + B = 219 + 219 + 226 = 664 (100%)
R 219 of 664 ~ 32.98%
G 219 of 664 ~ 32.98%
B 226 of 664 ~ 34.04'%

%32.98
%32.98
%34.04

CMYK color model

#DBDBE2 color CMYK value is (3,3,0,11).

  • cyan value is 3.10%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (3,3,0,11) C3M3Y0K11 (3%,3%,0%,11%) (0.03/0.03/0.00/0.11) 

CMYK percentages

%3.1
%3.1
%0
%11.37

Codes

Color #DBDBE2 in popluar color models

DB DB E2
RGB 219 219 226
HSL 240° 10.77% 87.25%
HSB/HSV 240° 3.10% 88.63%
CMYK 3.10% 3.10% 0.00%
11.37%

Color #DBDBE2 in popluar number systems.

HEX DB DB E2
Decimal 219 219 226
Binary 11011011 11011011 11100010
Octal 333 333 342

Shades and tints

Shades of #DBDBE2

#DBDBE2
(219,219,226)
#C8C8CE
(200,200,206)
#B5B5BA
(181,181,186)
#A2A2A6
(162,162,166)
#8F8F92
(143,143,146)
#7C7C7E
(124,124,126)
#69696A
(105,105,106)
#565656
(86,86,86)
#434342
(67,67,66)
#30302E
(48,48,46)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #DBDBE2

#DBDBE2
(219,219,226)
#DEDEE4
(222,222,228)
#E1E1E6
(225,225,230)
#E4E4E8
(228,228,232)
#E7E7EA
(231,231,234)
#EAEAEC
(234,234,236)
#EDEDEE
(237,237,238)
#F0F0F0
(240,240,240)
#F3F3F2
(243,243,242)
#F6F6F4
(246,246,244)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDBE2; }

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

This text font color is #DBDBE2.

Background Color

.myBgColor { background-color: #DBDBE2; }

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

This div background color is #DBDBE2.

Border color

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

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

This div border color is #DBDBE2.

Opacity

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

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

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

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

This text has shadow with #DBDBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDBE2.

Preview

Color preview on black background

This text has color #DBDBE2 on black background.


Color preview on white background

This text has color #DBDBE2 on white background.


Black color preview on #DBDBE2 background

This text has black color on #DBDBE2 background.


White color preview on #DBDBE2 background

This text has white color on #DBDBE2 background.


Related colors

Complementary color

Complementary color for #hex is #24241D.


I love getcolorcode.com