COLOR #DBE5F3

HEX: #DBE5F3
RGB: (219,229,243)

Color info

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

RGB color model

#DBE5F3 color RGB value is (219,229,243).

  • red value is 219;
  • green value is 229;
  • blue value is 243.
RGB:
(219,229,243)
(86%,90%,95%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 243 of 255 = 95%

219
229
243

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

Portions of RGB colors in percentages

R + G + B =
219 + 229 + 243 = 691 (100%)
R 219 of 691 ~ 31.69%
G 229 of 691 ~ 33.14%
B 243 of 691 ~ 35.17%

%31.69
%33.14
%35.17

CMYK color model

#DBE5F3 color CMYK value is (10,6,0,5).

  • cyan value is 9.88%
  • magenta value is 5.76%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(10,6,0,5)
C10M6Y0K5 
(10%,6%,0%,5%)
(0.10/0.06/0.00/0.05)	

CMYK percentages

%9.88
%5.76
%0
%4.71

Codes

Color #DBE5F3 in popluar color models

DBE5F3
RGB219229243
HSL215°50.00%90.59%
HSB/HSV215°9.88%95.29%
CMYK9.88%5.76%0.00%
4.71%

Color #DBE5F3 in popluar number systems.

HEXDBE5F3
Decimal219229243
Binary110110111110010111110011
Octal333345363

Shades and tints

Shades of #DBE5F3

#DBE5F3
(219,229,243)
#C8D1DD
(200,209,221)
#B5BDC7
(181,189,199)
#A2A9B1
(162,169,177)
#8F959B
(143,149,155)
#7C8185
(124,129,133)
#696D6F
(105,109,111)
#565959
(86,89,89)
#434543
(67,69,67)
#30312D
(48,49,45)
#1D1D17
(29,29,23)
#000000
(0,0,0)

Tints of #DBE5F3

#DBE5F3
(219,229,243)
#DEE7F4
(222,231,244)
#E1E9F5
(225,233,245)
#E4EBF6
(228,235,246)
#E7EDF7
(231,237,247)
#EAEFF8
(234,239,248)
#EDF1F9
(237,241,249)
#F0F3FA
(240,243,250)
#F3F5FB
(243,245,251)
#F6F7FC
(246,247,252)
#F9F9FD
(249,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE5F3 color. Also use rgb(219,229,243) instead hex code.

Text Font Color

.myTextColor { color: #DBE5F3; }

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

This text font color is #DBE5F3.


Background Color

.myBgColor { background-color: #DBE5F3; }

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

This div background color is #DBE5F3.


Border color

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

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

This div border color is #DBE5F3.


Opacity

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

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

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

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

This text has shadow with #DBE5F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE5F3 on black background.


Color preview on white background

This text has color #DBE5F3 on white background.



Black color preview on #DBE5F3 background

This text has black color on #DBE5F3 background.


White color preview on #DBE5F3 background

This text has white color on #DBE5F3 background.