COLOR #DBF6EE

HEX: #DBF6EE
RGB: (219,246,238)

Color info

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

RGB color model

#DBF6EE color RGB value is (219,246,238).

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

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 238 of 255 = 93%

219
246
238

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

Portions of RGB colors in percentages

R + G + B =
219 + 246 + 238 = 703 (100%)
R 219 of 703 ~ 31.15%
G 246 of 703 ~ 34.99%
B 238 of 703 ~ 33.85%

%31.15
%34.99
%33.85

CMYK color model

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

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK:
(11,0,3,4)
C11M0Y3K4 
(11%,0%,3%,4%)
(0.11/0.00/0.03/0.04)	

CMYK percentages

%10.98
%0
%3.25
%3.53

Codes

Color #DBF6EE in popluar color models

DBF6EE
RGB219246238
HSL162°60.00%91.18%
HSB/HSV162°10.98%96.47%
CMYK10.98%0.00%3.25%
3.53%

Color #DBF6EE in popluar number systems.

HEXDBF6EE
Decimal219246238
Binary110110111111011011101110
Octal333366356

Shades and tints

Shades of #DBF6EE

#DBF6EE
(219,246,238)
#C8E0D9
(200,224,217)
#B5CAC4
(181,202,196)
#A2B4AF
(162,180,175)
#8F9E9A
(143,158,154)
#7C8885
(124,136,133)
#697270
(105,114,112)
#565C5B
(86,92,91)
#434646
(67,70,70)
#303031
(48,48,49)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #DBF6EE

#DBF6EE
(219,246,238)
#DEF6EF
(222,246,239)
#E1F6F0
(225,246,240)
#E4F6F1
(228,246,241)
#E7F6F2
(231,246,242)
#EAF6F3
(234,246,243)
#EDF6F4
(237,246,244)
#F0F6F5
(240,246,245)
#F3F6F6
(243,246,246)
#F6F6F7
(246,246,247)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF6EE; }

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

This text font color is #DBF6EE.


Background Color

.myBgColor { background-color: #DBF6EE; }

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

This div background color is #DBF6EE.


Border color

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

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

This div border color is #DBF6EE.


Opacity

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

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

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

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

This text has shadow with #DBF6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF6EE on black background.


Color preview on white background

This text has color #DBF6EE on white background.



Black color preview on #DBF6EE background

This text has black color on #DBF6EE background.


White color preview on #DBF6EE background

This text has white color on #DBF6EE background.