COLOR #DBE3FC

HEX: #DBE3FC
RGB: (219,227,252)

Color info

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

RGB color model

#DBE3FC color RGB value is (219,227,252).

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

RGB channels and saturation

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

219
227
252

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

Portions of RGB colors in percentages

R + G + B =
219 + 227 + 252 = 698 (100%)
R 219 of 698 ~ 31.38%
G 227 of 698 ~ 32.52%
B 252 of 698 ~ 36.1%

%31.38
%32.52
%36.1

CMYK color model

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

  • cyan value is 13.10%
  • magenta value is 9.92%
  • 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.92
%0
%1.18

Codes

Color #DBE3FC in popluar color models

DBE3FC
RGB219227252
HSL225°84.62%92.35%
HSB/HSV225°13.10%98.82%
CMYK13.10%9.92%0.00%
1.18%

Color #DBE3FC in popluar number systems.

HEXDBE3FC
Decimal219227252
Binary110110111110001111111100
Octal333343374

Shades and tints

Shades of #DBE3FC

#DBE3FC
(219,227,252)
#C8CFE6
(200,207,230)
#B5BBD0
(181,187,208)
#A2A7BA
(162,167,186)
#8F93A4
(143,147,164)
#7C7F8E
(124,127,142)
#696B78
(105,107,120)
#565762
(86,87,98)
#43434C
(67,67,76)
#302F36
(48,47,54)
#1D1B20
(29,27,32)
#000000
(0,0,0)

Tints of #DBE3FC

#DBE3FC
(219,227,252)
#DEE5FC
(222,229,252)
#E1E7FC
(225,231,252)
#E4E9FC
(228,233,252)
#E7EBFC
(231,235,252)
#EAEDFC
(234,237,252)
#EDEFFC
(237,239,252)
#F0F1FC
(240,241,252)
#F3F3FC
(243,243,252)
#F6F5FC
(246,245,252)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE3FC; }

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

This text font color is #DBE3FC.


Background Color

.myBgColor { background-color: #DBE3FC; }

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

This div background color is #DBE3FC.


Border color

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

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

This div border color is #DBE3FC.


Opacity

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

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

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

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

This text has shadow with #DBE3FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE3FC on black background.


Color preview on white background

This text has color #DBE3FC on white background.



Black color preview on #DBE3FC background

This text has black color on #DBE3FC background.


White color preview on #DBE3FC background

This text has white color on #DBE3FC background.