COLOR #DBE2E8

HEX: #DBE2E8
RGB: (219,226,232)

Color info

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

RGB color model

#DBE2E8 color RGB value is (219,226,232).

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

RGB channels and saturation

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

219
226
232

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

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 232 = 677 (100%)
R 219 of 677 ~ 32.35%
G 226 of 677 ~ 33.38%
B 232 of 677 ~ 34.27%

%32.35
%33.38
%34.27

CMYK color model

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

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

CMYK percentages

%5.6
%2.59
%0
%9.02

Codes

Color #DBE2E8 in popluar color models

DBE2E8
RGB219226232
HSL208°22.03%88.43%
HSB/HSV208°5.60%90.98%
CMYK5.60%2.59%0.00%
9.02%

Color #DBE2E8 in popluar number systems.

HEXDBE2E8
Decimal219226232
Binary110110111110001011101000
Octal333342350

Shades and tints

Shades of #DBE2E8

#DBE2E8
(219,226,232)
#C8CED3
(200,206,211)
#B5BABE
(181,186,190)
#A2A6A9
(162,166,169)
#8F9294
(143,146,148)
#7C7E7F
(124,126,127)
#696A6A
(105,106,106)
#565655
(86,86,85)
#434240
(67,66,64)
#302E2B
(48,46,43)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #DBE2E8

#DBE2E8
(219,226,232)
#DEE4EA
(222,228,234)
#E1E6EC
(225,230,236)
#E4E8EE
(228,232,238)
#E7EAF0
(231,234,240)
#EAECF2
(234,236,242)
#EDEEF4
(237,238,244)
#F0F0F6
(240,240,246)
#F3F2F8
(243,242,248)
#F6F4FA
(246,244,250)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2E8; }

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

This text font color is #DBE2E8.


Background Color

.myBgColor { background-color: #DBE2E8; }

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

This div background color is #DBE2E8.


Border color

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

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

This div border color is #DBE2E8.


Opacity

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

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

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

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

This text has shadow with #DBE2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE2E8 on black background.


Color preview on white background

This text has color #DBE2E8 on white background.



Black color preview on #DBE2E8 background

This text has black color on #DBE2E8 background.


White color preview on #DBE2E8 background

This text has white color on #DBE2E8 background.