COLOR #DBF0CF

HEX: #DBF0CF
RGB: (219,240,207)

Color info

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

RGB color model

#DBF0CF color RGB value is (219,240,207).

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

RGB channels and saturation

R 219 of 255 = 86%
G 240 of 255 = 94%
B 207 of 255 = 81%

219
240
207

R + G + B ~ 87%. #DBF0CF is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 240 + 207 = 666 (100%)
R 219 of 666 ~ 32.88%
G 240 of 666 ~ 36.04%
B 207 of 666 ~ 31.08%

%32.88
%36.04
%31.08

CMYK color model

#DBF0CF color CMYK value is (9,0,14,6).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(9,0,14,6)
C9M0Y14K6 
(9%,0%,14%,6%)
(0.09/0.00/0.14/0.06)	

CMYK percentages

%8.75
%0
%13.75
%5.88

Codes

Color #DBF0CF in popluar color models

DBF0CF
RGB219240207
HSL98°52.38%87.65%
HSB/HSV98°13.75%94.12%
CMYK8.75%0.00%13.75%
5.88%

Color #DBF0CF in popluar number systems.

HEXDBF0CF
Decimal219240207
Binary110110111111000011001111
Octal333360317

Shades and tints

Shades of #DBF0CF

#DBF0CF
(219,240,207)
#C8DBBD
(200,219,189)
#B5C6AB
(181,198,171)
#A2B199
(162,177,153)
#8F9C87
(143,156,135)
#7C8775
(124,135,117)
#697263
(105,114,99)
#565D51
(86,93,81)
#43483F
(67,72,63)
#30332D
(48,51,45)
#1D1E1B
(29,30,27)
#000000
(0,0,0)

Tints of #DBF0CF

#DBF0CF
(219,240,207)
#DEF1D3
(222,241,211)
#E1F2D7
(225,242,215)
#E4F3DB
(228,243,219)
#E7F4DF
(231,244,223)
#EAF5E3
(234,245,227)
#EDF6E7
(237,246,231)
#F0F7EB
(240,247,235)
#F3F8EF
(243,248,239)
#F6F9F3
(246,249,243)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF0CF; }

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

This text font color is #DBF0CF.


Background Color

.myBgColor { background-color: #DBF0CF; }

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

This div background color is #DBF0CF.


Border color

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

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

This div border color is #DBF0CF.


Opacity

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

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

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

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

This text has shadow with #DBF0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF0CF on black background.


Color preview on white background

This text has color #DBF0CF on white background.



Black color preview on #DBF0CF background

This text has black color on #DBF0CF background.


White color preview on #DBF0CF background

This text has white color on #DBF0CF background.