COLOR #DBE1F1

HEX: #DBE1F1
RGB: (219,225,241)

Color info

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

RGB color model

#DBE1F1 color RGB value is (219,225,241).

  • red value is 219;
  • green value is 225;
  • blue value is 241.
RGB:
(219,225,241)
(86%,88%,95%)

RGB channels and saturation

R 219 of 255 = 86%
G 225 of 255 = 88%
B 241 of 255 = 95%

219
225
241

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

Portions of RGB colors in percentages

R + G + B =
219 + 225 + 241 = 685 (100%)
R 219 of 685 ~ 31.97%
G 225 of 685 ~ 32.85%
B 241 of 685 ~ 35.18%

%31.97
%32.85
%35.18

CMYK color model

#DBE1F1 color CMYK value is (9,7,0,5).

  • cyan value is 9.13%
  • magenta value is 6.64%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(9,7,0,5)
C9M7Y0K5 
(9%,7%,0%,5%)
(0.09/0.07/0.00/0.05)	

CMYK percentages

%9.13
%6.64
%0
%5.49

Codes

Color #DBE1F1 in popluar color models

DBE1F1
RGB219225241
HSL224°44.00%90.20%
HSB/HSV224°9.13%94.51%
CMYK9.13%6.64%0.00%
5.49%

Color #DBE1F1 in popluar number systems.

HEXDBE1F1
Decimal219225241
Binary110110111110000111110001
Octal333341361

Shades and tints

Shades of #DBE1F1

#DBE1F1
(219,225,241)
#C8CDDC
(200,205,220)
#B5B9C7
(181,185,199)
#A2A5B2
(162,165,178)
#8F919D
(143,145,157)
#7C7D88
(124,125,136)
#696973
(105,105,115)
#56555E
(86,85,94)
#434149
(67,65,73)
#302D34
(48,45,52)
#1D191F
(29,25,31)
#000000
(0,0,0)

Tints of #DBE1F1

#DBE1F1
(219,225,241)
#DEE3F2
(222,227,242)
#E1E5F3
(225,229,243)
#E4E7F4
(228,231,244)
#E7E9F5
(231,233,245)
#EAEBF6
(234,235,246)
#EDEDF7
(237,237,247)
#F0EFF8
(240,239,248)
#F3F1F9
(243,241,249)
#F6F3FA
(246,243,250)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE1F1 color. Also use rgb(219,225,241) instead hex code.

Text Font Color

.myTextColor { color: #DBE1F1; }

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

This text font color is #DBE1F1.


Background Color

.myBgColor { background-color: #DBE1F1; }

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

This div background color is #DBE1F1.


Border color

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

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

This div border color is #DBE1F1.


Opacity

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

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

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

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

This text has shadow with #DBE1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE1F1 on black background.


Color preview on white background

This text has color #DBE1F1 on white background.



Black color preview on #DBE1F1 background

This text has black color on #DBE1F1 background.


White color preview on #DBE1F1 background

This text has white color on #DBE1F1 background.