COLOR #DBDAE5

HEX: #DBDAE5
RGB: (219,218,229)

Color info

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

RGB color model

#DBDAE5 color RGB value is (219,218,229).

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

RGB channels and saturation

R 219 of 255 = 86%
G 218 of 255 = 85%
B 229 of 255 = 90%

219
218
229

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

Portions of RGB colors in percentages

R + G + B =
219 + 218 + 229 = 666 (100%)
R 219 of 666 ~ 32.88%
G 218 of 666 ~ 32.73%
B 229 of 666 ~ 34.38%

%32.88
%32.73
%34.38

CMYK color model

#DBDAE5 color CMYK value is (4,5,0,10).

  • cyan value is 4.37%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(4,5,0,10)
C4M5Y0K10 
(4%,5%,0%,10%)
(0.04/0.05/0.00/0.10)	

CMYK percentages

%4.37
%4.8
%0
%10.2

Codes

Color #DBDAE5 in popluar color models

DBDAE5
RGB219218229
HSL245°17.46%87.65%
HSB/HSV245°4.80%89.80%
CMYK4.37%4.80%0.00%
10.20%

Color #DBDAE5 in popluar number systems.

HEXDBDAE5
Decimal219218229
Binary110110111101101011100101
Octal333332345

Shades and tints

Shades of #DBDAE5

#DBDAE5
(219,218,229)
#C8C7D1
(200,199,209)
#B5B4BD
(181,180,189)
#A2A1A9
(162,161,169)
#8F8E95
(143,142,149)
#7C7B81
(124,123,129)
#69686D
(105,104,109)
#565559
(86,85,89)
#434245
(67,66,69)
#302F31
(48,47,49)
#1D1C1D
(29,28,29)
#000000
(0,0,0)

Tints of #DBDAE5

#DBDAE5
(219,218,229)
#DEDDE7
(222,221,231)
#E1E0E9
(225,224,233)
#E4E3EB
(228,227,235)
#E7E6ED
(231,230,237)
#EAE9EF
(234,233,239)
#EDECF1
(237,236,241)
#F0EFF3
(240,239,243)
#F3F2F5
(243,242,245)
#F6F5F7
(246,245,247)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDAE5; }

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

This text font color is #DBDAE5.


Background Color

.myBgColor { background-color: #DBDAE5; }

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

This div background color is #DBDAE5.


Border color

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

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

This div border color is #DBDAE5.


Opacity

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

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

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

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

This text has shadow with #DBDAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDAE5 on black background.


Color preview on white background

This text has color #DBDAE5 on white background.



Black color preview on #DBDAE5 background

This text has black color on #DBDAE5 background.


White color preview on #DBDAE5 background

This text has white color on #DBDAE5 background.