COLOR #DBDAE0

HEX: #DBDAE0
RGB: (219,218,224)

Color info

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

RGB color model

#DBDAE0 color RGB value is (219,218,224).

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

RGB channels and saturation

R 219 of 255 = 86%
G 218 of 255 = 85%
B 224 of 255 = 88%

219
218
224

R + G + B ~ 86%. #DBDAE0 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 218 + 224 = 661 (100%)
R 219 of 661 ~ 33.13%
G 218 of 661 ~ 32.98%
B 224 of 661 ~ 33.89%

%33.13
%32.98
%33.89

CMYK color model

#DBDAE0 color CMYK value is (2,3,0,12).

  • cyan value is 2.23%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(2,3,0,12)
C2M3Y0K12 
(2%,3%,0%,12%)
(0.02/0.03/0.00/0.12)	

CMYK percentages

%2.23
%2.68
%0
%12.16

Codes

Color #DBDAE0 in popluar color models

DBDAE0
RGB219218224
HSL250°8.82%86.67%
HSB/HSV250°2.68%87.84%
CMYK2.23%2.68%0.00%
12.16%

Color #DBDAE0 in popluar number systems.

HEXDBDAE0
Decimal219218224
Binary110110111101101011100000
Octal333332340

Shades and tints

Shades of #DBDAE0

#DBDAE0
(219,218,224)
#C8C7CC
(200,199,204)
#B5B4B8
(181,180,184)
#A2A1A4
(162,161,164)
#8F8E90
(143,142,144)
#7C7B7C
(124,123,124)
#696868
(105,104,104)
#565554
(86,85,84)
#434240
(67,66,64)
#302F2C
(48,47,44)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #DBDAE0

#DBDAE0
(219,218,224)
#DEDDE2
(222,221,226)
#E1E0E4
(225,224,228)
#E4E3E6
(228,227,230)
#E7E6E8
(231,230,232)
#EAE9EA
(234,233,234)
#EDECEC
(237,236,236)
#F0EFEE
(240,239,238)
#F3F2F0
(243,242,240)
#F6F5F2
(246,245,242)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDAE0; }

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

This text font color is #DBDAE0.


Background Color

.myBgColor { background-color: #DBDAE0; }

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

This div background color is #DBDAE0.


Border color

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

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

This div border color is #DBDAE0.


Opacity

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

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

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

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

This text has shadow with #DBDAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDAE0 on black background.


Color preview on white background

This text has color #DBDAE0 on white background.



Black color preview on #DBDAE0 background

This text has black color on #DBDAE0 background.


White color preview on #DBDAE0 background

This text has white color on #DBDAE0 background.