COLOR #DBDAE7

HEX: #DBDAE7
RGB: (219,218,231)

Color info

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

RGB color model

#DBDAE7 color RGB value is (219,218,231).

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

RGB channels and saturation

R 219 of 255 = 86%
G 218 of 255 = 85%
B 231 of 255 = 91%

219
218
231

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

Portions of RGB colors in percentages

R + G + B =
219 + 218 + 231 = 668 (100%)
R 219 of 668 ~ 32.78%
G 218 of 668 ~ 32.63%
B 231 of 668 ~ 34.58%

%32.78
%32.63
%34.58

CMYK color model

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

  • cyan value is 5.19%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(5,6,0,9)
C5M6Y0K9 
(5%,6%,0%,9%)
(0.05/0.06/0.00/0.09)	

CMYK percentages

%5.19
%5.63
%0
%9.41

Codes

Color #DBDAE7 in popluar color models

DBDAE7
RGB219218231
HSL245°21.31%88.04%
HSB/HSV245°5.63%90.59%
CMYK5.19%5.63%0.00%
9.41%

Color #DBDAE7 in popluar number systems.

HEXDBDAE7
Decimal219218231
Binary110110111101101011100111
Octal333332347

Shades and tints

Shades of #DBDAE7

#DBDAE7
(219,218,231)
#C8C7D2
(200,199,210)
#B5B4BD
(181,180,189)
#A2A1A8
(162,161,168)
#8F8E93
(143,142,147)
#7C7B7E
(124,123,126)
#696869
(105,104,105)
#565554
(86,85,84)
#43423F
(67,66,63)
#302F2A
(48,47,42)
#1D1C15
(29,28,21)
#000000
(0,0,0)

Tints of #DBDAE7

#DBDAE7
(219,218,231)
#DEDDE9
(222,221,233)
#E1E0EB
(225,224,235)
#E4E3ED
(228,227,237)
#E7E6EF
(231,230,239)
#EAE9F1
(234,233,241)
#EDECF3
(237,236,243)
#F0EFF5
(240,239,245)
#F3F2F7
(243,242,247)
#F6F5F9
(246,245,249)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDAE7; }

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

This text font color is #DBDAE7.


Background Color

.myBgColor { background-color: #DBDAE7; }

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

This div background color is #DBDAE7.


Border color

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

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

This div border color is #DBDAE7.


Opacity

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

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

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

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

This text has shadow with #DBDAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDAE7 on black background.


Color preview on white background

This text has color #DBDAE7 on white background.



Black color preview on #DBDAE7 background

This text has black color on #DBDAE7 background.


White color preview on #DBDAE7 background

This text has white color on #DBDAE7 background.