COLOR #DBF6CF

HEX: #DBF6CF
RGB: (219,246,207)

Color info

#DBF6CF contains red, green and blue colors in about the same proportion. Web safe color of #DBF6CF is #CCFFCC (or #CFC).

RGB color model

#DBF6CF color RGB value is (219,246,207).

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

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 207 of 255 = 81%

219
246
207

R + G + B ~ 88%. #DBF6CF is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 246 + 207 = 672 (100%)
R 219 of 672 ~ 32.59%
G 246 of 672 ~ 36.61%
B 207 of 672 ~ 30.8%

%32.59
%36.61
%30.8

CMYK color model

#DBF6CF color CMYK value is (11,0,16,4).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 3.53%
CMYK:
(11,0,16,4)
C11M0Y16K4 
(11%,0%,16%,4%)
(0.11/0.00/0.16/0.04)	

CMYK percentages

%10.98
%0
%15.85
%3.53

Codes

Color #DBF6CF in popluar color models

DBF6CF
RGB219246207
HSL102°68.42%88.82%
HSB/HSV102°15.85%96.47%
CMYK10.98%0.00%15.85%
3.53%

Color #DBF6CF in popluar number systems.

HEXDBF6CF
Decimal219246207
Binary110110111111011011001111
Octal333366317

Shades and tints

Shades of #DBF6CF

#DBF6CF
(219,246,207)
#C8E0BD
(200,224,189)
#B5CAAB
(181,202,171)
#A2B499
(162,180,153)
#8F9E87
(143,158,135)
#7C8875
(124,136,117)
#697263
(105,114,99)
#565C51
(86,92,81)
#43463F
(67,70,63)
#30302D
(48,48,45)
#1D1A1B
(29,26,27)
#000000
(0,0,0)

Tints of #DBF6CF

#DBF6CF
(219,246,207)
#DEF6D3
(222,246,211)
#E1F6D7
(225,246,215)
#E4F6DB
(228,246,219)
#E7F6DF
(231,246,223)
#EAF6E3
(234,246,227)
#EDF6E7
(237,246,231)
#F0F6EB
(240,246,235)
#F3F6EF
(243,246,239)
#F6F6F3
(246,246,243)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF6CF; }

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

This text font color is #DBF6CF.


Background Color

.myBgColor { background-color: #DBF6CF; }

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

This div background color is #DBF6CF.


Border color

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

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

This div border color is #DBF6CF.


Opacity

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

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

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

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

This text has shadow with #DBF6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF6CF on black background.


Color preview on white background

This text has color #DBF6CF on white background.



Black color preview on #DBF6CF background

This text has black color on #DBF6CF background.


White color preview on #DBF6CF background

This text has white color on #DBF6CF background.