COLOR #DBF7EC

HEX: #DBF7EC
RGB: (219,247,236)

Color info

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

RGB color model

#DBF7EC color RGB value is (219,247,236).

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

RGB channels and saturation

R 219 of 255 = 86%
G 247 of 255 = 97%
B 236 of 255 = 93%

219
247
236

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

Portions of RGB colors in percentages

R + G + B =
219 + 247 + 236 = 702 (100%)
R 219 of 702 ~ 31.2%
G 247 of 702 ~ 35.19%
B 236 of 702 ~ 33.62%

%31.2
%35.19
%33.62

CMYK color model

#DBF7EC color CMYK value is (11,0,4,3).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 4.45%
  • key color value is 3.14%
CMYK:
(11,0,4,3)
C11M0Y4K3 
(11%,0%,4%,3%)
(0.11/0.00/0.04/0.03)	

CMYK percentages

%11.34
%0
%4.45
%3.14

Codes

Color #DBF7EC in popluar color models

DBF7EC
RGB219247236
HSL156°63.64%91.37%
HSB/HSV156°11.34%96.86%
CMYK11.34%0.00%4.45%
3.14%

Color #DBF7EC in popluar number systems.

HEXDBF7EC
Decimal219247236
Binary110110111111011111101100
Octal333367354

Shades and tints

Shades of #DBF7EC

#DBF7EC
(219,247,236)
#C8E1D7
(200,225,215)
#B5CBC2
(181,203,194)
#A2B5AD
(162,181,173)
#8F9F98
(143,159,152)
#7C8983
(124,137,131)
#69736E
(105,115,110)
#565D59
(86,93,89)
#434744
(67,71,68)
#30312F
(48,49,47)
#1D1B1A
(29,27,26)
#000000
(0,0,0)

Tints of #DBF7EC

#DBF7EC
(219,247,236)
#DEF7ED
(222,247,237)
#E1F7EE
(225,247,238)
#E4F7EF
(228,247,239)
#E7F7F0
(231,247,240)
#EAF7F1
(234,247,241)
#EDF7F2
(237,247,242)
#F0F7F3
(240,247,243)
#F3F7F4
(243,247,244)
#F6F7F5
(246,247,245)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF7EC color. Also use rgb(219,247,236) instead hex code.

Text Font Color

.myTextColor { color: #DBF7EC; }

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

This text font color is #DBF7EC.


Background Color

.myBgColor { background-color: #DBF7EC; }

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

This div background color is #DBF7EC.


Border color

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

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

This div border color is #DBF7EC.


Opacity

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

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

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

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

This text has shadow with #DBF7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF7EC on black background.


Color preview on white background

This text has color #DBF7EC on white background.



Black color preview on #DBF7EC background

This text has black color on #DBF7EC background.


White color preview on #DBF7EC background

This text has white color on #DBF7EC background.