COLOR #DBF8EE

HEX: #DBF8EE
RGB: (219,248,238)

Color info

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

RGB color model

#DBF8EE color RGB value is (219,248,238).

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

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 238 of 255 = 93%

219
248
238

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

Portions of RGB colors in percentages

R + G + B =
219 + 248 + 238 = 705 (100%)
R 219 of 705 ~ 31.06%
G 248 of 705 ~ 35.18%
B 238 of 705 ~ 33.76%

%31.06
%35.18
%33.76

CMYK color model

#DBF8EE color CMYK value is (12,0,4,3).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 4.03%
  • key color value is 2.75%
CMYK:
(12,0,4,3)
C12M0Y4K3 
(12%,0%,4%,3%)
(0.12/0.00/0.04/0.03)	

CMYK percentages

%11.69
%0
%4.03
%2.75

Codes

Color #DBF8EE in popluar color models

DBF8EE
RGB219248238
HSL159°67.44%91.57%
HSB/HSV159°11.69%97.25%
CMYK11.69%0.00%4.03%
2.75%

Color #DBF8EE in popluar number systems.

HEXDBF8EE
Decimal219248238
Binary110110111111100011101110
Octal333370356

Shades and tints

Shades of #DBF8EE

#DBF8EE
(219,248,238)
#C8E2D9
(200,226,217)
#B5CCC4
(181,204,196)
#A2B6AF
(162,182,175)
#8FA09A
(143,160,154)
#7C8A85
(124,138,133)
#697470
(105,116,112)
#565E5B
(86,94,91)
#434846
(67,72,70)
#303231
(48,50,49)
#1D1C1C
(29,28,28)
#000000
(0,0,0)

Tints of #DBF8EE

#DBF8EE
(219,248,238)
#DEF8EF
(222,248,239)
#E1F8F0
(225,248,240)
#E4F8F1
(228,248,241)
#E7F8F2
(231,248,242)
#EAF8F3
(234,248,243)
#EDF8F4
(237,248,244)
#F0F8F5
(240,248,245)
#F3F8F6
(243,248,246)
#F6F8F7
(246,248,247)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF8EE; }

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

This text font color is #DBF8EE.


Background Color

.myBgColor { background-color: #DBF8EE; }

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

This div background color is #DBF8EE.


Border color

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

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

This div border color is #DBF8EE.


Opacity

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

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

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

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

This text has shadow with #DBF8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF8EE on black background.


Color preview on white background

This text has color #DBF8EE on white background.



Black color preview on #DBF8EE background

This text has black color on #DBF8EE background.


White color preview on #DBF8EE background

This text has white color on #DBF8EE background.