COLOR #DBE2FC

HEX: #DBE2FC RGB: (219,226,252)

Color info

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

RGB color model

#DBE2FC color RGB value is (219,226,252).

RGB: (219,226,252) (86%, 89%, 99%)

RGB channels and saturation

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

219
226
252

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

Portions of RGB colors in percentages

R + G + B = 219 + 226 + 252 = 697 (100%)
R 219 of 697 ~ 31.42%
G 226 of 697 ~ 32.42%
B 252 of 697 ~ 36.15'%

%31.42
%32.42
%36.15

CMYK color model

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

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

Codes

Color #DBE2FC in popluar color models

DB E2 FC
RGB 219 226 252
HSL 227° 84.62% 92.35%
HSB/HSV 227° 13.10% 98.82%
CMYK 13.10% 10.32% 0.00%
1.18%

Color #DBE2FC in popluar number systems.

HEX DB E2 FC
Decimal 219 226 252
Binary 11011011 11100010 11111100
Octal 333 342 374

Shades and tints

Shades of #DBE2FC

#DBE2FC
(219,226,252)
#C8CEE6
(200,206,230)
#B5BAD0
(181,186,208)
#A2A6BA
(162,166,186)
#8F92A4
(143,146,164)
#7C7E8E
(124,126,142)
#696A78
(105,106,120)
#565662
(86,86,98)
#43424C
(67,66,76)
#302E36
(48,46,54)
#1D1A20
(29,26,32)
#000000
(0,0,0)

Tints of #DBE2FC

#DBE2FC
(219,226,252)
#DEE4FC
(222,228,252)
#E1E6FC
(225,230,252)
#E4E8FC
(228,232,252)
#E7EAFC
(231,234,252)
#EAECFC
(234,236,252)
#EDEEFC
(237,238,252)
#F0F0FC
(240,240,252)
#F3F2FC
(243,242,252)
#F6F4FC
(246,244,252)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2FC; }

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

This text font color is #DBE2FC.

Background Color

.myBgColor { background-color: #DBE2FC; }

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

This div background color is #DBE2FC.

Border color

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

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

This div border color is #DBE2FC.

Opacity

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

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

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

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

This text has shadow with #DBE2FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE2FC.

Preview

Color preview on black background

This text has color #DBE2FC on black background.


Color preview on white background

This text has color #DBE2FC on white background.


Black color preview on #DBE2FC background

This text has black color on #DBE2FC background.


White color preview on #DBE2FC background

This text has white color on #DBE2FC background.


Related colors

Complementary color

Complementary color for #hex is #241D03.


I love getcolorcode.com

Triadic colors

1 #FCDBE2 and #E2FCDB with #DBE2FC are triadic colors.

2 #FCE2DB and #E2DBFC with #DBE2FC are triadic colors.