COLOR #DBFDE1

HEX: #DBFDE1
RGB: (219,253,225)

Color info

#DBFDE1 contains red, green and blue colors in about the same proportion. Web safe color of #DBFDE1 is #CCFFCC (or #CFC).

RGB color model

#DBFDE1 color RGB value is (219,253,225).

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

RGB channels and saturation

R 219 of 255 = 86%
G 253 of 255 = 99%
B 225 of 255 = 88%

219
253
225

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

Portions of RGB colors in percentages

R + G + B =
219 + 253 + 225 = 697 (100%)
R 219 of 697 ~ 31.42%
G 253 of 697 ~ 36.3%
B 225 of 697 ~ 32.28%

%31.42
%36.3
%32.28

CMYK color model

#DBFDE1 color CMYK value is (13,0,11,1).

  • cyan value is 13.44%
  • magenta value is 0.00%
  • yellow value is 11.07%
  • key color value is 0.78%
CMYK:
(13,0,11,1)
C13M0Y11K1 
(13%,0%,11%,1%)
(0.13/0.00/0.11/0.01)	

CMYK percentages

%13.44
%0
%11.07
%0.78

Codes

Color #DBFDE1 in popluar color models

DBFDE1
RGB219253225
HSL131°89.47%92.55%
HSB/HSV131°13.44%99.22%
CMYK13.44%0.00%11.07%
0.78%

Color #DBFDE1 in popluar number systems.

HEXDBFDE1
Decimal219253225
Binary110110111111110111100001
Octal333375341

Shades and tints

Shades of #DBFDE1

#DBFDE1
(219,253,225)
#C8E6CD
(200,230,205)
#B5CFB9
(181,207,185)
#A2B8A5
(162,184,165)
#8FA191
(143,161,145)
#7C8A7D
(124,138,125)
#697369
(105,115,105)
#565C55
(86,92,85)
#434541
(67,69,65)
#302E2D
(48,46,45)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #DBFDE1

#DBFDE1
(219,253,225)
#DEFDE3
(222,253,227)
#E1FDE5
(225,253,229)
#E4FDE7
(228,253,231)
#E7FDE9
(231,253,233)
#EAFDEB
(234,253,235)
#EDFDED
(237,253,237)
#F0FDEF
(240,253,239)
#F3FDF1
(243,253,241)
#F6FDF3
(246,253,243)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFDE1; }

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

This text font color is #DBFDE1.


Background Color

.myBgColor { background-color: #DBFDE1; }

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

This div background color is #DBFDE1.


Border color

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

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

This div border color is #DBFDE1.


Opacity

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

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

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

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

This text has shadow with #DBFDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFDE1 on black background.


Color preview on white background

This text has color #DBFDE1 on white background.



Black color preview on #DBFDE1 background

This text has black color on #DBFDE1 background.


White color preview on #DBFDE1 background

This text has white color on #DBFDE1 background.