COLOR #DBF8DB

HEX: #DBF8DB
RGB: (219,248,219)

Color info

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

RGB color model

#DBF8DB color RGB value is (219,248,219).

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

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 219 of 255 = 86%

219
248
219

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

Portions of RGB colors in percentages

R + G + B =
219 + 248 + 219 = 686 (100%)
R 219 of 686 ~ 31.92%
G 248 of 686 ~ 36.15%
B 219 of 686 ~ 31.92%

%31.92
%36.15
%31.92

CMYK color model

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

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(12,0,12,3)
C12M0Y12K3 
(12%,0%,12%,3%)
(0.12/0.00/0.12/0.03)	

CMYK percentages

%11.69
%0
%11.69
%2.75

Codes

Color #DBF8DB in popluar color models

DBF8DB
RGB219248219
HSL120°67.44%91.57%
HSB/HSV120°11.69%97.25%
CMYK11.69%0.00%11.69%
2.75%

Color #DBF8DB in popluar number systems.

HEXDBF8DB
Decimal219248219
Binary110110111111100011011011
Octal333370333

Shades and tints

Shades of #DBF8DB

#DBF8DB
(219,248,219)
#C8E2C8
(200,226,200)
#B5CCB5
(181,204,181)
#A2B6A2
(162,182,162)
#8FA08F
(143,160,143)
#7C8A7C
(124,138,124)
#697469
(105,116,105)
#565E56
(86,94,86)
#434843
(67,72,67)
#303230
(48,50,48)
#1D1C1D
(29,28,29)
#000000
(0,0,0)

Tints of #DBF8DB

#DBF8DB
(219,248,219)
#DEF8DE
(222,248,222)
#E1F8E1
(225,248,225)
#E4F8E4
(228,248,228)
#E7F8E7
(231,248,231)
#EAF8EA
(234,248,234)
#EDF8ED
(237,248,237)
#F0F8F0
(240,248,240)
#F3F8F3
(243,248,243)
#F6F8F6
(246,248,246)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF8DB; }

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

This text font color is #DBF8DB.


Background Color

.myBgColor { background-color: #DBF8DB; }

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

This div background color is #DBF8DB.


Border color

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

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

This div border color is #DBF8DB.


Opacity

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

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

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

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

This text has shadow with #DBF8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF8DB on black background.


Color preview on white background

This text has color #DBF8DB on white background.



Black color preview on #DBF8DB background

This text has black color on #DBF8DB background.


White color preview on #DBF8DB background

This text has white color on #DBF8DB background.