COLOR #DBFDE8

HEX: #DBFDE8
RGB: (219,253,232)

Color info

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

RGB color model

#DBFDE8 color RGB value is (219,253,232).

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

RGB channels and saturation

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

219
253
232

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

Portions of RGB colors in percentages

R + G + B =
219 + 253 + 232 = 704 (100%)
R 219 of 704 ~ 31.11%
G 253 of 704 ~ 35.94%
B 232 of 704 ~ 32.95%

%31.11
%35.94
%32.95

CMYK color model

#DBFDE8 color CMYK value is (13,0,8,1).

  • cyan value is 13.44%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 0.78%
CMYK:
(13,0,8,1)
C13M0Y8K1 
(13%,0%,8%,1%)
(0.13/0.00/0.08/0.01)	

CMYK percentages

%13.44
%0
%8.3
%0.78

Codes

Color #DBFDE8 in popluar color models

DBFDE8
RGB219253232
HSL143°89.47%92.55%
HSB/HSV143°13.44%99.22%
CMYK13.44%0.00%8.30%
0.78%

Color #DBFDE8 in popluar number systems.

HEXDBFDE8
Decimal219253232
Binary110110111111110111101000
Octal333375350

Shades and tints

Shades of #DBFDE8

#DBFDE8
(219,253,232)
#C8E6D3
(200,230,211)
#B5CFBE
(181,207,190)
#A2B8A9
(162,184,169)
#8FA194
(143,161,148)
#7C8A7F
(124,138,127)
#69736A
(105,115,106)
#565C55
(86,92,85)
#434540
(67,69,64)
#302E2B
(48,46,43)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #DBFDE8

#DBFDE8
(219,253,232)
#DEFDEA
(222,253,234)
#E1FDEC
(225,253,236)
#E4FDEE
(228,253,238)
#E7FDF0
(231,253,240)
#EAFDF2
(234,253,242)
#EDFDF4
(237,253,244)
#F0FDF6
(240,253,246)
#F3FDF8
(243,253,248)
#F6FDFA
(246,253,250)
#F9FDFC
(249,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFDE8; }

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

This text font color is #DBFDE8.


Background Color

.myBgColor { background-color: #DBFDE8; }

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

This div background color is #DBFDE8.


Border color

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

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

This div border color is #DBFDE8.


Opacity

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

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

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

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

This text has shadow with #DBFDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFDE8 on black background.


Color preview on white background

This text has color #DBFDE8 on white background.



Black color preview on #DBFDE8 background

This text has black color on #DBFDE8 background.


White color preview on #DBFDE8 background

This text has white color on #DBFDE8 background.