COLOR #DBF7DF

HEX: #DBF7DF
RGB: (219,247,223)

Color info

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

RGB color model

#DBF7DF color RGB value is (219,247,223).

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

RGB channels and saturation

R 219 of 255 = 86%
G 247 of 255 = 97%
B 223 of 255 = 87%

219
247
223

R + G + B ~ 90%. #DBF7DF is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 247 + 223 = 689 (100%)
R 219 of 689 ~ 31.79%
G 247 of 689 ~ 35.85%
B 223 of 689 ~ 32.37%

%31.79
%35.85
%32.37

CMYK color model

#DBF7DF color CMYK value is (11,0,10,3).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 3.14%
CMYK:
(11,0,10,3)
C11M0Y10K3 
(11%,0%,10%,3%)
(0.11/0.00/0.10/0.03)	

CMYK percentages

%11.34
%0
%9.72
%3.14

Codes

Color #DBF7DF in popluar color models

DBF7DF
RGB219247223
HSL129°63.64%91.37%
HSB/HSV129°11.34%96.86%
CMYK11.34%0.00%9.72%
3.14%

Color #DBF7DF in popluar number systems.

HEXDBF7DF
Decimal219247223
Binary110110111111011111011111
Octal333367337

Shades and tints

Shades of #DBF7DF

#DBF7DF
(219,247,223)
#C8E1CB
(200,225,203)
#B5CBB7
(181,203,183)
#A2B5A3
(162,181,163)
#8F9F8F
(143,159,143)
#7C897B
(124,137,123)
#697367
(105,115,103)
#565D53
(86,93,83)
#43473F
(67,71,63)
#30312B
(48,49,43)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #DBF7DF

#DBF7DF
(219,247,223)
#DEF7E1
(222,247,225)
#E1F7E3
(225,247,227)
#E4F7E5
(228,247,229)
#E7F7E7
(231,247,231)
#EAF7E9
(234,247,233)
#EDF7EB
(237,247,235)
#F0F7ED
(240,247,237)
#F3F7EF
(243,247,239)
#F6F7F1
(246,247,241)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF7DF; }

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

This text font color is #DBF7DF.


Background Color

.myBgColor { background-color: #DBF7DF; }

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

This div background color is #DBF7DF.


Border color

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

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

This div border color is #DBF7DF.


Opacity

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

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

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

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

This text has shadow with #DBF7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF7DF on black background.


Color preview on white background

This text has color #DBF7DF on white background.



Black color preview on #DBF7DF background

This text has black color on #DBF7DF background.


White color preview on #DBF7DF background

This text has white color on #DBF7DF background.