COLOR #DBFBEE

HEX: #DBFBEE
RGB: (219,251,238)

Color info

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

RGB color model

#DBFBEE color RGB value is (219,251,238).

  • red value is 219;
  • green value is 251;
  • blue value is 238.
RGB:
(219,251,238)
(86%,98%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 251 of 255 = 98%
B 238 of 255 = 93%

219
251
238

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

Portions of RGB colors in percentages

R + G + B =
219 + 251 + 238 = 708 (100%)
R 219 of 708 ~ 30.93%
G 251 of 708 ~ 35.45%
B 238 of 708 ~ 33.62%

%30.93
%35.45
%33.62

CMYK color model

#DBFBEE color CMYK value is (13,0,5,2).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 5.18%
  • key color value is 1.57%
CMYK:
(13,0,5,2)
C13M0Y5K2 
(13%,0%,5%,2%)
(0.13/0.00/0.05/0.02)	

CMYK percentages

%12.75
%0
%5.18
%1.57

Codes

Color #DBFBEE in popluar color models

DBFBEE
RGB219251238
HSL156°80.00%92.16%
HSB/HSV156°12.75%98.43%
CMYK12.75%0.00%5.18%
1.57%

Color #DBFBEE in popluar number systems.

HEXDBFBEE
Decimal219251238
Binary110110111111101111101110
Octal333373356

Shades and tints

Shades of #DBFBEE

#DBFBEE
(219,251,238)
#C8E5D9
(200,229,217)
#B5CFC4
(181,207,196)
#A2B9AF
(162,185,175)
#8FA39A
(143,163,154)
#7C8D85
(124,141,133)
#697770
(105,119,112)
#56615B
(86,97,91)
#434B46
(67,75,70)
#303531
(48,53,49)
#1D1F1C
(29,31,28)
#000000
(0,0,0)

Tints of #DBFBEE

#DBFBEE
(219,251,238)
#DEFBEF
(222,251,239)
#E1FBF0
(225,251,240)
#E4FBF1
(228,251,241)
#E7FBF2
(231,251,242)
#EAFBF3
(234,251,243)
#EDFBF4
(237,251,244)
#F0FBF5
(240,251,245)
#F3FBF6
(243,251,246)
#F6FBF7
(246,251,247)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFBEE color. Also use rgb(219,251,238) instead hex code.

Text Font Color

.myTextColor { color: #DBFBEE; }

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

This text font color is #DBFBEE.


Background Color

.myBgColor { background-color: #DBFBEE; }

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

This div background color is #DBFBEE.


Border color

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

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

This div border color is #DBFBEE.


Opacity

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

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

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

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

This text has shadow with #DBFBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFBEE on black background.


Color preview on white background

This text has color #DBFBEE on white background.



Black color preview on #DBFBEE background

This text has black color on #DBFBEE background.


White color preview on #DBFBEE background

This text has white color on #DBFBEE background.