COLOR #DBFDE7

HEX: #DBFDE7 RGB: (219,253,231)

Color info

#DBFDE7 contains red, green and blue colors in about the same proportion. Web safe color of #DBFDE7 is #CCFFFF (or #CFF).

RGB color model

#DBFDE7 color RGB value is (219,253,231).

RGB: (219,253,231) (86%, 99%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 253 of 255 = 99%
B 231 of 255 = 91%

219
253
231

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

Portions of RGB colors in percentages

R + G + B = 219 + 253 + 231 = 703 (100%)
R 219 of 703 ~ 31.15%
G 253 of 703 ~ 35.99%
B 231 of 703 ~ 32.86'%

%31.15
%35.99
%32.86

CMYK color model

#DBFDE7 color CMYK value is (13,0,9,1).

  • cyan value is 13.44%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 0.78%

CMYK: (13,0,9,1)
C13M0Y9K1 (13%, 0%, 9%, 1%)
(0.13 / 0.00 / 0.09 / 0.01)

CMYK percentages

%13.44
%0
%8.7
%0.78

Codes

Color #DBFDE7 in popluar color models

DB FD E7
RGB 219 253 231
HSL 141° 89.47% 92.55%
HSB/HSV 141° 13.44% 99.22%
CMYK 13.44% 0.00% 8.70%
0.78%

Color #DBFDE7 in popluar number systems.

HEX DB FD E7
Decimal 219 253 231
Binary 11011011 11111101 11100111
Octal 333 375 347

Shades and tints

Shades of #DBFDE7

#DBFDE7
(219,253,231)
#C8E6D2
(200,230,210)
#B5CFBD
(181,207,189)
#A2B8A8
(162,184,168)
#8FA193
(143,161,147)
#7C8A7E
(124,138,126)
#697369
(105,115,105)
#565C54
(86,92,84)
#43453F
(67,69,63)
#302E2A
(48,46,42)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #DBFDE7

#DBFDE7
(219,253,231)
#DEFDE9
(222,253,233)
#E1FDEB
(225,253,235)
#E4FDED
(228,253,237)
#E7FDEF
(231,253,239)
#EAFDF1
(234,253,241)
#EDFDF3
(237,253,243)
#F0FDF5
(240,253,245)
#F3FDF7
(243,253,247)
#F6FDF9
(246,253,249)
#F9FDFB
(249,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFDE7; }

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

This text font color is #DBFDE7.

Background Color

.myBgColor { background-color: #DBFDE7; }

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

This div background color is #DBFDE7.

Border color

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

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

This div border color is #DBFDE7.

Opacity

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

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

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

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

This text has shadow with #DBFDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBFDE7.

Preview

Color preview on black background

This text has color #DBFDE7 on black background.


Color preview on white background

This text has color #DBFDE7 on white background.


Black color preview on #DBFDE7 background

This text has black color on #DBFDE7 background.


White color preview on #DBFDE7 background

This text has white color on #DBFDE7 background.


Related colors

Complementary color

Complementary color for #hex is #240218.


I love getcolorcode.com

Triadic colors

1 #E7DBFD and #FDE7DB with #DBFDE7 are triadic colors.

2 #E7FDDB and #FDDBE7 with #DBFDE7 are triadic colors.