COLOR #DBF6BF

HEX: #DBF6BF
RGB: (219,246,191)

Color info

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

RGB color model

#DBF6BF color RGB value is (219,246,191).

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

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 191 of 255 = 75%

219
246
191

R + G + B ~ 86%. #DBF6BF is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 246 + 191 = 656 (100%)
R 219 of 656 ~ 33.38%
G 246 of 656 ~ 37.5%
B 191 of 656 ~ 29.12%

%33.38
%37.5
%29.12

CMYK color model

#DBF6BF color CMYK value is (11,0,22,4).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 3.53%
CMYK:
(11,0,22,4)
C11M0Y22K4 
(11%,0%,22%,4%)
(0.11/0.00/0.22/0.04)	

CMYK percentages

%10.98
%0
%22.36
%3.53

Codes

Color #DBF6BF in popluar color models

DBF6BF
RGB219246191
HSL89°75.34%85.69%
HSB/HSV89°22.36%96.47%
CMYK10.98%0.00%22.36%
3.53%

Color #DBF6BF in popluar number systems.

HEXDBF6BF
Decimal219246191
Binary110110111111011010111111
Octal333366277

Shades and tints

Shades of #DBF6BF

#DBF6BF
(219,246,191)
#C8E0AE
(200,224,174)
#B5CA9D
(181,202,157)
#A2B48C
(162,180,140)
#8F9E7B
(143,158,123)
#7C886A
(124,136,106)
#697259
(105,114,89)
#565C48
(86,92,72)
#434637
(67,70,55)
#303026
(48,48,38)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #DBF6BF

#DBF6BF
(219,246,191)
#DEF6C4
(222,246,196)
#E1F6C9
(225,246,201)
#E4F6CE
(228,246,206)
#E7F6D3
(231,246,211)
#EAF6D8
(234,246,216)
#EDF6DD
(237,246,221)
#F0F6E2
(240,246,226)
#F3F6E7
(243,246,231)
#F6F6EC
(246,246,236)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF6BF; }

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

This text font color is #DBF6BF.


Background Color

.myBgColor { background-color: #DBF6BF; }

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

This div background color is #DBF6BF.


Border color

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

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

This div border color is #DBF6BF.


Opacity

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

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

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

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

This text has shadow with #DBF6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF6BF on black background.


Color preview on white background

This text has color #DBF6BF on white background.



Black color preview on #DBF6BF background

This text has black color on #DBF6BF background.


White color preview on #DBF6BF background

This text has white color on #DBF6BF background.