COLOR #DBF6D1

HEX: #DBF6D1
RGB: (219,246,209)

Color info

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

RGB color model

#DBF6D1 color RGB value is (219,246,209).

  • red value is 219;
  • green value is 246;
  • blue value is 209.
RGB:
(219,246,209)
(86%,96%,82%)

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 209 of 255 = 82%

219
246
209

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

Portions of RGB colors in percentages

R + G + B =
219 + 246 + 209 = 674 (100%)
R 219 of 674 ~ 32.49%
G 246 of 674 ~ 36.5%
B 209 of 674 ~ 31.01%

%32.49
%36.5
%31.01

CMYK color model

#DBF6D1 color CMYK value is (11,0,15,4).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 3.53%
CMYK:
(11,0,15,4)
C11M0Y15K4 
(11%,0%,15%,4%)
(0.11/0.00/0.15/0.04)	

CMYK percentages

%10.98
%0
%15.04
%3.53

Codes

Color #DBF6D1 in popluar color models

DBF6D1
RGB219246209
HSL104°67.27%89.22%
HSB/HSV104°15.04%96.47%
CMYK10.98%0.00%15.04%
3.53%

Color #DBF6D1 in popluar number systems.

HEXDBF6D1
Decimal219246209
Binary110110111111011011010001
Octal333366321

Shades and tints

Shades of #DBF6D1

#DBF6D1
(219,246,209)
#C8E0BE
(200,224,190)
#B5CAAB
(181,202,171)
#A2B498
(162,180,152)
#8F9E85
(143,158,133)
#7C8872
(124,136,114)
#69725F
(105,114,95)
#565C4C
(86,92,76)
#434639
(67,70,57)
#303026
(48,48,38)
#1D1A13
(29,26,19)
#000000
(0,0,0)

Tints of #DBF6D1

#DBF6D1
(219,246,209)
#DEF6D5
(222,246,213)
#E1F6D9
(225,246,217)
#E4F6DD
(228,246,221)
#E7F6E1
(231,246,225)
#EAF6E5
(234,246,229)
#EDF6E9
(237,246,233)
#F0F6ED
(240,246,237)
#F3F6F1
(243,246,241)
#F6F6F5
(246,246,245)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF6D1; }

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

This text font color is #DBF6D1.


Background Color

.myBgColor { background-color: #DBF6D1; }

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

This div background color is #DBF6D1.


Border color

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

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

This div border color is #DBF6D1.


Opacity

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

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

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

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

This text has shadow with #DBF6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF6D1 on black background.


Color preview on white background

This text has color #DBF6D1 on white background.



Black color preview on #DBF6D1 background

This text has black color on #DBF6D1 background.


White color preview on #DBF6D1 background

This text has white color on #DBF6D1 background.