COLOR #DBFEEF

HEX: #DBFEEF
RGB: (219,254,239)

Color info

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

RGB color model

#DBFEEF color RGB value is (219,254,239).

  • red value is 219;
  • green value is 254;
  • blue value is 239.
RGB:
(219,254,239)
(86%,100%,94%)

RGB channels and saturation

R 219 of 255 = 86%
G 254 of 255 = 100%
B 239 of 255 = 94%

219
254
239

R + G + B ~ 93%. #DBFEEF is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 254 + 239 = 712 (100%)
R 219 of 712 ~ 30.76%
G 254 of 712 ~ 35.67%
B 239 of 712 ~ 33.57%

%30.76
%35.67
%33.57

CMYK color model

#DBFEEF color CMYK value is (14,0,6,0).

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 0.39%
CMYK:
(14,0,6,0)
C14M0Y6K0 
(14%,0%,6%,0%)
(0.14/0.00/0.06/0.00)	

CMYK percentages

%13.78
%0
%5.91
%0.39

Codes

Color #DBFEEF in popluar color models

DBFEEF
RGB219254239
HSL154°94.59%92.75%
HSB/HSV154°13.78%99.61%
CMYK13.78%0.00%5.91%
0.39%

Color #DBFEEF in popluar number systems.

HEXDBFEEF
Decimal219254239
Binary110110111111111011101111
Octal333376357

Shades and tints

Shades of #DBFEEF

#DBFEEF
(219,254,239)
#C8E7DA
(200,231,218)
#B5D0C5
(181,208,197)
#A2B9B0
(162,185,176)
#8FA29B
(143,162,155)
#7C8B86
(124,139,134)
#697471
(105,116,113)
#565D5C
(86,93,92)
#434647
(67,70,71)
#302F32
(48,47,50)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #DBFEEF

#DBFEEF
(219,254,239)
#DEFEF0
(222,254,240)
#E1FEF1
(225,254,241)
#E4FEF2
(228,254,242)
#E7FEF3
(231,254,243)
#EAFEF4
(234,254,244)
#EDFEF5
(237,254,245)
#F0FEF6
(240,254,246)
#F3FEF7
(243,254,247)
#F6FEF8
(246,254,248)
#F9FEF9
(249,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFEEF color. Also use rgb(219,254,239) instead hex code.

Text Font Color

.myTextColor { color: #DBFEEF; }

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

This text font color is #DBFEEF.


Background Color

.myBgColor { background-color: #DBFEEF; }

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

This div background color is #DBFEEF.


Border color

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

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

This div border color is #DBFEEF.


Opacity

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

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

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

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

This text has shadow with #DBFEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFEEF on black background.


Color preview on white background

This text has color #DBFEEF on white background.



Black color preview on #DBFEEF background

This text has black color on #DBFEEF background.


White color preview on #DBFEEF background

This text has white color on #DBFEEF background.