COLOR #DBF7DA

HEX: #DBF7DA
RGB: (219,247,218)

Color info

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

RGB color model

#DBF7DA color RGB value is (219,247,218).

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

RGB channels and saturation

R 219 of 255 = 86%
G 247 of 255 = 97%
B 218 of 255 = 85%

219
247
218

R + G + B ~ 89%. #DBF7DA is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 247 + 218 = 684 (100%)
R 219 of 684 ~ 32.02%
G 247 of 684 ~ 36.11%
B 218 of 684 ~ 31.87%

%32.02
%36.11
%31.87

CMYK color model

#DBF7DA color CMYK value is (11,0,12,3).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(11,0,12,3)
C11M0Y12K3 
(11%,0%,12%,3%)
(0.11/0.00/0.12/0.03)	

CMYK percentages

%11.34
%0
%11.74
%3.14

Codes

Color #DBF7DA in popluar color models

DBF7DA
RGB219247218
HSL118°64.44%91.18%
HSB/HSV118°11.74%96.86%
CMYK11.34%0.00%11.74%
3.14%

Color #DBF7DA in popluar number systems.

HEXDBF7DA
Decimal219247218
Binary110110111111011111011010
Octal333367332

Shades and tints

Shades of #DBF7DA

#DBF7DA
(219,247,218)
#C8E1C7
(200,225,199)
#B5CBB4
(181,203,180)
#A2B5A1
(162,181,161)
#8F9F8E
(143,159,142)
#7C897B
(124,137,123)
#697368
(105,115,104)
#565D55
(86,93,85)
#434742
(67,71,66)
#30312F
(48,49,47)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #DBF7DA

#DBF7DA
(219,247,218)
#DEF7DD
(222,247,221)
#E1F7E0
(225,247,224)
#E4F7E3
(228,247,227)
#E7F7E6
(231,247,230)
#EAF7E9
(234,247,233)
#EDF7EC
(237,247,236)
#F0F7EF
(240,247,239)
#F3F7F2
(243,247,242)
#F6F7F5
(246,247,245)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF7DA; }

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

This text font color is #DBF7DA.


Background Color

.myBgColor { background-color: #DBF7DA; }

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

This div background color is #DBF7DA.


Border color

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

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

This div border color is #DBF7DA.


Opacity

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

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

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

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

This text has shadow with #DBF7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF7DA on black background.


Color preview on white background

This text has color #DBF7DA on white background.



Black color preview on #DBF7DA background

This text has black color on #DBF7DA background.


White color preview on #DBF7DA background

This text has white color on #DBF7DA background.