COLOR #DBE2EB

HEX: #DBE2EB
RGB: (219,226,235)

Color info

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

RGB color model

#DBE2EB color RGB value is (219,226,235).

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

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 235 of 255 = 92%

219
226
235

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

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 235 = 680 (100%)
R 219 of 680 ~ 32.21%
G 226 of 680 ~ 33.24%
B 235 of 680 ~ 34.56%

%32.21
%33.24
%34.56

CMYK color model

#DBE2EB color CMYK value is (7,4,0,8).

  • cyan value is 6.81%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(7,4,0,8)
C7M4Y0K8 
(7%,4%,0%,8%)
(0.07/0.04/0.00/0.08)	

CMYK percentages

%6.81
%3.83
%0
%7.84

Codes

Color #DBE2EB in popluar color models

DBE2EB
RGB219226235
HSL214°28.57%89.02%
HSB/HSV214°6.81%92.16%
CMYK6.81%3.83%0.00%
7.84%

Color #DBE2EB in popluar number systems.

HEXDBE2EB
Decimal219226235
Binary110110111110001011101011
Octal333342353

Shades and tints

Shades of #DBE2EB

#DBE2EB
(219,226,235)
#C8CED6
(200,206,214)
#B5BAC1
(181,186,193)
#A2A6AC
(162,166,172)
#8F9297
(143,146,151)
#7C7E82
(124,126,130)
#696A6D
(105,106,109)
#565658
(86,86,88)
#434243
(67,66,67)
#302E2E
(48,46,46)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #DBE2EB

#DBE2EB
(219,226,235)
#DEE4EC
(222,228,236)
#E1E6ED
(225,230,237)
#E4E8EE
(228,232,238)
#E7EAEF
(231,234,239)
#EAECF0
(234,236,240)
#EDEEF1
(237,238,241)
#F0F0F2
(240,240,242)
#F3F2F3
(243,242,243)
#F6F4F4
(246,244,244)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2EB; }

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

This text font color is #DBE2EB.


Background Color

.myBgColor { background-color: #DBE2EB; }

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

This div background color is #DBE2EB.


Border color

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

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

This div border color is #DBE2EB.


Opacity

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

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

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

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

This text has shadow with #DBE2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE2EB on black background.


Color preview on white background

This text has color #DBE2EB on white background.



Black color preview on #DBE2EB background

This text has black color on #DBE2EB background.


White color preview on #DBE2EB background

This text has white color on #DBE2EB background.