COLOR #DBEFDA

HEX: #DBEFDA
RGB: (219,239,218)

Color info

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

RGB color model

#DBEFDA color RGB value is (219,239,218).

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

RGB channels and saturation

R 219 of 255 = 86%
G 239 of 255 = 94%
B 218 of 255 = 85%

219
239
218

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

Portions of RGB colors in percentages

R + G + B =
219 + 239 + 218 = 676 (100%)
R 219 of 676 ~ 32.4%
G 239 of 676 ~ 35.36%
B 218 of 676 ~ 32.25%

%32.4
%35.36
%32.25

CMYK color model

#DBEFDA color CMYK value is (8,0,9,6).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 6.27%
CMYK:
(8,0,9,6)
C8M0Y9K6 
(8%,0%,9%,6%)
(0.08/0.00/0.09/0.06)	

CMYK percentages

%8.37
%0
%8.79
%6.27

Codes

Color #DBEFDA in popluar color models

DBEFDA
RGB219239218
HSL117°39.62%89.61%
HSB/HSV117°8.79%93.73%
CMYK8.37%0.00%8.79%
6.27%

Color #DBEFDA in popluar number systems.

HEXDBEFDA
Decimal219239218
Binary110110111110111111011010
Octal333357332

Shades and tints

Shades of #DBEFDA

#DBEFDA
(219,239,218)
#C8DAC7
(200,218,199)
#B5C5B4
(181,197,180)
#A2B0A1
(162,176,161)
#8F9B8E
(143,155,142)
#7C867B
(124,134,123)
#697168
(105,113,104)
#565C55
(86,92,85)
#434742
(67,71,66)
#30322F
(48,50,47)
#1D1D1C
(29,29,28)
#000000
(0,0,0)

Tints of #DBEFDA

#DBEFDA
(219,239,218)
#DEF0DD
(222,240,221)
#E1F1E0
(225,241,224)
#E4F2E3
(228,242,227)
#E7F3E6
(231,243,230)
#EAF4E9
(234,244,233)
#EDF5EC
(237,245,236)
#F0F6EF
(240,246,239)
#F3F7F2
(243,247,242)
#F6F8F5
(246,248,245)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEFDA; }

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

This text font color is #DBEFDA.


Background Color

.myBgColor { background-color: #DBEFDA; }

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

This div background color is #DBEFDA.


Border color

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

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

This div border color is #DBEFDA.


Opacity

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

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

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

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

This text has shadow with #DBEFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEFDA on black background.


Color preview on white background

This text has color #DBEFDA on white background.



Black color preview on #DBEFDA background

This text has black color on #DBEFDA background.


White color preview on #DBEFDA background

This text has white color on #DBEFDA background.