COLOR #DBE4FC

HEX: #DBE4FC
RGB: (219,228,252)

Color info

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

RGB color model

#DBE4FC color RGB value is (219,228,252).

  • red value is 219;
  • green value is 228;
  • blue value is 252.
RGB:
(219,228,252)
(86%,89%,99%)

RGB channels and saturation

R 219 of 255 = 86%
G 228 of 255 = 89%
B 252 of 255 = 99%

219
228
252

R + G + B ~ 91%. #DBE4FC is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 228 + 252 = 699 (100%)
R 219 of 699 ~ 31.33%
G 228 of 699 ~ 32.62%
B 252 of 699 ~ 36.05%

%31.33
%32.62
%36.05

CMYK color model

#DBE4FC color CMYK value is (13,10,0,1).

  • cyan value is 13.10%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(13,10,0,1)
C13M10Y0K1 
(13%,10%,0%,1%)
(0.13/0.10/0.00/0.01)	

CMYK percentages

%13.1
%9.52
%0
%1.18

Codes

Color #DBE4FC in popluar color models

DBE4FC
RGB219228252
HSL224°84.62%92.35%
HSB/HSV224°13.10%98.82%
CMYK13.10%9.52%0.00%
1.18%

Color #DBE4FC in popluar number systems.

HEXDBE4FC
Decimal219228252
Binary110110111110010011111100
Octal333344374

Shades and tints

Shades of #DBE4FC

#DBE4FC
(219,228,252)
#C8D0E6
(200,208,230)
#B5BCD0
(181,188,208)
#A2A8BA
(162,168,186)
#8F94A4
(143,148,164)
#7C808E
(124,128,142)
#696C78
(105,108,120)
#565862
(86,88,98)
#43444C
(67,68,76)
#303036
(48,48,54)
#1D1C20
(29,28,32)
#000000
(0,0,0)

Tints of #DBE4FC

#DBE4FC
(219,228,252)
#DEE6FC
(222,230,252)
#E1E8FC
(225,232,252)
#E4EAFC
(228,234,252)
#E7ECFC
(231,236,252)
#EAEEFC
(234,238,252)
#EDF0FC
(237,240,252)
#F0F2FC
(240,242,252)
#F3F4FC
(243,244,252)
#F6F6FC
(246,246,252)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE4FC color. Also use rgb(219,228,252) instead hex code.

Text Font Color

.myTextColor { color: #DBE4FC; }

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

This text font color is #DBE4FC.


Background Color

.myBgColor { background-color: #DBE4FC; }

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

This div background color is #DBE4FC.


Border color

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

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

This div border color is #DBE4FC.


Opacity

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

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

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

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

This text has shadow with #DBE4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE4FC on black background.


Color preview on white background

This text has color #DBE4FC on white background.



Black color preview on #DBE4FC background

This text has black color on #DBE4FC background.


White color preview on #DBE4FC background

This text has white color on #DBE4FC background.