COLOR #DBE3F3

HEX: #DBE3F3
RGB: (219,227,243)

Color info

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

RGB color model

#DBE3F3 color RGB value is (219,227,243).

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

RGB channels and saturation

R 219 of 255 = 86%
G 227 of 255 = 89%
B 243 of 255 = 95%

219
227
243

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

Portions of RGB colors in percentages

R + G + B =
219 + 227 + 243 = 689 (100%)
R 219 of 689 ~ 31.79%
G 227 of 689 ~ 32.95%
B 243 of 689 ~ 35.27%

%31.79
%32.95
%35.27

CMYK color model

#DBE3F3 color CMYK value is (10,7,0,5).

  • cyan value is 9.88%
  • magenta value is 6.58%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(10,7,0,5)
C10M7Y0K5 
(10%,7%,0%,5%)
(0.10/0.07/0.00/0.05)	

CMYK percentages

%9.88
%6.58
%0
%4.71

Codes

Color #DBE3F3 in popluar color models

DBE3F3
RGB219227243
HSL220°50.00%90.59%
HSB/HSV220°9.88%95.29%
CMYK9.88%6.58%0.00%
4.71%

Color #DBE3F3 in popluar number systems.

HEXDBE3F3
Decimal219227243
Binary110110111110001111110011
Octal333343363

Shades and tints

Shades of #DBE3F3

#DBE3F3
(219,227,243)
#C8CFDD
(200,207,221)
#B5BBC7
(181,187,199)
#A2A7B1
(162,167,177)
#8F939B
(143,147,155)
#7C7F85
(124,127,133)
#696B6F
(105,107,111)
#565759
(86,87,89)
#434343
(67,67,67)
#302F2D
(48,47,45)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #DBE3F3

#DBE3F3
(219,227,243)
#DEE5F4
(222,229,244)
#E1E7F5
(225,231,245)
#E4E9F6
(228,233,246)
#E7EBF7
(231,235,247)
#EAEDF8
(234,237,248)
#EDEFF9
(237,239,249)
#F0F1FA
(240,241,250)
#F3F3FB
(243,243,251)
#F6F5FC
(246,245,252)
#F9F7FD
(249,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE3F3; }

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

This text font color is #DBE3F3.


Background Color

.myBgColor { background-color: #DBE3F3; }

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

This div background color is #DBE3F3.


Border color

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

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

This div border color is #DBE3F3.


Opacity

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

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

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

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

This text has shadow with #DBE3F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE3F3 on black background.


Color preview on white background

This text has color #DBE3F3 on white background.



Black color preview on #DBE3F3 background

This text has black color on #DBE3F3 background.


White color preview on #DBE3F3 background

This text has white color on #DBE3F3 background.