COLOR #DBE3FD

HEX: #DBE3FD
RGB: (219,227,253)

Color info

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

RGB color model

#DBE3FD color RGB value is (219,227,253).

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

RGB channels and saturation

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

219
227
253

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

Portions of RGB colors in percentages

R + G + B =
219 + 227 + 253 = 699 (100%)
R 219 of 699 ~ 31.33%
G 227 of 699 ~ 32.47%
B 253 of 699 ~ 36.19%

%31.33
%32.47
%36.19

CMYK color model

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

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

CMYK percentages

%13.44
%10.28
%0
%0.78

Codes

Color #DBE3FD in popluar color models

DBE3FD
RGB219227253
HSL226°89.47%92.55%
HSB/HSV226°13.44%99.22%
CMYK13.44%10.28%0.00%
0.78%

Color #DBE3FD in popluar number systems.

HEXDBE3FD
Decimal219227253
Binary110110111110001111111101
Octal333343375

Shades and tints

Shades of #DBE3FD

#DBE3FD
(219,227,253)
#C8CFE6
(200,207,230)
#B5BBCF
(181,187,207)
#A2A7B8
(162,167,184)
#8F93A1
(143,147,161)
#7C7F8A
(124,127,138)
#696B73
(105,107,115)
#56575C
(86,87,92)
#434345
(67,67,69)
#302F2E
(48,47,46)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #DBE3FD

#DBE3FD
(219,227,253)
#DEE5FD
(222,229,253)
#E1E7FD
(225,231,253)
#E4E9FD
(228,233,253)
#E7EBFD
(231,235,253)
#EAEDFD
(234,237,253)
#EDEFFD
(237,239,253)
#F0F1FD
(240,241,253)
#F3F3FD
(243,243,253)
#F6F5FD
(246,245,253)
#F9F7FD
(249,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE3FD; }

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

This text font color is #DBE3FD.


Background Color

.myBgColor { background-color: #DBE3FD; }

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

This div background color is #DBE3FD.


Border color

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

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

This div border color is #DBE3FD.


Opacity

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

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

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

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

This text has shadow with #DBE3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE3FD on black background.


Color preview on white background

This text has color #DBE3FD on white background.



Black color preview on #DBE3FD background

This text has black color on #DBE3FD background.


White color preview on #DBE3FD background

This text has white color on #DBE3FD background.