COLOR #DBF6D7

HEX: #DBF6D7
RGB: (219,246,215)

Color info

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

RGB color model

#DBF6D7 color RGB value is (219,246,215).

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

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 215 of 255 = 84%

219
246
215

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

Portions of RGB colors in percentages

R + G + B =
219 + 246 + 215 = 680 (100%)
R 219 of 680 ~ 32.21%
G 246 of 680 ~ 36.18%
B 215 of 680 ~ 31.62%

%32.21
%36.18
%31.62

CMYK color model

#DBF6D7 color CMYK value is (11,0,13,4).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 12.60%
  • key color value is 3.53%
CMYK:
(11,0,13,4)
C11M0Y13K4 
(11%,0%,13%,4%)
(0.11/0.00/0.13/0.04)	

CMYK percentages

%10.98
%0
%12.6
%3.53

Codes

Color #DBF6D7 in popluar color models

DBF6D7
RGB219246215
HSL112°63.27%90.39%
HSB/HSV112°12.60%96.47%
CMYK10.98%0.00%12.60%
3.53%

Color #DBF6D7 in popluar number systems.

HEXDBF6D7
Decimal219246215
Binary110110111111011011010111
Octal333366327

Shades and tints

Shades of #DBF6D7

#DBF6D7
(219,246,215)
#C8E0C4
(200,224,196)
#B5CAB1
(181,202,177)
#A2B49E
(162,180,158)
#8F9E8B
(143,158,139)
#7C8878
(124,136,120)
#697265
(105,114,101)
#565C52
(86,92,82)
#43463F
(67,70,63)
#30302C
(48,48,44)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #DBF6D7

#DBF6D7
(219,246,215)
#DEF6DA
(222,246,218)
#E1F6DD
(225,246,221)
#E4F6E0
(228,246,224)
#E7F6E3
(231,246,227)
#EAF6E6
(234,246,230)
#EDF6E9
(237,246,233)
#F0F6EC
(240,246,236)
#F3F6EF
(243,246,239)
#F6F6F2
(246,246,242)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF6D7; }

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

This text font color is #DBF6D7.


Background Color

.myBgColor { background-color: #DBF6D7; }

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

This div background color is #DBF6D7.


Border color

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

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

This div border color is #DBF6D7.


Opacity

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

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

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

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

This text has shadow with #DBF6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF6D7 on black background.


Color preview on white background

This text has color #DBF6D7 on white background.



Black color preview on #DBF6D7 background

This text has black color on #DBF6D7 background.


White color preview on #DBF6D7 background

This text has white color on #DBF6D7 background.