COLOR #DBF9EF

HEX: #DBF9EF
RGB: (219,249,239)

Color info

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

RGB color model

#DBF9EF color RGB value is (219,249,239).

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

RGB channels and saturation

R 219 of 255 = 86%
G 249 of 255 = 98%
B 239 of 255 = 94%

219
249
239

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

Portions of RGB colors in percentages

R + G + B =
219 + 249 + 239 = 707 (100%)
R 219 of 707 ~ 30.98%
G 249 of 707 ~ 35.22%
B 239 of 707 ~ 33.8%

%30.98
%35.22
%33.8

CMYK color model

#DBF9EF color CMYK value is (12,0,4,2).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 2.35%
CMYK:
(12,0,4,2)
C12M0Y4K2 
(12%,0%,4%,2%)
(0.12/0.00/0.04/0.02)	

CMYK percentages

%12.05
%0
%4.02
%2.35

Codes

Color #DBF9EF in popluar color models

DBF9EF
RGB219249239
HSL160°71.43%91.76%
HSB/HSV160°12.05%97.65%
CMYK12.05%0.00%4.02%
2.35%

Color #DBF9EF in popluar number systems.

HEXDBF9EF
Decimal219249239
Binary110110111111100111101111
Octal333371357

Shades and tints

Shades of #DBF9EF

#DBF9EF
(219,249,239)
#C8E3DA
(200,227,218)
#B5CDC5
(181,205,197)
#A2B7B0
(162,183,176)
#8FA19B
(143,161,155)
#7C8B86
(124,139,134)
#697571
(105,117,113)
#565F5C
(86,95,92)
#434947
(67,73,71)
#303332
(48,51,50)
#1D1D1D
(29,29,29)
#000000
(0,0,0)

Tints of #DBF9EF

#DBF9EF
(219,249,239)
#DEF9F0
(222,249,240)
#E1F9F1
(225,249,241)
#E4F9F2
(228,249,242)
#E7F9F3
(231,249,243)
#EAF9F4
(234,249,244)
#EDF9F5
(237,249,245)
#F0F9F6
(240,249,246)
#F3F9F7
(243,249,247)
#F6F9F8
(246,249,248)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF9EF; }

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

This text font color is #DBF9EF.


Background Color

.myBgColor { background-color: #DBF9EF; }

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

This div background color is #DBF9EF.


Border color

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

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

This div border color is #DBF9EF.


Opacity

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

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

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

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

This text has shadow with #DBF9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF9EF on black background.


Color preview on white background

This text has color #DBF9EF on white background.



Black color preview on #DBF9EF background

This text has black color on #DBF9EF background.


White color preview on #DBF9EF background

This text has white color on #DBF9EF background.