COLOR #DBF1DA

HEX: #DBF1DA
RGB: (219,241,218)

Color info

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

RGB color model

#DBF1DA color RGB value is (219,241,218).

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

RGB channels and saturation

R 219 of 255 = 86%
G 241 of 255 = 95%
B 218 of 255 = 85%

219
241
218

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

Portions of RGB colors in percentages

R + G + B =
219 + 241 + 218 = 678 (100%)
R 219 of 678 ~ 32.3%
G 241 of 678 ~ 35.55%
B 218 of 678 ~ 32.15%

%32.3
%35.55
%32.15

CMYK color model

#DBF1DA color CMYK value is (9,0,10,5).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 9.54%
  • key color value is 5.49%
CMYK:
(9,0,10,5)
C9M0Y10K5 
(9%,0%,10%,5%)
(0.09/0.00/0.10/0.05)	

CMYK percentages

%9.13
%0
%9.54
%5.49

Codes

Color #DBF1DA in popluar color models

DBF1DA
RGB219241218
HSL117°45.10%90.00%
HSB/HSV117°9.54%94.51%
CMYK9.13%0.00%9.54%
5.49%

Color #DBF1DA in popluar number systems.

HEXDBF1DA
Decimal219241218
Binary110110111111000111011010
Octal333361332

Shades and tints

Shades of #DBF1DA

#DBF1DA
(219,241,218)
#C8DCC7
(200,220,199)
#B5C7B4
(181,199,180)
#A2B2A1
(162,178,161)
#8F9D8E
(143,157,142)
#7C887B
(124,136,123)
#697368
(105,115,104)
#565E55
(86,94,85)
#434942
(67,73,66)
#30342F
(48,52,47)
#1D1F1C
(29,31,28)
#000000
(0,0,0)

Tints of #DBF1DA

#DBF1DA
(219,241,218)
#DEF2DD
(222,242,221)
#E1F3E0
(225,243,224)
#E4F4E3
(228,244,227)
#E7F5E6
(231,245,230)
#EAF6E9
(234,246,233)
#EDF7EC
(237,247,236)
#F0F8EF
(240,248,239)
#F3F9F2
(243,249,242)
#F6FAF5
(246,250,245)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF1DA; }

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

This text font color is #DBF1DA.


Background Color

.myBgColor { background-color: #DBF1DA; }

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

This div background color is #DBF1DA.


Border color

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

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

This div border color is #DBF1DA.


Opacity

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

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

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

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

This text has shadow with #DBF1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF1DA on black background.


Color preview on white background

This text has color #DBF1DA on white background.



Black color preview on #DBF1DA background

This text has black color on #DBF1DA background.


White color preview on #DBF1DA background

This text has white color on #DBF1DA background.