COLOR #DBE9ED

HEX: #DBE9ED
RGB: (219,233,237)

Color info

#DBE9ED contains red, green and blue colors in about the same proportion. Web safe color of #DBE9ED is #CCFFFF (or #CFF).

RGB color model

#DBE9ED color RGB value is (219,233,237).

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

RGB channels and saturation

R 219 of 255 = 86%
G 233 of 255 = 91%
B 237 of 255 = 93%

219
233
237

R + G + B ~ 90%. #DBE9ED is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 233 + 237 = 689 (100%)
R 219 of 689 ~ 31.79%
G 233 of 689 ~ 33.82%
B 237 of 689 ~ 34.4%

%31.79
%33.82
%34.4

CMYK color model

#DBE9ED color CMYK value is (8,2,0,7).

  • cyan value is 7.59%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(8,2,0,7)
C8M2Y0K7 
(8%,2%,0%,7%)
(0.08/0.02/0.00/0.07)	

CMYK percentages

%7.59
%1.69
%0
%7.06

Codes

Color #DBE9ED in popluar color models

DBE9ED
RGB219233237
HSL193°33.33%89.41%
HSB/HSV193°7.59%92.94%
CMYK7.59%1.69%0.00%
7.06%

Color #DBE9ED in popluar number systems.

HEXDBE9ED
Decimal219233237
Binary110110111110100111101101
Octal333351355

Shades and tints

Shades of #DBE9ED

#DBE9ED
(219,233,237)
#C8D4D8
(200,212,216)
#B5BFC3
(181,191,195)
#A2AAAE
(162,170,174)
#8F9599
(143,149,153)
#7C8084
(124,128,132)
#696B6F
(105,107,111)
#56565A
(86,86,90)
#434145
(67,65,69)
#302C30
(48,44,48)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #DBE9ED

#DBE9ED
(219,233,237)
#DEEBEE
(222,235,238)
#E1EDEF
(225,237,239)
#E4EFF0
(228,239,240)
#E7F1F1
(231,241,241)
#EAF3F2
(234,243,242)
#EDF5F3
(237,245,243)
#F0F7F4
(240,247,244)
#F3F9F5
(243,249,245)
#F6FBF6
(246,251,246)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE9ED; }

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

This text font color is #DBE9ED.


Background Color

.myBgColor { background-color: #DBE9ED; }

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

This div background color is #DBE9ED.


Border color

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

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

This div border color is #DBE9ED.


Opacity

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

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

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

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

This text has shadow with #DBE9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE9ED on black background.


Color preview on white background

This text has color #DBE9ED on white background.



Black color preview on #DBE9ED background

This text has black color on #DBE9ED background.


White color preview on #DBE9ED background

This text has white color on #DBE9ED background.