COLOR #DBE9EB

HEX: #DBE9EB
RGB: (219,233,235)

Color info

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

RGB color model

#DBE9EB color RGB value is (219,233,235).

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

RGB channels and saturation

R 219 of 255 = 86%
G 233 of 255 = 91%
B 235 of 255 = 92%

219
233
235

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

Portions of RGB colors in percentages

R + G + B =
219 + 233 + 235 = 687 (100%)
R 219 of 687 ~ 31.88%
G 233 of 687 ~ 33.92%
B 235 of 687 ~ 34.21%

%31.88
%33.92
%34.21

CMYK color model

#DBE9EB color CMYK value is (7,1,0,8).

  • cyan value is 6.81%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(7,1,0,8)
C7M1Y0K8 
(7%,1%,0%,8%)
(0.07/0.01/0.00/0.08)	

CMYK percentages

%6.81
%0.85
%0
%7.84

Codes

Color #DBE9EB in popluar color models

DBE9EB
RGB219233235
HSL188°28.57%89.02%
HSB/HSV188°6.81%92.16%
CMYK6.81%0.85%0.00%
7.84%

Color #DBE9EB in popluar number systems.

HEXDBE9EB
Decimal219233235
Binary110110111110100111101011
Octal333351353

Shades and tints

Shades of #DBE9EB

#DBE9EB
(219,233,235)
#C8D4D6
(200,212,214)
#B5BFC1
(181,191,193)
#A2AAAC
(162,170,172)
#8F9597
(143,149,151)
#7C8082
(124,128,130)
#696B6D
(105,107,109)
#565658
(86,86,88)
#434143
(67,65,67)
#302C2E
(48,44,46)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #DBE9EB

#DBE9EB
(219,233,235)
#DEEBEC
(222,235,236)
#E1EDED
(225,237,237)
#E4EFEE
(228,239,238)
#E7F1EF
(231,241,239)
#EAF3F0
(234,243,240)
#EDF5F1
(237,245,241)
#F0F7F2
(240,247,242)
#F3F9F3
(243,249,243)
#F6FBF4
(246,251,244)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE9EB; }

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

This text font color is #DBE9EB.


Background Color

.myBgColor { background-color: #DBE9EB; }

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

This div background color is #DBE9EB.


Border color

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

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

This div border color is #DBE9EB.


Opacity

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

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

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

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

This text has shadow with #DBE9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE9EB on black background.


Color preview on white background

This text has color #DBE9EB on white background.



Black color preview on #DBE9EB background

This text has black color on #DBE9EB background.


White color preview on #DBE9EB background

This text has white color on #DBE9EB background.