COLOR #DBF2DB

HEX: #DBF2DB
RGB: (219,242,219)

Color info

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

RGB color model

#DBF2DB color RGB value is (219,242,219).

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

RGB channels and saturation

R 219 of 255 = 86%
G 242 of 255 = 95%
B 219 of 255 = 86%

219
242
219

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

Portions of RGB colors in percentages

R + G + B =
219 + 242 + 219 = 680 (100%)
R 219 of 680 ~ 32.21%
G 242 of 680 ~ 35.59%
B 219 of 680 ~ 32.21%

%32.21
%35.59
%32.21

CMYK color model

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

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 9.50%
  • key color value is 5.10%
CMYK:
(10,0,10,5)
C10M0Y10K5 
(10%,0%,10%,5%)
(0.10/0.00/0.10/0.05)	

CMYK percentages

%9.5
%0
%9.5
%5.1

Codes

Color #DBF2DB in popluar color models

DBF2DB
RGB219242219
HSL120°46.94%90.39%
HSB/HSV120°9.50%94.90%
CMYK9.50%0.00%9.50%
5.10%

Color #DBF2DB in popluar number systems.

HEXDBF2DB
Decimal219242219
Binary110110111111001011011011
Octal333362333

Shades and tints

Shades of #DBF2DB

#DBF2DB
(219,242,219)
#C8DCC8
(200,220,200)
#B5C6B5
(181,198,181)
#A2B0A2
(162,176,162)
#8F9A8F
(143,154,143)
#7C847C
(124,132,124)
#696E69
(105,110,105)
#565856
(86,88,86)
#434243
(67,66,67)
#302C30
(48,44,48)
#1D161D
(29,22,29)
#000000
(0,0,0)

Tints of #DBF2DB

#DBF2DB
(219,242,219)
#DEF3DE
(222,243,222)
#E1F4E1
(225,244,225)
#E4F5E4
(228,245,228)
#E7F6E7
(231,246,231)
#EAF7EA
(234,247,234)
#EDF8ED
(237,248,237)
#F0F9F0
(240,249,240)
#F3FAF3
(243,250,243)
#F6FBF6
(246,251,246)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF2DB; }

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

This text font color is #DBF2DB.


Background Color

.myBgColor { background-color: #DBF2DB; }

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

This div background color is #DBF2DB.


Border color

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

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

This div border color is #DBF2DB.


Opacity

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

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

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

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

This text has shadow with #DBF2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF2DB on black background.


Color preview on white background

This text has color #DBF2DB on white background.



Black color preview on #DBF2DB background

This text has black color on #DBF2DB background.


White color preview on #DBF2DB background

This text has white color on #DBF2DB background.