COLOR #DBE2FF

HEX: #DBE2FF
RGB: (219,226,255)

Color info

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

RGB color model

#DBE2FF color RGB value is (219,226,255).

  • red value is 219;
  • green value is 226;
  • blue value is 255.
RGB:
(219,226,255)
(86%,89%,100%)

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 255 of 255 = 100%

219
226
255

R + G + B ~ 92%. #DBE2FF is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 255 = 700 (100%)
R 219 of 700 ~ 31.29%
G 226 of 700 ~ 32.29%
B 255 of 700 ~ 36.43%

%31.29
%32.29
%36.43

CMYK color model

#DBE2FF color CMYK value is (14,11,0,0).

  • cyan value is 14.12%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(14,11,0,0)
C14M11Y0K0 
(14%,11%,0%,0%)
(0.14/0.11/0.00/0.00)	

CMYK percentages

%14.12
%11.37
%0
%0

Codes

Color #DBE2FF in popluar color models

DBE2FF
RGB219226255
HSL228°100.00%92.94%
HSB/HSV228°14.12%100.00%
CMYK14.12%11.37%0.00%
0.00%

Color #DBE2FF in popluar number systems.

HEXDBE2FF
Decimal219226255
Binary110110111110001011111111
Octal333342377

Shades and tints

Shades of #DBE2FF

#DBE2FF
(219,226,255)
#C8CEE8
(200,206,232)
#B5BAD1
(181,186,209)
#A2A6BA
(162,166,186)
#8F92A3
(143,146,163)
#7C7E8C
(124,126,140)
#696A75
(105,106,117)
#56565E
(86,86,94)
#434247
(67,66,71)
#302E30
(48,46,48)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #DBE2FF

#DBE2FF
(219,226,255)
#DEE4FF
(222,228,255)
#E1E6FF
(225,230,255)
#E4E8FF
(228,232,255)
#E7EAFF
(231,234,255)
#EAECFF
(234,236,255)
#EDEEFF
(237,238,255)
#F0F0FF
(240,240,255)
#F3F2FF
(243,242,255)
#F6F4FF
(246,244,255)
#F9F6FF
(249,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE2FF color. Also use rgb(219,226,255) instead hex code.

Text Font Color

.myTextColor { color: #DBE2FF; }

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

This text font color is #DBE2FF.


Background Color

.myBgColor { background-color: #DBE2FF; }

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

This div background color is #DBE2FF.


Border color

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

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

This div border color is #DBE2FF.


Opacity

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

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

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

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

This text has shadow with #DBE2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE2FF on black background.


Color preview on white background

This text has color #DBE2FF on white background.



Black color preview on #DBE2FF background

This text has black color on #DBE2FF background.


White color preview on #DBE2FF background

This text has white color on #DBE2FF background.