COLOR #DBDDE7

HEX: #DBDDE7
RGB: (219,221,231)

Color info

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

RGB color model

#DBDDE7 color RGB value is (219,221,231).

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

RGB channels and saturation

R 219 of 255 = 86%
G 221 of 255 = 87%
B 231 of 255 = 91%

219
221
231

R + G + B ~ 88%. #DBDDE7 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 221 + 231 = 671 (100%)
R 219 of 671 ~ 32.64%
G 221 of 671 ~ 32.94%
B 231 of 671 ~ 34.43%

%32.64
%32.94
%34.43

CMYK color model

#DBDDE7 color CMYK value is (5,4,0,9).

  • cyan value is 5.19%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(5,4,0,9)
C5M4Y0K9 
(5%,4%,0%,9%)
(0.05/0.04/0.00/0.09)	

CMYK percentages

%5.19
%4.33
%0
%9.41

Codes

Color #DBDDE7 in popluar color models

DBDDE7
RGB219221231
HSL230°20.00%88.24%
HSB/HSV230°5.19%90.59%
CMYK5.19%4.33%0.00%
9.41%

Color #DBDDE7 in popluar number systems.

HEXDBDDE7
Decimal219221231
Binary110110111101110111100111
Octal333335347

Shades and tints

Shades of #DBDDE7

#DBDDE7
(219,221,231)
#C8C9D2
(200,201,210)
#B5B5BD
(181,181,189)
#A2A1A8
(162,161,168)
#8F8D93
(143,141,147)
#7C797E
(124,121,126)
#696569
(105,101,105)
#565154
(86,81,84)
#433D3F
(67,61,63)
#30292A
(48,41,42)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #DBDDE7

#DBDDE7
(219,221,231)
#DEE0E9
(222,224,233)
#E1E3EB
(225,227,235)
#E4E6ED
(228,230,237)
#E7E9EF
(231,233,239)
#EAECF1
(234,236,241)
#EDEFF3
(237,239,243)
#F0F2F5
(240,242,245)
#F3F5F7
(243,245,247)
#F6F8F9
(246,248,249)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDDE7; }

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

This text font color is #DBDDE7.


Background Color

.myBgColor { background-color: #DBDDE7; }

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

This div background color is #DBDDE7.


Border color

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

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

This div border color is #DBDDE7.


Opacity

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

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

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

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

This text has shadow with #DBDDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBDDE7 on black background.


Color preview on white background

This text has color #DBDDE7 on white background.



Black color preview on #DBDDE7 background

This text has black color on #DBDDE7 background.


White color preview on #DBDDE7 background

This text has white color on #DBDDE7 background.