COLOR #DBE7EE

HEX: #DBE7EE
RGB: (219,231,238)

Color info

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

RGB color model

#DBE7EE color RGB value is (219,231,238).

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

RGB channels and saturation

R 219 of 255 = 86%
G 231 of 255 = 91%
B 238 of 255 = 93%

219
231
238

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

Portions of RGB colors in percentages

R + G + B =
219 + 231 + 238 = 688 (100%)
R 219 of 688 ~ 31.83%
G 231 of 688 ~ 33.58%
B 238 of 688 ~ 34.59%

%31.83
%33.58
%34.59

CMYK color model

#DBE7EE color CMYK value is (8,3,0,7).

  • cyan value is 7.98%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (8,3,0,7) C8M3Y0K7 (8%,3%,0%,7%) (0.08/0.03/0.00/0.07)

CMYK percentages

%7.98
%2.94
%0
%6.67

Codes

Color #DBE7EE in popluar color models

DBE7EE
RGB219231238
HSL202°35.85%89.61%
HSB/HSV202°7.98%93.33%
CMYK7.98%2.94%0.00%
6.67%

Color #DBE7EE in popluar number systems.

HEXDBE7EE
Decimal219231238
Binary110110111110011111101110
Octal333347356

Shades and tints

Shades of #DBE7EE

#DBE7EE
(219,231,238)
#C8D2D9
(200,210,217)
#B5BDC4
(181,189,196)
#A2A8AF
(162,168,175)
#8F939A
(143,147,154)
#7C7E85
(124,126,133)
#696970
(105,105,112)
#56545B
(86,84,91)
#433F46
(67,63,70)
#302A31
(48,42,49)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #DBE7EE

#DBE7EE
(219,231,238)
#DEE9EF
(222,233,239)
#E1EBF0
(225,235,240)
#E4EDF1
(228,237,241)
#E7EFF2
(231,239,242)
#EAF1F3
(234,241,243)
#EDF3F4
(237,243,244)
#F0F5F5
(240,245,245)
#F3F7F6
(243,247,246)
#F6F9F7
(246,249,247)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE7EE color. Also use rgb(219,231,238) instead hex code.

Text Font Color

.myTextColor { color: #DBE7EE; }

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

This text font color is #DBE7EE.


Background Color

.myBgColor { background-color: #DBE7EE; }

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

This div background color is #DBE7EE.


Border color

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

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

This div border color is #DBE7EE.


Opacity

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

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

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

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

This text has shadow with #DBE7EE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DBE7EE on black background.


Color preview on white background

This text has color #DBE7EE on white background.



Black color preview on #DBE7EE background

This text has black color on #DBE7EE background.


White color preview on #DBE7EE background

This text has white color on #DBE7EE background.