COLOR #DBDAE2

HEX: #DBDAE2
RGB: (219,218,226)

Color info

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

RGB color model

#DBDAE2 color RGB value is (219,218,226).

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

RGB channels and saturation

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

219
218
226

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

Portions of RGB colors in percentages

R + G + B =
219 + 218 + 226 = 663 (100%)
R 219 of 663 ~ 33.03%
G 218 of 663 ~ 32.88%
B 226 of 663 ~ 34.09%

%33.03
%32.88
%34.09

CMYK color model

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

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

CMYK percentages

%3.1
%3.54
%0
%11.37

Codes

Color #DBDAE2 in popluar color models

DBDAE2
RGB219218226
HSL248°12.12%87.06%
HSB/HSV248°3.54%88.63%
CMYK3.10%3.54%0.00%
11.37%

Color #DBDAE2 in popluar number systems.

HEXDBDAE2
Decimal219218226
Binary110110111101101011100010
Octal333332342

Shades and tints

Shades of #DBDAE2

#DBDAE2
(219,218,226)
#C8C7CE
(200,199,206)
#B5B4BA
(181,180,186)
#A2A1A6
(162,161,166)
#8F8E92
(143,142,146)
#7C7B7E
(124,123,126)
#69686A
(105,104,106)
#565556
(86,85,86)
#434242
(67,66,66)
#302F2E
(48,47,46)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #DBDAE2

#DBDAE2
(219,218,226)
#DEDDE4
(222,221,228)
#E1E0E6
(225,224,230)
#E4E3E8
(228,227,232)
#E7E6EA
(231,230,234)
#EAE9EC
(234,233,236)
#EDECEE
(237,236,238)
#F0EFF0
(240,239,240)
#F3F2F2
(243,242,242)
#F6F5F4
(246,245,244)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDAE2; }

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

This text font color is #DBDAE2.


Background Color

.myBgColor { background-color: #DBDAE2; }

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

This div background color is #DBDAE2.


Border color

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

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

This div border color is #DBDAE2.


Opacity

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

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

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

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

This text has shadow with #DBDAE2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DBDAE2 on black background.


Color preview on white background

This text has color #DBDAE2 on white background.



Black color preview on #DBDAE2 background

This text has black color on #DBDAE2 background.


White color preview on #DBDAE2 background

This text has white color on #DBDAE2 background.