COLOR #DBF2B6

HEX: #DBF2B6
RGB: (219,242,182)

Color info

#DBF2B6 contains mainly red and green colors. Web safe color of #DBF2B6 is #CCFFCC (or #CFC).

RGB color model

#DBF2B6 color RGB value is (219,242,182).

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

RGB channels and saturation

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

219
242
182

R + G + B ~ 84%. #DBF2B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 242 + 182 = 643 (100%)
R 219 of 643 ~ 34.06%
G 242 of 643 ~ 37.64%
B 182 of 643 ~ 28.3%

%34.06
%37.64
%28.3

CMYK color model

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

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

CMYK percentages

%9.5
%0
%24.79
%5.1

Codes

Color #DBF2B6 in popluar color models

DBF2B6
RGB219242182
HSL83°69.77%83.14%
HSB/HSV83°24.79%94.90%
CMYK9.50%0.00%24.79%
5.10%

Color #DBF2B6 in popluar number systems.

HEXDBF2B6
Decimal219242182
Binary110110111111001010110110
Octal333362266

Shades and tints

Shades of #DBF2B6

#DBF2B6
(219,242,182)
#C8DCA6
(200,220,166)
#B5C696
(181,198,150)
#A2B086
(162,176,134)
#8F9A76
(143,154,118)
#7C8466
(124,132,102)
#696E56
(105,110,86)
#565846
(86,88,70)
#434236
(67,66,54)
#302C26
(48,44,38)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #DBF2B6

#DBF2B6
(219,242,182)
#DEF3BC
(222,243,188)
#E1F4C2
(225,244,194)
#E4F5C8
(228,245,200)
#E7F6CE
(231,246,206)
#EAF7D4
(234,247,212)
#EDF8DA
(237,248,218)
#F0F9E0
(240,249,224)
#F3FAE6
(243,250,230)
#F6FBEC
(246,251,236)
#F9FCF2
(249,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF2B6; }

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

This text font color is #DBF2B6.


Background Color

.myBgColor { background-color: #DBF2B6; }

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

This div background color is #DBF2B6.


Border color

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

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

This div border color is #DBF2B6.


Opacity

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

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

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

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

This text has shadow with #DBF2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF2B6 on black background.


Color preview on white background

This text has color #DBF2B6 on white background.



Black color preview on #DBF2B6 background

This text has black color on #DBF2B6 background.


White color preview on #DBF2B6 background

This text has white color on #DBF2B6 background.