COLOR #DBE2E9

HEX: #DBE2E9
RGB: (219,226,233)

Color info

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

RGB color model

#DBE2E9 color RGB value is (219,226,233).

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

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 233 of 255 = 91%

219
226
233

R + G + B ~ 89%. #DBE2E9 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 233 = 678 (100%)
R 219 of 678 ~ 32.3%
G 226 of 678 ~ 33.33%
B 233 of 678 ~ 34.37%

%32.3
%33.33
%34.37

CMYK color model

#DBE2E9 color CMYK value is (6,3,0,9).

  • cyan value is 6.01%
  • magenta value is 3.00%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(6,3,0,9)
C6M3Y0K9 
(6%,3%,0%,9%)
(0.06/0.03/0.00/0.09)	

CMYK percentages

%6.01
%3
%0
%8.63

Codes

Color #DBE2E9 in popluar color models

DBE2E9
RGB219226233
HSL210°24.14%88.63%
HSB/HSV210°6.01%91.37%
CMYK6.01%3.00%0.00%
8.63%

Color #DBE2E9 in popluar number systems.

HEXDBE2E9
Decimal219226233
Binary110110111110001011101001
Octal333342351

Shades and tints

Shades of #DBE2E9

#DBE2E9
(219,226,233)
#C8CED4
(200,206,212)
#B5BABF
(181,186,191)
#A2A6AA
(162,166,170)
#8F9295
(143,146,149)
#7C7E80
(124,126,128)
#696A6B
(105,106,107)
#565656
(86,86,86)
#434241
(67,66,65)
#302E2C
(48,46,44)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #DBE2E9

#DBE2E9
(219,226,233)
#DEE4EB
(222,228,235)
#E1E6ED
(225,230,237)
#E4E8EF
(228,232,239)
#E7EAF1
(231,234,241)
#EAECF3
(234,236,243)
#EDEEF5
(237,238,245)
#F0F0F7
(240,240,247)
#F3F2F9
(243,242,249)
#F6F4FB
(246,244,251)
#F9F6FD
(249,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2E9; }

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

This text font color is #DBE2E9.


Background Color

.myBgColor { background-color: #DBE2E9; }

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

This div background color is #DBE2E9.


Border color

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

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

This div border color is #DBE2E9.


Opacity

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

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

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

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

This text has shadow with #DBE2E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE2E9 on black background.


Color preview on white background

This text has color #DBE2E9 on white background.



Black color preview on #DBE2E9 background

This text has black color on #DBE2E9 background.


White color preview on #DBE2E9 background

This text has white color on #DBE2E9 background.